Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c192 struct e4_core_conn_context *p_cxt; in qed_spq_hw_initialize() local
207 p_cxt = cxt_info.p_cxt; in qed_spq_hw_initialize()
209 SET_FIELD(p_cxt->xstorm_ag_context.flags10, in qed_spq_hw_initialize()
211 SET_FIELD(p_cxt->xstorm_ag_context.flags1, in qed_spq_hw_initialize()
213 SET_FIELD(p_cxt->xstorm_ag_context.flags9, in qed_spq_hw_initialize()
218 p_cxt->xstorm_ag_context.physical_q0 = cpu_to_le16(physical_q); in qed_spq_hw_initialize()
220 p_cxt->xstorm_st_context.spq_base_lo = in qed_spq_hw_initialize()
222 p_cxt->xstorm_st_context.spq_base_hi = in qed_spq_hw_initialize()
225 DMA_REGPAIR_LE(p_cxt->xstorm_st_context.consolid_base_addr, in qed_spq_hw_initialize()
Dqed_fcoe.c92 struct e4_fcoe_conn_context *p_cxt = NULL; in qed_sp_fcoe_func_start() local
143 p_cxt = cxt_info.p_cxt; in qed_sp_fcoe_func_start()
144 memset(p_cxt, 0, sizeof(*p_cxt)); in qed_sp_fcoe_func_start()
146 SET_FIELD(p_cxt->tstorm_ag_context.flags3, in qed_sp_fcoe_func_start()
Dqed_cxt.h17 void *p_cxt; member
Dqed_ll2.c1534 struct e4_core_conn_context *p_cxt; in qed_ll2_establish_connection() local
1605 p_cxt = cxt_info.p_cxt; in qed_ll2_establish_connection()
1607 memset(p_cxt, 0, sizeof(*p_cxt)); in qed_ll2_establish_connection()
Dqed_cxt.c1967 p_info->p_cxt = p_mngr->ilt_shadow[line].virt_addr + in qed_cxt_get_cid_info()
1972 p_info->iid / cxts_per_p, p_info->p_cxt, p_info->iid); in qed_cxt_get_cid_info()