Searched defs:irdma_sc_dev (Results 1 – 1 of 1) sorted by relevance
618 struct irdma_sc_dev { struct619 struct list_head cqp_cmd_head; /* head of the CQP command list */620 spinlock_t cqp_lock; /* protect CQP list access */621 bool fcn_id_array[IRDMA_MAX_STATS_COUNT];622 struct irdma_dma_mem vf_fpm_query_buf[IRDMA_MAX_PE_ENA_VF_COUNT];623 u64 fpm_query_buf_pa;624 u64 fpm_commit_buf_pa;625 __le64 *fpm_query_buf;626 __le64 *fpm_commit_buf;627 struct irdma_hw *hw;[all …]