Lines Matching refs:selecting
617 !hostdata->selecting) { in maybe_release_dma_irq()
700 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
987 hostdata->selecting = cmd; in NCR5380_select()
1016 if (!hostdata->selecting) { in NCR5380_select()
1065 if (!hostdata->selecting) { in NCR5380_select()
1150 if (!hostdata->selecting) in NCR5380_select()
1187 if (!hostdata->selecting) { in NCR5380_select()
1223 if (!hostdata->selecting) in NCR5380_select()
1225 hostdata->selecting = NULL; in NCR5380_select()
2266 if (hostdata->selecting == cmd) { in NCR5380_abort()
2269 hostdata->selecting = NULL; in NCR5380_abort()
2340 if (hostdata->selecting) { in bus_reset_cleanup()
2341 hostdata->selecting->result = DID_RESET << 16; in bus_reset_cleanup()
2342 complete_cmd(instance, hostdata->selecting); in bus_reset_cleanup()
2343 hostdata->selecting = NULL; in bus_reset_cleanup()