Searched refs:igbvf_ring (Results 1 – 2 of 2) sorted by relevance
125 struct igbvf_ring { struct176 struct igbvf_ring *tx_ring /* One per active queue */191 struct igbvf_ring *rx_ring;260 int igbvf_setup_rx_resources(struct igbvf_adapter *, struct igbvf_ring *);261 int igbvf_setup_tx_resources(struct igbvf_adapter *, struct igbvf_ring *);262 void igbvf_free_rx_resources(struct igbvf_ring *);263 void igbvf_free_tx_resources(struct igbvf_ring *);
66 static int igbvf_desc_unused(struct igbvf_ring *ring) in igbvf_desc_unused()133 static void igbvf_alloc_rx_buffers(struct igbvf_ring *rx_ring, in igbvf_alloc_rx_buffers()247 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_clean_rx_irq()417 struct igbvf_ring *tx_ring) in igbvf_setup_tx_resources()456 struct igbvf_ring *rx_ring) in igbvf_setup_rx_resources()496 static void igbvf_clean_tx_ring(struct igbvf_ring *tx_ring) in igbvf_clean_tx_ring()531 void igbvf_free_tx_resources(struct igbvf_ring *tx_ring) in igbvf_free_tx_resources()550 static void igbvf_clean_rx_ring(struct igbvf_ring *rx_ring) in igbvf_clean_rx_ring()615 void igbvf_free_rx_resources(struct igbvf_ring *rx_ring) in igbvf_free_rx_resources()772 static bool igbvf_clean_tx_irq(struct igbvf_ring *tx_ring) in igbvf_clean_tx_irq()[all …]