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