Lines Matching refs:p_ent
119 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_start() local
134 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_func_start()
140 p_ramrod = &p_ent->ramrod.fcoe_init; in qed_sp_fcoe_func_start()
241 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_func_start()
246 qed_sp_destroy_request(p_hwfn, p_ent); in qed_sp_fcoe_func_start()
258 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_offload() local
270 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_conn_offload()
276 p_ramrod = &p_ent->ramrod.fcoe_conn_ofld; in qed_sp_fcoe_conn_offload()
326 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_conn_offload()
336 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_destroy() local
347 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_conn_destroy()
353 p_ramrod = &p_ent->ramrod.fcoe_conn_terminate; in qed_sp_fcoe_conn_destroy()
357 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_conn_destroy()
366 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_stop() local
378 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_func_stop()
388 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_func_stop()