Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c6928 u32 ether_mtu = 0; in bce_init_locked() local
6972 ether_mtu = if_getmtu(ifp); in bce_init_locked()
6976 ether_mtu = sc->rx_bd_mbuf_data_len + in bce_init_locked()
6979 ether_mtu = if_getmtu(ifp); in bce_init_locked()
6982 ether_mtu = sc->rx_bd_mbuf_data_len; in bce_init_locked()
6984 ether_mtu = if_getmtu(ifp); in bce_init_locked()
6988 ether_mtu += ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN + ETHER_CRC_LEN; in bce_init_locked()
6991 __FUNCTION__, ether_mtu); in bce_init_locked()
6994 if (ether_mtu > (ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN)) in bce_init_locked()
6996 min(ether_mtu, BCE_MAX_JUMBO_ETHER_MTU) | in bce_init_locked()
[all …]