Home
last modified time | relevance | path

Searched defs:i40e_rx_data (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_sw.h425 typedef struct i40e_rx_data { struct
426 struct i40e *rxd_i40e;
431 i40e_dma_buffer_t rxd_desc_area; /* DMA buffer of rx desc ring */
432 i40e_rx_desc_t *rxd_desc_ring; /* Rx desc ring */
433 uint32_t rxd_desc_next; /* Index of next rx desc */
457 } i40e_rx_data_t; argument