Lines Matching refs: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()
872 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_intr_msix_tx()
974 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_configure_msix()
975 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_configure_msix()
1100 adapter->tx_ring = kzalloc_obj(struct igbvf_ring); in igbvf_alloc_queues()
1104 adapter->rx_ring = kzalloc_obj(struct igbvf_ring); in igbvf_alloc_queues()
1184 struct igbvf_ring *rx_ring = container_of(napi, struct igbvf_ring, napi); in igbvf_poll()
1286 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_configure_tx()
1367 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_configure_rx()
1908 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_watchdog_task()
1967 static void igbvf_tx_ctxtdesc(struct igbvf_ring *tx_ring, u32 vlan_macip_lens, in igbvf_tx_ctxtdesc()
1992 static int igbvf_tso(struct igbvf_ring *tx_ring, in igbvf_tso()
2066 static bool igbvf_tx_csum(struct igbvf_ring *tx_ring, struct sk_buff *skb, in igbvf_tx_csum()
2137 struct igbvf_ring *tx_ring, in igbvf_tx_map_adv()
2209 struct igbvf_ring *tx_ring, in igbvf_tx_queue_adv()
2269 struct igbvf_ring *tx_ring) in igbvf_xmit_frame_ring_adv()
2345 struct igbvf_ring *tx_ring; in igbvf_xmit_frame()