HomeSort by: relevance | last modified time | path
    Searched defs:status3 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416desc.h 58 uint32_t status3; member in struct:ar5416_rx_desc
94 #define ds_rxstatus3 u.rx.status3
  /src/sys/dev/ic/
aic79xx.c 1505 u_int status3; local in function:ahd_handle_scsiint
1515 status3 = ahd_inb(ahd, SSTAT3) & (NTRAMPERR|OSRAMPERR);
1625 } else if (status3 != 0) {
1627 ahd_name(ahd), status3);
1628 ahd_outb(ahd, CLRSINT3, status3);

Completed in 18 milliseconds