Searched defs:ena_ring (Results 1 – 1 of 1) sorted by relevance
261 struct ena_ring { struct263 union {267 struct ena_com_dev *ena_dev;268 struct ena_adapter *adapter;269 struct ena_com_io_cq *ena_com_io_cq;270 struct ena_com_io_sq *ena_com_io_sq;272 uint16_t qid;275 enum ena_admin_placement_policy_type tx_mem_queue_type;277 uint8_t tx_max_header_size;279 struct ena_com_rx_buf_info ena_bufs[ENA_PKT_MAX_BUFS];[all …]