Searched refs:FC_MAX_PDUSZ (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs_rport.c | 1736 (void *)rport, FC_MAX_PDUSZ, FC_ELS_TOV); in bfa_fcs_rport_send_plogi() 1857 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_plogiacc() 1888 rport, FC_MAX_PDUSZ, FC_ELS_TOV); in bfa_fcs_rport_send_adisc() 1958 (void *)rport, FC_MAX_PDUSZ, FC_FCCT_TOV); in bfa_fcs_rport_send_nsdisc() 2109 rport, FC_MAX_PDUSZ, FC_ELS_TOV); in bfa_fcs_rport_send_logo() 2142 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_logo_acc() 2212 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_prli() 2249 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_rpsc() 2282 FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_adisc() 2926 NULL, NULL, FC_MAX_PDUSZ, in bfa_fcs_rport_send_prlo_acc() [all...] |
H A D | bfa_fcs_lport.c | 386 FC_MAX_PDUSZ, 0); in bfa_fcs_lport_send_ls_rjt() 420 FC_MAX_PDUSZ, 0); in bfa_fcs_lport_send_fcgs_rjt() 565 FC_MAX_PDUSZ, 0); in bfa_fcs_lport_echo() 622 FC_MAX_PDUSZ, 0); in bfa_fcs_lport_rnid() 730 FC_MAX_PDUSZ, 0); in bfa_fcs_lport_abts_acc() 1835 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rhba() 1850 FC_MAX_PDUSZ, FC_FCCT_TOV); in bfa_fcs_lport_fdmi_send_rhba() 2176 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rprt() 2189 FC_MAX_PDUSZ, FC_FCCT_TOV); in bfa_fcs_lport_fdmi_send_rprt() 2499 memset(pyld, 0, FC_MAX_PDUSZ); in bfa_fcs_lport_fdmi_send_rpa() [all...] |
H A D | bfa_fc.h | 249 FC_MAX_PDUSZ = 2112, enumerator
|
H A D | bfa_fcbuild.c | 271 || (be16_to_cpu(plogi->class3.rxsz) > FC_MAX_PDUSZ) in fc_plogi_parse()
|
H A D | bfa_fcs.c | 1346 FC_MAX_PDUSZ, 0); in bfa_fcs_fabric_send_flogi_acc()
|
H A D | bfa_svc.c | 788 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue() 791 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue() 3854 if ((maxfrsize > FC_MAX_PDUSZ) || (maxfrsize < FC_MIN_PDUSZ)) in bfa_fcport_cfg_maxfrsize() 3858 if ((maxfrsize != FC_MAX_PDUSZ) && (maxfrsize & (maxfrsize - 1))) in bfa_fcport_cfg_maxfrsize()
|