Lines Matching defs:max_frame_size
1258 scctx->isc_max_frame_size = hw->mac.max_frame_size =
1470 int max_frame_size;
1493 max_frame_size = 9234;
1496 max_frame_size = 4096;
1501 max_frame_size = ETHER_MAX_LEN;
1505 max_frame_size = 9234;
1507 max_frame_size = MAX_JUMBO_FRAME_SIZE;
1509 if (mtu > max_frame_size - ETHER_HDR_LEN - ETHER_CRC_LEN) {
1513 scctx->isc_max_frame_size = sc->hw.mac.max_frame_size =
2838 u16 max_frame_size;
2843 max_frame_size = sc->shared->isc_max_frame_size;
2855 hwm = 64 * pba - max_frame_size / 16;
2865 dmac = pba - max_frame_size / 512;
2920 (2 * max_frame_size)) >> 6);
3083 if (hw->mac.max_frame_size > 8192)
3108 if (hw->mac.max_frame_size > 4096)
3145 if (hw->mac.max_frame_size > 8192)
3157 min_tx = (hw->mac.max_frame_size +
3161 min_rx = hw->mac.max_frame_size;
3199 roundup2(hw->mac.max_frame_size, 1024);