Lines Matching refs:selecting
603 !hostdata->selecting) { in maybe_release_dma_irq()
686 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
970 hostdata->selecting = cmd; in NCR5380_select()
999 if (!hostdata->selecting) { in NCR5380_select()
1048 if (!hostdata->selecting) { in NCR5380_select()
1133 if (!hostdata->selecting) in NCR5380_select()
1170 if (!hostdata->selecting) { in NCR5380_select()
1206 if (!hostdata->selecting) in NCR5380_select()
1208 hostdata->selecting = NULL; in NCR5380_select()
2242 if (hostdata->selecting == cmd) { in NCR5380_abort()
2245 hostdata->selecting = NULL; in NCR5380_abort()
2317 if (hostdata->selecting) { in bus_reset_cleanup()
2318 hostdata->selecting->result = DID_RESET << 16; in bus_reset_cleanup()
2319 complete_cmd(instance, hostdata->selecting); in bus_reset_cleanup()
2320 hostdata->selecting = NULL; in bus_reset_cleanup()