HomeSort by: relevance | last modified time | path
    Searched refs:ah_ctstimeout (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 524 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */
530 ahp->ah_ctstimeout = us;
ar5210_attach.c 221 ahp->ah_ctstimeout = (u_int) -1;
ar5210.h 123 u_int ah_ctstimeout; /* user-specified cts timeout */ member in struct:ath_hal_5210
ar5210_reset.c 288 if (ahp->ah_ctstimeout != (u_int) -1)
289 ar5210SetCTSTimeout(ah, ahp->ah_ctstimeout);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_misc.c 527 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */
533 ahp->ah_ctstimeout = us;
ar5211.h 136 u_int ah_ctstimeout; /* user-specified cts timeout */ member in struct:ath_hal_5211
ar5211_attach.c 238 ahp->ah_ctstimeout = (u_int) -1;
ar5211_reset.c 544 if (ahp->ah_ctstimeout != (u_int) -1)
545 ar5211SetCTSTimeout(ah, ahp->ah_ctstimeout);
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 577 if (ahp->ah_ctstimeout != (u_int) -1)
578 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_misc.c 548 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */
554 ahp->ah_ctstimeout = us;
ar5212_attach.c 256 ahp->ah_ctstimeout = (u_int) -1;
ar5212.h 306 u_int ah_ctstimeout; /* user-specified cts timeout */ member in struct:ath_hal_5212
ar5212_reset.c 664 if (ahp->ah_ctstimeout != (u_int) -1)
665 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 632 if (ahp->ah_ctstimeout != (u_int) -1)
633 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout);

Completed in 45 milliseconds