ether_mtu        4194 dev/pci/if_bnx.c 	u_int32_t		ether_mtu;
ether_mtu        4223 dev/pci/if_bnx.c 	ether_mtu = BNX_MAX_STD_ETHER_MTU_VLAN;
ether_mtu        4226 dev/pci/if_bnx.c 	    __FUNCTION__, ether_mtu);
ether_mtu        4232 dev/pci/if_bnx.c 	REG_WR(sc, BNX_EMAC_RX_MTU_SIZE, ether_mtu |
ether_mtu        4236 dev/pci/if_bnx.c 	sc->max_frame_size = sizeof(struct l2_fhdr) + 2 + ether_mtu + 8;