Searched refs:max_frame_size (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82543.h53 u32 max_frame_size);
H A De1000_api.h135 * max_frame_size = the maximum frame length we want to accept.
156 min_frame_size, max_frame_size) \
162 ((length) <= ((max_frame_size) + 1))) : \
164 ((length) <= ((max_frame_size) + VLAN_TAG_SIZE + 1)))))
H A Dif_em.c1033 scctx->isc_max_frame_size = hw->mac.max_frame_size =
1242 int max_frame_size; local
1264 max_frame_size = 9234;
1267 max_frame_size = 4096;
1272 max_frame_size = ETHER_MAX_LEN;
1276 max_frame_size = 9234;
1278 max_frame_size = MAX_JUMBO_FRAME_SIZE;
1280 if (mtu > max_frame_size - ETHER_HDR_LEN - ETHER_CRC_LEN) {
1284 scctx->isc_max_frame_size = sc->hw.mac.max_frame_size =
2374 u16 max_frame_size; local
[all...]
H A De1000_82543.c408 * @max_frame_size: The maximum frame size
414 u8 *mac_addr, u32 max_frame_size)
450 if ((frame_len == max_frame_size) && (stats->roc > 0))
412 e1000_tbi_adjust_stats_82543(struct e1000_hw *hw, struct e1000_hw_stats *stats, u32 frame_len, u8 *mac_addr, u32 max_frame_size) argument
H A De1000_hw.h852 u32 max_frame_size; member in struct:e1000_mac_info
H A De1000_ich8lan.c1142 if (!hw->mac.max_frame_size) {
1143 DEBUGOUT("max_frame_size not set.\n");
1165 (2 * (s64)hw->mac.max_frame_size)) * 8 * 1000;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c586 scctx->isc_max_frame_size = adapter->hw.mac.max_frame_size =
768 int max_frame_size; local
775 max_frame_size = 9234;
777 if (mtu > max_frame_size - ETHER_HDR_LEN - ETHER_CRC_LEN) {
781 scctx->isc_max_frame_size = adapter->hw.mac.max_frame_size =
1507 u16 max_frame_size; local
1510 max_frame_size = adapter->shared->isc_max_frame_size;
1521 hwm = 64 * pba - max_frame_size / 16;
1530 dmac = pba - max_frame_size / 512;
1577 (2 * max_frame_size)) >>
[all...]
H A Digc_hw.h451 u32 max_frame_size; member in struct:igc_mac_info

Completed in 100 milliseconds