Searched refs:max_frame_size (Results 1 – 6 of 6) sorted by relevance
53 u32 max_frame_size);
156 min_frame_size, max_frame_size) \ argument162 ((length) <= ((max_frame_size) + 1))) : \164 ((length) <= ((max_frame_size) + VLAN_TAG_SIZE + 1)))))
1129 int max_frame_size; in em_if_mtu_set() local1148 max_frame_size = 9234; in em_if_mtu_set()1151 max_frame_size = 4096; in em_if_mtu_set()1156 max_frame_size = ETHER_MAX_LEN; in em_if_mtu_set()1160 max_frame_size = 9234; in em_if_mtu_set()1162 max_frame_size = MAX_JUMBO_FRAME_SIZE; in em_if_mtu_set()2273 u16 max_frame_size; in igb_init_dmac() local2290 hwm = 64 * pba - max_frame_size / 16; in igb_init_dmac()2300 dmac = pba - max_frame_size / 512; in igb_init_dmac()2355 (2 * max_frame_size)) >> 6); in igb_init_dmac()[all …]
414 u8 *mac_addr, u32 max_frame_size) in e1000_tbi_adjust_stats_82543() argument450 if ((frame_len == max_frame_size) && (stats->roc > 0)) in e1000_tbi_adjust_stats_82543()
828 u32 max_frame_size; member
1133 if (!hw->mac.max_frame_size) { in e1000_platform_pm_pch_lpt()1156 (2 * (s64)hw->mac.max_frame_size)) * 8 * 1000; in e1000_platform_pm_pch_lpt()
Completed in 26 milliseconds