Home
last modified time | relevance | path

Searched refs:MAX_JUMBO_FRAME_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/igc/
H A Digc_defines.h382 #define MAX_JUMBO_FRAME_SIZE MJUM9BYTES macro
H A Dif_igc.c278 .isc_rx_maxsize = MAX_JUMBO_FRAME_SIZE,
/freebsd/sys/dev/e1000/
H A De1000_defines.h474 #define MAX_JUMBO_FRAME_SIZE 0x3F00 macro
H A Dif_em.c1312 max_frame_size = MAX_JUMBO_FRAME_SIZE; in em_if_mtu_set()