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

  /src/sys/dev/ic/
aic79xx.c 118 u_int lqistat1);
1507 u_int lqistat1; local in function:ahd_handle_scsiint
1518 lqistat1 = ahd_inb(ahd, LQISTAT1);
1629 } else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
1630 ahd_handle_lqiphase_error(ahd, lqistat1);
1631 } else if ((lqistat1 & LQICRCI_NLQ) != 0) {
1753 u_int lqistat1; local in function:ahd_handle_transmission_error
1763 lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ)
    [all...]

Completed in 105 milliseconds