Searched refs:max_frmsz (Results 1 – 4 of 4) sorted by relevance
353 __be16 max_frmsz; /* max send frame size */ member510 __be16 max_frmsz; /* max rcv pdu size */ member
146 u16 max_frmsz; /* max send frame size */ member283 u16 max_frmsz; /* max rcv pdu size */ member
856 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()857 if (send_req->max_frmsz == 0) in bfa_fcxp_queue()858 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue()861 send_req->max_frmsz = cpu_to_be16(FC_MAX_PDUSZ); in bfa_fcxp_queue()5012 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()5182 WARN_ON(rport_info->max_frmsz == 0); in bfa_rport_online()5188 if (rport_info->max_frmsz == 0) { in bfa_rport_online()5190 rport_info->max_frmsz = FC_MIN_PDUSZ; in bfa_rport_online()
2303 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()