Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c134 static u32 qed_cxt_cdu_iids(struct qed_cxt_mngr *p_mngr) in qed_cxt_cdu_iids() argument
139 pf_cids += p_mngr->conn_cfg[type].cid_count; in qed_cxt_cdu_iids()
147 struct qed_cxt_mngr *p_mngr = p_hwfn->p_cxt_mngr; in qed_cxt_qm_iids() local
151 iids->cids += p_mngr->conn_cfg[type].cid_count; in qed_cxt_qm_iids()
210 struct qed_cxt_mngr *p_mngr = p_hwfn->p_cxt_mngr; in qed_cxt_cfg_ilt_compute() local
218 p_mngr->pf_start_line = RESC_START(p_hwfn, QED_ILT); in qed_cxt_cfg_ilt_compute()
225 p_cli = &p_mngr->clients[ILT_CLI_CDUC]; in qed_cxt_cfg_ilt_compute()
226 curr_line = p_mngr->pf_start_line; in qed_cxt_cfg_ilt_compute()
230 pf_cids = qed_cxt_cdu_iids(p_mngr); in qed_cxt_cfg_ilt_compute()
243 p_cli = &p_mngr->clients[ILT_CLI_QM]; in qed_cxt_cfg_ilt_compute()
[all …]