Home
last modified time | relevance | path

Searched refs:cids_per_vf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c128 iids->per_vf_cids += p_mngr->conn_cfg[type].cids_per_vf; in qed_cxt_cdu_iids()
148 iids->per_vf_cids += p_mngr->conn_cfg[i].cids_per_vf; in qed_cxt_src_iids()
189 if (p_cfg->cids_per_vf) in qed_cxt_tm_iids()
192 iids->per_vf_cids += p_cfg->cids_per_vf; in qed_cxt_tm_iids()
232 vf_cids += p_mngr->conn_cfg[type].cids_per_vf; in qed_cxt_qm_iids()
316 p_conn->cids_per_vf = roundup(vf_cid_cnt, DQ_RANGE_ALIGN); in qed_cxt_set_proto_cid_count()
332 *vf_cid = p_hwfn->p_cxt_mngr->conn_cfg[type].cids_per_vf; in qed_cxt_get_proto_cid_count()
1096 p_cfg->cids_per_vf, p_map)) in qed_cid_map_alloc()
1101 vf_start_cid += p_cfg->cids_per_vf; in qed_cid_map_alloc()
1226 if (!p_cfg->cids_per_vf) in qed_cxt_mngr_setup()
[all …]
H A Dqed_cxt.h250 u32 cids_per_vf; member
H A Dqed_debug.c4983 p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cids_per_vf; in qed_ilt_dump_dump_num_vf_cids()