tmp_rings         913 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	struct hns3_enet_ring *tmp_rings;
tmp_rings         916 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	tmp_rings = kcalloc(handle->kinfo.num_tqps * 2,
tmp_rings         918 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	if (!tmp_rings)
tmp_rings         922 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 		memcpy(&tmp_rings[i], priv->ring_data[i].ring,
tmp_rings         924 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 		tmp_rings[i].skb = NULL;
tmp_rings         927 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	return tmp_rings;
tmp_rings         956 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	struct hns3_enet_ring *tmp_rings;
tmp_rings         976 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	tmp_rings = hns3_backup_ringparam(priv);
tmp_rings         977 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	if (!tmp_rings) {
tmp_rings        1000 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 			memcpy(priv->ring_data[i].ring, &tmp_rings[i],
tmp_rings        1004 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 			hns3_fini_ring(&tmp_rings[i]);
tmp_rings        1007 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	kfree(tmp_rings);