Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_alq.c169 if (len > ATH_ALQ_PAYLOAD_LEN) in if_ath_alq_post()
170 len = ATH_ALQ_PAYLOAD_LEN; in if_ath_alq_post()
H A Dif_ath_alq.h144 #define ATH_ALQ_PAYLOAD_LEN 112 macro