Searched refs:max_frmsz (Results 1 – 4 of 4) sorted by relevance
354 __be16 max_frmsz; /* max send frame size */ member511 __be16 max_frmsz; /* max rcv pdu size */ member
147 u16 max_frmsz; /* max send frame size */ member284 u16 max_frmsz; /* max rcv pdu size */ member
814 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()
2304 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()