Lines Matching refs:mfs
703 u32 mfs;
725 mfs = netdev->mtu;
727 mfs = FCOE_MTU;
728 FCOE_NETDEV_DBG(netdev, "Supports FCOE_MTU of %d bytes\n", mfs);
730 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof));
731 if (fc_set_mfs(lport, mfs))
1853 u32 mfs;
1879 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) +
1881 if (mfs >= FC_MIN_MAX_FRAME)
1882 fc_set_mfs(lport, mfs);