Searched defs:selecting (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/
H A Dmac53c94.c37 selecting, enumerator in enum:fsc_phase
177 state->phase = selecting;
248 case selecting:
H A DNCR5380.h277 volatile Scsi_Cmnd *selecting; member in struct:NCR5380_hostdata
H A Din2000.h287 volatile Scsi_Cmnd *selecting; /* trying to select this command */ member in struct:IN2000_hostdata
H A Dmesh.c105 selecting, enumerator in enum:mesh_phase
763 case selecting:
1114 if (ms->phase > selecting && (in_8(&mr->bus_status1) & BS1_BSY)) {
1544 case selecting:
H A Dwd33c93.h242 volatile struct scsi_cmnd *selecting; /* trying to select this command */ member in struct:WD33C93_hostdata
H A Daha152x.c348 selecting = 0x0002, /* target is beeing selected */ enumerator in enum:__anon4043
950 if(CURRENT_SC->SCp.phase & selecting) {
1643 CURRENT_SC->SCp.phase |= selecting;
1645 DPRINTK(debug_selection, DEBUG_LEAD "selecting target\n", CMDINFO(CURRENT_SC));
1677 CURRENT_SC->SCp.phase &= ~(selecting|not_issued);
1721 CURRENT_SC->SCp.phase &= ~selecting;
2425 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2928 if (ptr->SCp.phase & selecting)
2929 printk("selecting|");
2999 if (ptr->SCp.phase & selecting)
[all...]

Completed in 128 milliseconds