Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c531 ahp->ah_ctstimeout = (uint32_t)-1; in ath9k_hw_newstate()
1241 ahp->ah_ctstimeout = (uint32_t)-1; in ath9k_hw_set_cts_timeout()
1246 ahp->ah_ctstimeout = us; in ath9k_hw_set_cts_timeout()
1285 if (ahp->ah_ctstimeout != (uint32_t)-1) in ath9k_hw_init_user_settings()
1286 (void) ath9k_hw_set_cts_timeout(ah, ahp->ah_ctstimeout); in ath9k_hw_init_user_settings()
H A Darn_hw.h920 uint32_t ah_ctstimeout; member