Home
last modified time | relevance | path

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

/third_party/dev/ethernet/e1000/
A De1000_82543.h53 u32 max_frame_size);
A De1000_api.h156 min_frame_size, max_frame_size) \ argument
162 ((length) <= ((max_frame_size) + 1))) : \
164 ((length) <= ((max_frame_size) + VLAN_TAG_SIZE + 1)))))
A Dif_em.c1129 int max_frame_size; in em_if_mtu_set() local
1148 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() local
2290 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 …]
A De1000_82543.c414 u8 *mac_addr, u32 max_frame_size) in e1000_tbi_adjust_stats_82543() argument
450 if ((frame_len == max_frame_size) && (stats->roc > 0)) in e1000_tbi_adjust_stats_82543()
A De1000_hw.h828 u32 max_frame_size; member
A De1000_ich8lan.c1133 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 31 milliseconds