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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_recv.c 110 rs->rs_status = 0;
164 rs->rs_status |= HAL_RXERR_CRC;
168 rs->rs_status |= HAL_RXERR_PHY;
172 rs->rs_status |= HAL_RXERR_DECRYPT;
174 rs->rs_status |= HAL_RXERR_MIC;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_recv.c 222 rs->rs_status = 0;
225 rs->rs_status |= HAL_RXERR_CRC;
227 rs->rs_status |= HAL_RXERR_DECRYPT;
229 rs->rs_status |= HAL_RXERR_PHY;
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_recv.c 240 rs->rs_status = 0;
243 rs->rs_status |= HAL_RXERR_CRC;
245 rs->rs_status |= HAL_RXERR_DECRYPT;
247 rs->rs_status |= HAL_RXERR_FIFO;
249 rs->rs_status |= HAL_RXERR_PHY;
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_recv.c 256 rs->rs_status = 0;
282 rs->rs_status |= HAL_RXERR_CRC;
286 rs->rs_status |= HAL_RXERR_PHY;
293 rs->rs_status |= HAL_RXERR_DECRYPT;
295 rs->rs_status |= HAL_RXERR_MIC;
  /src/sys/external/isc/atheros_hal/dist/
ah_desc.h 98 uint8_t rs_status; /* rx status, 0 => recv ok */ member in struct:ath_rx_status
120 /* bits found in rs_status */
  /src/sys/dev/pci/
cz.c 1292 u_int32_t rs_status, op_mode; local in function:cztty_to_tiocm
1297 rs_status = CZTTY_CHAN_READ(sc, CHNCTL_RS_STATUS);
1300 if (ISSET(rs_status, C_RS_RTS))
1302 if (ISSET(rs_status, C_RS_CTS))
1304 if (ISSET(rs_status, C_RS_DCD))
1306 if (ISSET(rs_status, C_RS_DTR))
1308 if (ISSET(rs_status, C_RS_RI))
1310 if (ISSET(rs_status, C_RS_DSR))
1332 u_int32_t rs_status; local in function:czttyparam
1455 rs_status = CZTTY_CHAN_READ(sc, CHNCTL_RS_STATUS)
    [all...]
  /src/sys/dev/usb/
if_athn_usb.h 347 uint8_t rs_status; member in struct:ar_rx_status
  /src/sys/dev/ic/
ath.c 3120 } else if (ds->ds_rxstat.rs_status != 0) {
3121 if (ds->ds_rxstat.rs_status & HAL_RXERR_CRC)
3123 if (ds->ds_rxstat.rs_status & HAL_RXERR_FIFO)
3125 if (ds->ds_rxstat.rs_status & HAL_RXERR_PHY) {
3131 if (ds->ds_rxstat.rs_status & HAL_RXERR_DECRYPT) {
3146 if (ds->ds_rxstat.rs_status & HAL_RXERR_MIC) {
3172 if (ds->ds_rxstat.rs_status &~ (rxerr_tap|rxerr_mon))
3213 if (ds->ds_rxstat.rs_status &
3227 if (ds->ds_rxstat.rs_status & rxerr_tap) {
5243 ds->ds_rxstat.rs_status, ds->ds_rxstat.rs_keyix
    [all...]

Completed in 67 milliseconds