Home
last modified time | relevance | path

Searched refs:ET_JUMBO_FRAMELEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/et/
H A Dif_etvar.h56 #define ET_JUMBO_FRAMELEN (ET_MEM_SIZE - ET_MEM_RXSIZE_MIN - \ macro
58 #define ET_JUMBO_MTU (ET_JUMBO_FRAMELEN - ETHER_HDR_LEN - \
65 #define ET_JLEN (ET_JUMBO_FRAMELEN + ETHER_ALIGN)
H A Dif_et.c1322 max_framelen = ET_JUMBO_FRAMELEN; in et_ioctl()