dq_pf_max_cid    1544 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	u32 dq_pf_max_cid = 0, dq_vf_max_cid = 0;
dq_pf_max_cid    1546 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_pf_max_cid += (p_mngr->conn_cfg[0].cid_count >> DQ_RANGE_SHIFT);
dq_pf_max_cid    1547 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_0_RT_OFFSET, dq_pf_max_cid);
dq_pf_max_cid    1552 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_pf_max_cid += (p_mngr->conn_cfg[1].cid_count >> DQ_RANGE_SHIFT);
dq_pf_max_cid    1553 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_1_RT_OFFSET, dq_pf_max_cid);
dq_pf_max_cid    1558 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_pf_max_cid += (p_mngr->conn_cfg[2].cid_count >> DQ_RANGE_SHIFT);
dq_pf_max_cid    1559 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_2_RT_OFFSET, dq_pf_max_cid);
dq_pf_max_cid    1564 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_pf_max_cid += (p_mngr->conn_cfg[3].cid_count >> DQ_RANGE_SHIFT);
dq_pf_max_cid    1565 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_3_RT_OFFSET, dq_pf_max_cid);
dq_pf_max_cid    1570 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_pf_max_cid += (p_mngr->conn_cfg[4].cid_count >> DQ_RANGE_SHIFT);
dq_pf_max_cid    1571 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_4_RT_OFFSET, dq_pf_max_cid);
dq_pf_max_cid    1576 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	dq_pf_max_cid += (p_mngr->conn_cfg[5].cid_count >> DQ_RANGE_SHIFT);
dq_pf_max_cid    1577 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_5_RT_OFFSET, dq_pf_max_cid);
dq_pf_max_cid    1588 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_6_RT_OFFSET, dq_pf_max_cid);
dq_pf_max_cid    1591 drivers/net/ethernet/qlogic/qed/qed_cxt.c 	STORE_RT_REG(p_hwfn, DORQ_REG_PF_MAX_ICID_7_RT_OFFSET, dq_pf_max_cid);