Home
last modified time | relevance | path

Searched refs:igbvf_buffer (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Digbvf.h99 struct igbvf_buffer { struct
139 struct igbvf_buffer *buffer_info;
Dnetdev.c140 struct igbvf_buffer *buffer_info; in igbvf_alloc_rx_buffers()
249 struct igbvf_buffer *buffer_info, *next_buffer; in igbvf_clean_rx_irq()
386 struct igbvf_buffer *buffer_info) in igbvf_put_txbuf()
420 size = sizeof(struct igbvf_buffer) * tx_ring->count; in igbvf_setup_tx_resources()
458 size = sizeof(struct igbvf_buffer) * rx_ring->count; in igbvf_setup_rx_resources()
496 struct igbvf_buffer *buffer_info; in igbvf_clean_tx_ring()
509 size = sizeof(struct igbvf_buffer) * tx_ring->count; in igbvf_clean_tx_ring()
550 struct igbvf_buffer *buffer_info; in igbvf_clean_rx_ring()
592 size = sizeof(struct igbvf_buffer) * rx_ring->count; in igbvf_clean_rx_ring()
773 struct igbvf_buffer *buffer_info; in igbvf_clean_tx_irq()
[all …]