Home
last modified time | relevance | path

Searched refs:bfa_fcs_fcxp_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_fcs_rport.c1373 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_send_plogi()
1493 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_send_plogiacc()
1525 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_send_adisc()
1588 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_send_nsdisc()
1744 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_send_logo()
1781 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_send_logo_acc()
1852 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_process_prli()
1889 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_process_rpsc()
1923 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_process_adisc()
2511 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_rport_send_prlo_acc()
[all …]
Dbfa_fcs_lport.c343 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_send_ls_rjt()
373 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_send_fcgs_rjt()
510 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_echo()
555 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_rnid()
687 fcxp = bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_abts_acc()
1664 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_fdmi_send_rhba()
1938 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_fdmi_send_rprt()
2153 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_fdmi_send_rpa()
2743 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_ms_send_gmal()
2943 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_lport_ms_send_gfn()
[all …]
Dbfa_fcs.h508 #define bfa_fcs_fcxp_alloc(__fcs) \ macro
Dbfa_fcs_fcpim.c429 fcxp = fcxp_alloced ? fcxp_alloced : bfa_fcs_fcxp_alloc(port->fcs); in bfa_fcs_itnim_send_prli()
Dbfa_fcs.c1297 fcxp = bfa_fcs_fcxp_alloc(fabric->fcs); in bfa_fcs_fabric_send_flogi_acc()