Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416_xmit.c171 #define RTSCTS (HAL_TXDESC_RTSENA|HAL_TXDESC_CTSENA) in ar5416SetupTxDesc() macro
180 HALASSERT((flags & RTSCTS) != RTSCTS); in ar5416SetupTxDesc()
219 if (flags & RTSCTS) { in ar5416SetupTxDesc()
234 #undef RTSCTS in ar5416SetupTxDesc()
381 #define RTSCTS (HAL_TXDESC_RTSENA|HAL_TXDESC_CTSENA)
387 HALASSERT((flags & RTSCTS) != RTSCTS);
414 if (flags & RTSCTS) {
422 #undef RTSCTS
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5212_xmit.c678 #define RTSCTS (HAL_TXDESC_RTSENA|HAL_TXDESC_CTSENA) in ar5212SetupTxDesc() macro
687 HALASSERT((flags & RTSCTS) != RTSCTS); in ar5212SetupTxDesc()
716 if (flags & RTSCTS) { in ar5212SetupTxDesc()
731 #undef RTSCTS in ar5212SetupTxDesc()