Lines Matching refs:selecting
595 !hostdata->selecting) { in maybe_release_dma_irq()
678 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
955 hostdata->selecting = cmd; in NCR5380_select()
984 if (!hostdata->selecting) { in NCR5380_select()
1033 if (!hostdata->selecting) { in NCR5380_select()
1120 if (hostdata->selecting) { in NCR5380_select()
1156 if (!hostdata->selecting) { in NCR5380_select()
1192 if (!hostdata->selecting) in NCR5380_select()
1194 hostdata->selecting = NULL; in NCR5380_select()
2236 if (hostdata->selecting == cmd) { in NCR5380_abort()
2239 hostdata->selecting = NULL; in NCR5380_abort()
2334 if (hostdata->selecting) { in NCR5380_host_reset()
2335 hostdata->selecting->result = DID_RESET << 16; in NCR5380_host_reset()
2336 complete_cmd(instance, hostdata->selecting); in NCR5380_host_reset()
2337 hostdata->selecting = NULL; in NCR5380_host_reset()