Searched refs:max_frmsz (Results 1 – 4 of 4) sorted by relevance
346 __be16 max_frmsz; /* max send frame size */ member503 __be16 max_frmsz; /* max rcv pdu size */ member
139 u16 max_frmsz; /* max send frame size */ member276 u16 max_frmsz; /* max rcv pdu size */ member
806 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()
2288 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()