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

  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_xmit.c 274 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(q),
ar5211reg.h 170 #define AR_DRETRY_LIMIT(i) (AR_D0_RETRY_LIMIT + ((i)<<2))
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212reg.h 189 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2))
ar5212_xmit.c 311 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(q),
  /src/sys/dev/ic/
athnreg.h 86 #define AR_DRETRY_LIMIT(i) (0x1080 + (i) * 4)
athn.c 1916 AR_WRITE(sc, AR_DRETRY_LIMIT(qid),

Completed in 20 milliseconds