Searched refs:next_to_alloc (Results 1 – 12 of 12) sorted by relevance
117 u16 next_to_alloc; member
666 rx_ring->next_to_alloc = i; in ixgbevf_alloc_rx_buffers()729 u16 nta = rx_ring->next_to_alloc; in ixgbevf_reuse_rx_page()735 rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0; in ixgbevf_reuse_rx_page()1762 ring->next_to_alloc = 0; in ixgbevf_configure_rx_ring()
174 rx_ring->next_to_alloc = i; in fm10k_alloc_rx_buffers()199 u16 nta = rx_ring->next_to_alloc; in fm10k_reuse_rx_page()205 rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0; in fm10k_reuse_rx_page()
144 u16 next_to_alloc; member
301 rx_ring->next_to_alloc = 0; in fm10k_clean_rx_ring()
675 ring->next_to_alloc = 0; in fm10k_configure_rx_ring()
254 u16 next_to_alloc; member
3337 rx_ring->next_to_alloc = 0; in igb_setup_rx_resources()3873 rx_ring->next_to_alloc = 0; in igb_clean_rx_ring()6576 u16 nta = rx_ring->next_to_alloc; in igb_reuse_rx_page()6582 rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0; in igb_reuse_rx_page()7075 rx_ring->next_to_alloc = i; in igb_alloc_rx_buffers()
286 u16 next_to_alloc; member
1584 rx_ring->next_to_alloc = i; in ixgbe_alloc_rx_buffers()1852 u16 nta = rx_ring->next_to_alloc; in ixgbe_reuse_rx_page()1858 rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0; in ixgbe_reuse_rx_page()4644 rx_ring->next_to_alloc = 0; in ixgbe_clean_rx_ring()
210 rx_queue->next_to_alloc = 0; in gfar_init_bds()2830 rx_queue->next_to_alloc = i; in gfar_alloc_rx_buffs()2957 u16 nta = rxq->next_to_alloc; in gfar_reuse_rx_page()2963 rxq->next_to_alloc = (nta < rxq->rx_ring_size) ? nta : 0; in gfar_reuse_rx_page()
1051 u16 next_to_alloc; member