Home
last modified time | relevance | path

Searched refs:ether_mtu (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/bce/
HDif_bce.c7080 u32 ether_mtu = 0; in bce_init_locked() local
7124 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 …]
/NextBSD/sys/dev/bxe/
HDbxe.h1048 uint16_t ether_mtu; member