Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/
H A Dena_com.h126 struct ena_com_io_cq { struct
127 struct ena_com_io_desc_addr cdesc_addr;
128 void *bus;
131 u32 __iomem *unmask_reg;
135 u32 __iomem *numa_node_cfg_reg;
140 u32 msix_vector ____cacheline_aligned;
142 enum queue_direction direction;
145 u16 cur_rx_pkt_cdesc_count;
147 u16 cur_rx_pkt_cdesc_start_idx;
149 u16 q_depth;
[all …]
/freebsd/sys/dev/ena/
H A Dena.h323 struct ena_com_io_cq *ena_com_io_cq; member