Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c1728 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi()
1849 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc()
1947 len = fc_gidpn_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1951 len = fc_gpnid_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
2103 len = fc_logo_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_logo()
2137 len = fc_logo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_logo_acc()
2207 len = fc_prli_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_prli()
2244 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()
2920 len = fc_prlo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_prlo_acc()
[all …]
H A Dbfa_fcs_lport.c380 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_send_ls_rjt()
410 ct_hdr = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_send_fcgs_rjt()
547 len = fc_ls_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_echo()
559 memcpy(((u8 *) bfa_fcxp_get_reqbuf(fcxp)) + in bfa_fcs_lport_echo()
724 len = fc_ba_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_abts_acc()
1834 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rhba()
2175 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rprt()
2498 pyld = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_fdmi_send_rpa()
3380 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_ms_send_plogi()
4326 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_ns_send_plogi()
[all …]
H A Dbfa_svc.h213 #define BFA_FCXP_REQ_PLD(_fcxp) (bfa_fcxp_get_reqbuf(_fcxp))
675 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
H A Dbfa_fcs_fcpim.c479 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli()
H A Dbfa_fcs.c1336 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_fabric_send_flogi_acc()
H A Dbfa_svc.c905 bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp) in bfa_fcxp_get_reqbuf() function