Home
last modified time | relevance | path

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

/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()
251 struct igbvf_buffer *buffer_info, *next_buffer; in igbvf_clean_rx_irq()
388 struct igbvf_buffer *buffer_info) in igbvf_put_txbuf()
423 size = sizeof(struct igbvf_buffer) * tx_ring->count; in igbvf_setup_tx_resources()
462 size = sizeof(struct igbvf_buffer) * rx_ring->count; in igbvf_setup_rx_resources()
500 struct igbvf_buffer *buffer_info; in igbvf_clean_tx_ring()
513 size = sizeof(struct igbvf_buffer) * tx_ring->count; in igbvf_clean_tx_ring()
554 struct igbvf_buffer *buffer_info; in igbvf_clean_rx_ring()
596 size = sizeof(struct igbvf_buffer) * rx_ring->count; in igbvf_clean_rx_ring()
777 struct igbvf_buffer *buffer_info; in igbvf_clean_tx_irq()
[all …]