Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfi_ms.h354 __be16 max_frmsz; /* max send frame size */ member
511 __be16 max_frmsz; /* max rcv pdu size */ member
Dbfa_svc.h147 u16 max_frmsz; /* max send frame size */ member
284 u16 max_frmsz; /* max rcv pdu size */ member
Dbfa_svc.c814 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()
815 if (send_req->max_frmsz == 0) in bfa_fcxp_queue()
816 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue()
819 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue()
4915 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()
5085 WARN_ON(rport_info->max_frmsz == 0); in bfa_rport_online()
5091 if (rport_info->max_frmsz == 0) { in bfa_rport_online()
5093 rport_info->max_frmsz = FC_MIN_PDUSZ; in bfa_rport_online()
Dbfa_fcs_rport.c2304 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()