next_to_alloc     470 drivers/net/ethernet/freescale/enetc/enetc.c 		rx_ring->next_to_alloc = i; /* keep track from page reuse */
next_to_alloc     547 drivers/net/ethernet/freescale/enetc/enetc.c 	new = &rx_ring->rx_swbd[rx_ring->next_to_alloc];
next_to_alloc     550 drivers/net/ethernet/freescale/enetc/enetc.c 	enetc_bdr_idx_inc(rx_ring, &rx_ring->next_to_alloc);
next_to_alloc     847 drivers/net/ethernet/freescale/enetc/enetc.c 	rxr->next_to_alloc = 0;
next_to_alloc     931 drivers/net/ethernet/freescale/enetc/enetc.c 	rx_ring->next_to_alloc = 0;
next_to_alloc      68 drivers/net/ethernet/freescale/enetc/enetc.h 		int next_to_alloc; /* Rx */
next_to_alloc    1303 drivers/net/ethernet/freescale/gianfar.c 	rx_queue->next_to_alloc = i;
next_to_alloc    1345 drivers/net/ethernet/freescale/gianfar.c 		rx_queue->next_to_alloc = 0;
next_to_alloc    2418 drivers/net/ethernet/freescale/gianfar.c 	u16 nta = rxq->next_to_alloc;
next_to_alloc    2424 drivers/net/ethernet/freescale/gianfar.c 	rxq->next_to_alloc = (nta < rxq->rx_ring_size) ? nta : 0;
next_to_alloc    1017 drivers/net/ethernet/freescale/gianfar.h 	u16 next_to_alloc;
next_to_alloc     128 drivers/net/ethernet/intel/fm10k/fm10k.h 	u16 next_to_alloc;
next_to_alloc     157 drivers/net/ethernet/intel/fm10k/fm10k_main.c 		rx_ring->next_to_alloc = i;
next_to_alloc     182 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc     188 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc     279 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 	rx_ring->next_to_alloc = 0;
next_to_alloc    1012 drivers/net/ethernet/intel/fm10k/fm10k_pci.c 	ring->next_to_alloc = 0;
next_to_alloc    2122 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 			rx_rings[i].next_to_alloc = 0;
next_to_alloc    1209 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc    1215 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc    1397 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_ring->next_to_alloc = 0;
next_to_alloc    1457 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_ring->next_to_alloc = 0;
next_to_alloc    1488 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_ring->next_to_alloc = val;
next_to_alloc     409 drivers/net/ethernet/intel/i40e/i40e_txrx.h 	u16 next_to_alloc;
next_to_alloc     427 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	struct i40e_rx_buffer *new_bi = &rx_ring->rx_bi[rx_ring->next_to_alloc];
next_to_alloc     428 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc     432 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc     458 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	nta = rx_ring->next_to_alloc;
next_to_alloc     462 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc     703 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_ring->next_to_alloc = 0;
next_to_alloc     759 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_ring->next_to_alloc = 0;
next_to_alloc     780 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_ring->next_to_alloc = val;
next_to_alloc    1129 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc    1135 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc     381 drivers/net/ethernet/intel/iavf/iavf_txrx.h 	u16 next_to_alloc;
next_to_alloc    2734 drivers/net/ethernet/intel/ice/ice_ethtool.c 				rx_rings[i].next_to_alloc = 0;
next_to_alloc     308 drivers/net/ethernet/intel/ice/ice_txrx.c 	rx_ring->next_to_alloc = 0;
next_to_alloc     386 drivers/net/ethernet/intel/ice/ice_txrx.c 	rx_ring->next_to_alloc = val;
next_to_alloc     630 drivers/net/ethernet/intel/ice/ice_txrx.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc     637 drivers/net/ethernet/intel/ice/ice_txrx.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc     190 drivers/net/ethernet/intel/ice/ice_txrx.h 	u16 next_to_alloc;
next_to_alloc     275 drivers/net/ethernet/intel/igb/igb.h 	u16 next_to_alloc;
next_to_alloc    4207 drivers/net/ethernet/intel/igb/igb_main.c 	rx_ring->next_to_alloc = 0;
next_to_alloc    4740 drivers/net/ethernet/intel/igb/igb_main.c 	while (i != rx_ring->next_to_alloc) {
next_to_alloc    4766 drivers/net/ethernet/intel/igb/igb_main.c 	rx_ring->next_to_alloc = 0;
next_to_alloc    7920 drivers/net/ethernet/intel/igb/igb_main.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc    7926 drivers/net/ethernet/intel/igb/igb_main.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc    8497 drivers/net/ethernet/intel/igb/igb_main.c 		rx_ring->next_to_alloc = i;
next_to_alloc     265 drivers/net/ethernet/intel/igc/igc.h 	u16 next_to_alloc;
next_to_alloc     364 drivers/net/ethernet/intel/igc/igc_main.c 	while (i != rx_ring->next_to_alloc) {
next_to_alloc     390 drivers/net/ethernet/intel/igc/igc_main.c 	rx_ring->next_to_alloc = 0;
next_to_alloc     473 drivers/net/ethernet/intel/igc/igc_main.c 	rx_ring->next_to_alloc = 0;
next_to_alloc    1347 drivers/net/ethernet/intel/igc/igc_main.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc    1354 drivers/net/ethernet/intel/igc/igc_main.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc    1545 drivers/net/ethernet/intel/igc/igc_main.c 		rx_ring->next_to_alloc = i;
next_to_alloc     338 drivers/net/ethernet/intel/ixgbe/ixgbe.h 		u16 next_to_alloc;
next_to_alloc    1632 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		rx_ring->next_to_alloc = i;
next_to_alloc    1927 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc    1933 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc    5299 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	while (i != rx_ring->next_to_alloc) {
next_to_alloc    5337 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	rx_ring->next_to_alloc = 0;
next_to_alloc     209 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc     212 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	nbi = &rx_ring->rx_buffer_info[rx_ring->next_to_alloc];
next_to_alloc     215 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc     237 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	nta = rx_ring->next_to_alloc;
next_to_alloc     241 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc     367 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 		rx_ring->next_to_alloc = i;
next_to_alloc     565 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	while (i != rx_ring->next_to_alloc) {
next_to_alloc     102 drivers/net/ethernet/intel/ixgbevf/ixgbevf.h 	u16 next_to_alloc;
next_to_alloc     704 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 		rx_ring->next_to_alloc = i;
next_to_alloc     771 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	u16 nta = rx_ring->next_to_alloc;
next_to_alloc     777 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
next_to_alloc    1941 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	ring->next_to_alloc = 0;
next_to_alloc    2338 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	while (i != rx_ring->next_to_alloc) {
next_to_alloc    2367 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	rx_ring->next_to_alloc = 0;