Symbol: selecting
drivers/scsi/NCR5380.c
1016
if (!hostdata->selecting) {
drivers/scsi/NCR5380.c
1065
if (!hostdata->selecting) {
drivers/scsi/NCR5380.c
1150
if (!hostdata->selecting)
drivers/scsi/NCR5380.c
1187
if (!hostdata->selecting) {
drivers/scsi/NCR5380.c
1223
if (!hostdata->selecting)
drivers/scsi/NCR5380.c
1225
hostdata->selecting = NULL;
drivers/scsi/NCR5380.c
2266
if (hostdata->selecting == cmd) {
drivers/scsi/NCR5380.c
2269
hostdata->selecting = NULL;
drivers/scsi/NCR5380.c
2340
if (hostdata->selecting) {
drivers/scsi/NCR5380.c
2341
hostdata->selecting->result = DID_RESET << 16;
drivers/scsi/NCR5380.c
2342
complete_cmd(instance, hostdata->selecting);
drivers/scsi/NCR5380.c
2343
hostdata->selecting = NULL;
drivers/scsi/NCR5380.c
617
!hostdata->selecting) {
drivers/scsi/NCR5380.c
700
while (!hostdata->connected && !hostdata->selecting) {
drivers/scsi/NCR5380.c
987
hostdata->selecting = cmd;
drivers/scsi/NCR5380.h
217
struct scsi_cmnd *selecting; /* Cmnd to be connected */
drivers/scsi/aha152x.c
1511
acp->phase |= selecting;
drivers/scsi/aha152x.c
1545
acp->phase &= ~(selecting | not_issued);
drivers/scsi/aha152x.c
1589
acp->phase &= ~selecting;
drivers/scsi/aha152x.c
2240
(aha152x_priv(CURRENT_SC)->phase & selecting)) {
drivers/scsi/aha152x.c
2492
phase & selecting ? "selecting|" : "",
drivers/scsi/aha152x.c
2548
if (phase & selecting)
drivers/scsi/aha152x.c
901
if (acp->phase & selecting) {
drivers/scsi/mac53c94.c
175
state->phase = selecting;
drivers/scsi/mac53c94.c
247
case selecting:
drivers/scsi/mesh.c
1111
if (ms->phase > selecting && (in_8(&mr->bus_status1) & BS1_BSY)) {
drivers/scsi/mesh.c
1542
case selecting:
drivers/scsi/mesh.c
758
case selecting:
drivers/scsi/wd33c93.c
1291
if (hostdata->selecting) {
drivers/scsi/wd33c93.c
1292
cmd = (struct scsi_cmnd *) hostdata->selecting;
drivers/scsi/wd33c93.c
1293
hostdata->selecting = NULL;
drivers/scsi/wd33c93.c
1533
hostdata->selecting = NULL;
drivers/scsi/wd33c93.c
1905
hostdata->selecting = NULL;
drivers/scsi/wd33c93.c
421
if (hostdata->selecting || hostdata->connected) {
drivers/scsi/wd33c93.c
543
hostdata->selecting = cmd;
drivers/scsi/wd33c93.c
795
cmd = (struct scsi_cmnd *) hostdata->selecting; /* get a valid cmd */
drivers/scsi/wd33c93.c
796
hostdata->selecting = NULL;
drivers/scsi/wd33c93.c
828
(struct scsi_cmnd *) hostdata->selecting;
drivers/scsi/wd33c93.c
829
hostdata->selecting = NULL;
drivers/scsi/wd33c93.h
227
volatile struct scsi_cmnd *selecting; /* trying to select this command */