Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_sw.h437 typedef struct i40e_rx_data { struct
438 struct i40e *rxd_i40e;
443 i40e_dma_buffer_t rxd_desc_area; /* DMA buffer of rx desc ring */
444 i40e_rx_desc_t *rxd_desc_ring; /* Rx desc ring */
445 uint32_t rxd_desc_next; /* Index of next rx desc */
469 } i40e_rx_data_t; argument