Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/bfa/
Dbfi_ms.h346 __be16 max_frmsz; /* max send frame size */ member
503 __be16 max_frmsz; /* max rcv pdu size */ member
Dbfa_svc.h139 u16 max_frmsz; /* max send frame size */ member
276 u16 max_frmsz; /* max rcv pdu size */ member
Dbfa_svc.c806 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()
807 if (send_req->max_frmsz == 0) in bfa_fcxp_queue()
808 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue()
811 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue()
4907 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()
5077 WARN_ON(rport_info->max_frmsz == 0); in bfa_rport_online()
5083 if (rport_info->max_frmsz == 0) { in bfa_rport_online()
5085 rport_info->max_frmsz = FC_MIN_PDUSZ; in bfa_rport_online()
Dbfa_fcs_rport.c2288 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()