Lines Matching full:selecting
617 !hostdata->selecting) { in maybe_release_dma_irq()
700 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
983 * change 'selecting' to NULL. This function will then return false in NCR5380_select()
987 hostdata->selecting = cmd; in NCR5380_select()
1016 if (!hostdata->selecting) { in NCR5380_select()
1065 if (!hostdata->selecting) { in NCR5380_select()
1127 dsprintk(NDEBUG_SELECTION, instance, "selecting target %d\n", scmd_id(cmd)); 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()
2226 * unissued -> selecting -> [unissued -> selecting ->]... connected ->
2266 if (hostdata->selecting == cmd) { in NCR5380_abort()
2268 "abort: cmd %p == selecting\n", 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()