Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_alevar.h60 #define ALE_JUMBO_FRAMELEN 8132 macro
62 (ALE_JUMBO_FRAMELEN - sizeof(struct ether_vlan_header) - ETHER_CRC_LEN)
H A Dif_ale.c1012 guard_size = ALE_JUMBO_FRAMELEN; in ale_dma_alloc()