Searched defs:irdma_sc_dev (Results 1 – 1 of 1) sorted by relevance
625 struct irdma_sc_dev { struct626 struct list_head cqp_cmd_head; /* head of the CQP command list */627 spinlock_t cqp_lock; /* protect CQP list access */628 struct irdma_dma_mem vf_fpm_query_buf[IRDMA_MAX_PE_ENA_VF_COUNT];629 u64 fpm_query_buf_pa;630 u64 fpm_commit_buf_pa;631 __le64 *fpm_query_buf;632 __le64 *fpm_commit_buf;633 struct irdma_hw *hw;634 u32 IOMEM *wqe_alloc_db;[all …]