Home
last modified time | relevance | path

Searched refs:AR_FrmRcvOK (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211desc.h111 #define AR_FrmRcvOK 0x00000002 /* frame reception success */ macro
HDar5211_recv.c227 if ((ads->ds_status1 & AR_FrmRcvOK) == 0) { in ar5211ProcRxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210desc.h109 #define AR_FrmRcvOK 0x00000002 /* frame reception success */ macro
HDar5210_recv.c245 if ((ads->ds_status1 & AR_FrmRcvOK) == 0) { in ar5210ProcRxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212desc.h159 #define AR_FrmRcvOK 0x00000002 /* frame reception success */ macro
HDar5212_recv.c288 if ((ads->ds_rxstatus1 & AR_FrmRcvOK) == 0) { in ar5212ProcRxDesc()