Home
last modified time | relevance | path

Searched refs:bfa_fcs_lport_get_fcid (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c1729 bfa_fcs_lport_get_fcid(port), 0, in bfa_fcs_rport_send_plogi()
1850 rport->pid, bfa_fcs_lport_get_fcid(port), in bfa_fcs_rport_send_plogiacc()
1883 bfa_fcs_lport_get_fcid(port), 0, in bfa_fcs_rport_send_adisc()
1948 bfa_fcs_lport_get_fcid(port), 0, rport->pwwn); in bfa_fcs_rport_send_nsdisc()
1952 bfa_fcs_lport_get_fcid(port), 0, rport->pid); in bfa_fcs_rport_send_nsdisc()
2104 bfa_fcs_lport_get_fcid(port), 0, in bfa_fcs_rport_send_logo()
2138 rport->pid, bfa_fcs_lport_get_fcid(port), in bfa_fcs_rport_send_logo_acc()
2208 rx_fchs->s_id, bfa_fcs_lport_get_fcid(port), in bfa_fcs_rport_process_prli()
2245 rx_fchs->s_id, bfa_fcs_lport_get_fcid(port), in bfa_fcs_rport_process_rpsc()
2276 rx_fchs->s_id, bfa_fcs_lport_get_fcid(port), in bfa_fcs_rport_process_adisc()
[all …]
H A Dbfa_fcs_lport.c381 rx_fchs->s_id, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_send_ls_rjt()
415 bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_send_fcgs_rjt()
548 rx_fchs->s_id, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_echo()
616 rx_fchs->s_id, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_rnid()
725 rx_fchs->s_id, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_abts_acc()
1856 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rhba()
2197 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rprt()
2520 len = fc_fdmi_reqhdr_build(&fchs, pyld, bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_fdmi_send_rpa()
3121 bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_ms_send_gmal()
3322 bfa_fcs_lport_get_fcid(port), in bfa_fcs_lport_ms_send_gfn()
[all …]
H A Dbfa_fcs_fcpim.c480 itnim->rport->pid, bfa_fcs_lport_get_fcid(port), 0); in bfa_fcs_itnim_send_prli()
H A Dbfa_fcs.h347 #define bfa_fcs_lport_get_fcid(_lport) ((_lport)->pid) macro