Searched defs:ena_ring (Results 1 – 1 of 1) sorted by relevance
234 struct ena_ring { struct236 union {240 struct ena_com_dev *ena_dev;241 struct ena_adapter *adapter;242 struct ena_com_io_cq *ena_com_io_cq;243 struct ena_com_io_sq *ena_com_io_sq;245 uint16_t qid;248 enum ena_admin_placement_policy_type tx_mem_queue_type;250 uint8_t tx_max_header_size;252 struct ena_com_rx_buf_info ena_bufs[ENA_PKT_MAX_BUFS];[all …]