Lines Matching refs:selecting
622 !hostdata->selecting) { in maybe_release_dma_irq()
705 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
991 hostdata->selecting = cmd; in NCR5380_select()
1020 if (!hostdata->selecting) { in NCR5380_select()
1069 if (!hostdata->selecting) { in NCR5380_select()
1154 if (!hostdata->selecting) in NCR5380_select()
1191 if (!hostdata->selecting) { in NCR5380_select()
1227 if (!hostdata->selecting) in NCR5380_select()
1229 hostdata->selecting = NULL; in NCR5380_select()
2269 if (hostdata->selecting == cmd) { in NCR5380_abort()
2272 hostdata->selecting = NULL; in NCR5380_abort()
2343 if (hostdata->selecting) { in bus_reset_cleanup()
2344 hostdata->selecting->result = DID_RESET << 16; in bus_reset_cleanup()
2345 complete_cmd(instance, hostdata->selecting); in bus_reset_cleanup()
2346 hostdata->selecting = NULL; in bus_reset_cleanup()