Searched defs:irdma_sc_dev (Results 1 – 1 of 1) sorted by relevance
576 struct irdma_sc_dev { struct577 struct list_head cqp_cmd_head; /* head of the CQP command list */578 spinlock_t cqp_lock; /* protect CQP list access */579 bool stats_idx_array[IRDMA_MAX_STATS_COUNT_GEN_1];580 struct irdma_dma_mem vf_fpm_query_buf[IRDMA_MAX_PE_ENA_VF_COUNT];581 u64 fpm_query_buf_pa;582 u64 fpm_commit_buf_pa;583 __le64 *fpm_query_buf;584 __le64 *fpm_commit_buf;585 struct irdma_hw *hw;[all …]