Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/irdma/
H A Dirdma_type.h621 struct irdma_sc_dev { struct
622 struct list_head cqp_cmd_head; /* head of the CQP command list */
623 spinlock_t cqp_lock; /* protect CQP list access */
624 struct irdma_dma_mem vf_fpm_query_buf[IRDMA_MAX_PE_ENA_VF_COUNT];
625 u64 fpm_query_buf_pa;
626 u64 fpm_commit_buf_pa;
627 __le64 *fpm_query_buf;
628 __le64 *fpm_commit_buf;
629 struct irdma_hw *hw;
630 u32 IOMEM *wqe_alloc_db;
[all …]