Home
last modified time | relevance | path

Searched refs:AR_VEOL (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211desc.h45 #define AR_VEOL 0x00800000 /* virtual end-of-list */ macro
HDar5211_xmit.c542 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5211SetupTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212desc.h63 #define AR_VEOL 0x00800000 /* virtual end-of-list */ macro
HDar5212_xmit.c721 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5212SetupTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416desc.h111 #define AR_VEOL 0x00800000 macro
HDar5416_xmit.c365 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupTxDesc()
631 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupFirstTxDesc()