Searched refs:curphase (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1318 u_int curphase; in ahc_handle_seqint() local 1326 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1327 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint() 1328 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint() 1613 u_int curphase; in ahc_handle_scsiint() local 1622 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() 1634 * curphase and lastphase. in ahc_handle_scsiint() 1637 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint() 1638 errorphase = curphase; in ahc_handle_scsiint() 3121 u_int curphase; ahc_handle_proto_violation() local [all...] |
H A D | aic79xx_core.c | 2662 u_int curphase; in ahd_handle_transmission_error() local 2693 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2717 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error() 2814 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error() 2818 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error() 2822 if (curphase == P_MESGIN) in ahd_handle_transmission_error() 3296 u_int curphase; in ahd_handle_proto_violation() local 3304 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation() 3380 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1317 u_int curphase; in ahc_handle_seqint() local 1325 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1326 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint() 1327 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint() 1612 u_int curphase; in ahc_handle_scsiint() local 1621 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() 1633 * curphase and lastphase. in ahc_handle_scsiint() 1636 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint() 1637 errorphase = curphase; in ahc_handle_scsiint() 3119 u_int curphase; ahc_handle_proto_violation() local [all...] |
H A D | aic79xx_core.c | 2661 u_int curphase; in ahd_handle_transmission_error() local 2692 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2716 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error() 2813 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error() 2817 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error() 2821 if (curphase == P_MESGIN) in ahd_handle_transmission_error() 3295 u_int curphase; in ahd_handle_proto_violation() local 3303 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation() 3379 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()
|
Completed in 29 milliseconds