Searched refs:ether_mtu (Results 1 – 2 of 2) sorted by relevance
7080 u32 ether_mtu = 0; in bce_init_locked() local7124 ether_mtu = ifp->if_mtu; in bce_init_locked()7128 ether_mtu = sc->rx_bd_mbuf_data_len + in bce_init_locked()7131 ether_mtu = ifp->if_mtu; in bce_init_locked()7134 ether_mtu = sc->rx_bd_mbuf_data_len; in bce_init_locked()7136 ether_mtu = ifp->if_mtu; in bce_init_locked()7140 ether_mtu += ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN + ETHER_CRC_LEN; in bce_init_locked()7143 __FUNCTION__, ether_mtu); in bce_init_locked()7146 if (ether_mtu > (ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN)) in bce_init_locked()7148 min(ether_mtu, BCE_MAX_JUMBO_ETHER_MTU) | in bce_init_locked()[all …]
1048 uint16_t ether_mtu; member