Lines Matching refs:mfs
222 unsigned int mfs;
228 mfs = ntohs(flp->fl_csp.sp_bb_data) & FC_SP_BB_DATA_MASK;
229 if (mfs >= FC_SP_MIN_MAX_PAYLOAD && mfs < maxval)
230 maxval = mfs;
231 mfs = ntohs(flp->fl_cssp[3 - 1].cp_rdfs);
232 if (mfs >= FC_SP_MIN_MAX_PAYLOAD && mfs < maxval)
233 maxval = mfs;
728 rdata->maxframe_size = fc_plogi_get_maxframe(flogi, lport->mfs);
1028 rdata->maxframe_size = fc_plogi_get_maxframe(plp, lport->mfs);
1937 rdata->maxframe_size = fc_plogi_get_maxframe(pl, lport->mfs);