Searched refs:max_frame_size (Results 1 – 4 of 4) sorted by relevance
709 u_int max_frame_size; in gem_init() local739 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()
1004 uint32_t max_frame_size; member1697 ((length) <= ((sc)->max_frame_size + 1))) : \1699 ((length) <= ((sc)->max_frame_size + VLAN_TAG_SIZE + 1)))))
596 sc->hw.max_frame_size = in em_attach()932 sc->hw.max_frame_size = in em_ioctl()
4518 if(frame_len == hw->max_frame_size) { in em_tbi_adjust_stats()