Lines Matching refs:p_ent
93 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_start() local
108 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_func_start()
114 p_ramrod = &p_ent->ramrod.fcoe_init; in qed_sp_fcoe_func_start()
213 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_func_start()
218 qed_sp_destroy_request(p_hwfn, p_ent); in qed_sp_fcoe_func_start()
230 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_offload() local
243 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_conn_offload()
249 p_ramrod = &p_ent->ramrod.fcoe_conn_ofld; in qed_sp_fcoe_conn_offload()
299 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_conn_offload()
309 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_destroy() local
320 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_conn_destroy()
326 p_ramrod = &p_ent->ramrod.fcoe_conn_terminate; in qed_sp_fcoe_conn_destroy()
330 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_conn_destroy()
339 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_stop() local
351 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_func_stop()
361 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_func_stop()