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

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210desc.h 109 #define AR_FrmRcvOK 0x00000002 /* frame reception success */
ar5210_recv.c 241 if ((ads->ds_status1 & AR_FrmRcvOK) == 0) {
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211desc.h 113 #define AR_FrmRcvOK 0x00000002 /* frame reception success */
ar5211_recv.c 223 if ((ads->ds_status1 & AR_FrmRcvOK) == 0) {
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212desc.h 160 #define AR_FrmRcvOK 0x00000002 /* frame reception success */
ar5212_recv.c 271 if ((ads->ds_rxstatus1 & AR_FrmRcvOK) == 0) {

Completed in 12 milliseconds