dq_vf_max_cid    1544 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u32 dq_pf_max_cid = 0, dq_vf_max_cid = 0;
dq_vf_max_cid    1549 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_vf_max_cid += (p_mngr->conn_cfg[0].cids_per_vf >> DQ_RANGE_SHIFT);
dq_vf_max_cid    1550 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_0_RT_OFFSET, dq_vf_max_cid);
dq_vf_max_cid    1555 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_vf_max_cid += (p_mngr->conn_cfg[1].cids_per_vf >> DQ_RANGE_SHIFT);
dq_vf_max_cid    1556 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_1_RT_OFFSET, dq_vf_max_cid);
dq_vf_max_cid    1561 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_vf_max_cid += (p_mngr->conn_cfg[2].cids_per_vf >> DQ_RANGE_SHIFT);
dq_vf_max_cid    1562 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_2_RT_OFFSET, dq_vf_max_cid);
dq_vf_max_cid    1567 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_vf_max_cid += (p_mngr->conn_cfg[3].cids_per_vf >> DQ_RANGE_SHIFT);
dq_vf_max_cid    1568 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_3_RT_OFFSET, dq_vf_max_cid);
dq_vf_max_cid    1573 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_vf_max_cid += (p_mngr->conn_cfg[4].cids_per_vf >> DQ_RANGE_SHIFT);
dq_vf_max_cid    1574 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_4_RT_OFFSET, dq_vf_max_cid);
dq_vf_max_cid    1579 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_vf_max_cid += (p_mngr->conn_cfg[5].cids_per_vf >> DQ_RANGE_SHIFT);
dq_vf_max_cid    1580 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_5_RT_OFFSET, dq_vf_max_cid);
dq_vf_max_cid    1589 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_6_RT_OFFSET, dq_vf_max_cid);
dq_vf_max_cid    1592 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_VF_MAX_ICID_7_RT_OFFSET, dq_vf_max_cid);