Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcs_rport.c1725 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi()
1846 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc()
1879 len = fc_adisc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_adisc()
1944 len = fc_gidpn_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1948 len = fc_gpnid_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
2100 len = fc_logo_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_logo()
2134 len = fc_logo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_logo_acc()
2204 len = fc_prli_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_prli()
2241 len = fc_rpsc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_rpsc()
2275 len = fc_adisc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_adisc()
[all …]
Dbfa_fcs_lport.c401 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_send_ls_rjt()
431 ct_hdr = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_send_fcgs_rjt()
568 len = fc_ls_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_echo()
580 memcpy(((u8 *) bfa_fcxp_get_reqbuf(fcxp)) + in bfa_fcs_lport_echo()
636 len = fc_rnid_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_rnid()
745 len = fc_ba_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_abts_acc()
1888 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rhba()
2221 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rprt()
2544 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rpa()
3160 len = fc_gmal_req_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_ms_send_gmal()
[all …]
Dbfa_svc.h221 #define BFA_FCXP_REQ_PLD(_fcxp) (bfa_fcxp_get_reqbuf(_fcxp))
630 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
Dbfa_fcs_fcpim.c470 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli()
Dbfa_fcs.c1344 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_fabric_send_flogi_acc()
Dbfa_svc.c933 bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp) in bfa_fcxp_get_reqbuf() function