Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dgem.c709 u_int max_frame_size; in gem_init() local
739 max_frame_size = max(ifp->if_mtu, ETHERMTU); in gem_init()
740 max_frame_size += ETHER_HDR_LEN + ETHER_CRC_LEN; in gem_init()
743 max_frame_size += ETHER_VLAN_ENCAP_LEN; in gem_init()
745 v = (max_frame_size) | (0x2000 << 16) /* Burst size */; in gem_init()
/mirbsd/src/sys/dev/pci/
Dif_em_hw.h1004 uint32_t max_frame_size; member
1697 ((length) <= ((sc)->max_frame_size + 1))) : \
1699 ((length) <= ((sc)->max_frame_size + VLAN_TAG_SIZE + 1)))))
Dif_em.c596 sc->hw.max_frame_size = in em_attach()
932 sc->hw.max_frame_size = in em_ioctl()
Dif_em_hw.c4518 if(frame_len == hw->max_frame_size) { in em_tbi_adjust_stats()