Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h120 struct igbvf_buffer { struct
160 struct igbvf_buffer *buffer_info;
Dnetdev.c162 struct igbvf_buffer *buffer_info; in igbvf_alloc_rx_buffers()
271 struct igbvf_buffer *buffer_info, *next_buffer; in igbvf_clean_rx_irq()
408 struct igbvf_buffer *buffer_info) in igbvf_put_txbuf()
442 size = sizeof(struct igbvf_buffer) * tx_ring->count; in igbvf_setup_tx_resources()
480 size = sizeof(struct igbvf_buffer) * rx_ring->count; in igbvf_setup_rx_resources()
518 struct igbvf_buffer *buffer_info; in igbvf_clean_tx_ring()
531 size = sizeof(struct igbvf_buffer) * tx_ring->count; in igbvf_clean_tx_ring()
572 struct igbvf_buffer *buffer_info; in igbvf_clean_rx_ring()
614 size = sizeof(struct igbvf_buffer) * rx_ring->count; in igbvf_clean_rx_ring()
795 struct igbvf_buffer *buffer_info; in igbvf_clean_tx_irq()
[all …]