Lines Matching full:selecting
619 !hostdata->selecting) { in maybe_release_dma_irq()
702 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
985 * change 'selecting' to NULL. This function will then return false in NCR5380_select()
989 hostdata->selecting = cmd; in NCR5380_select()
1018 if (!hostdata->selecting) { in NCR5380_select()
1067 if (!hostdata->selecting) { in NCR5380_select()
1129 dsprintk(NDEBUG_SELECTION, instance, "selecting target %d\n", scmd_id(cmd)); in NCR5380_select()
1152 if (!hostdata->selecting) in NCR5380_select()
1189 if (!hostdata->selecting) { in NCR5380_select()
1225 if (!hostdata->selecting) in NCR5380_select()
1227 hostdata->selecting = NULL; in NCR5380_select()
2227 * unissued -> selecting -> [unissued -> selecting ->]... connected ->
2267 if (hostdata->selecting == cmd) { in NCR5380_abort()
2269 "abort: cmd %p == selecting\n", cmd); in NCR5380_abort()
2270 hostdata->selecting = NULL; in NCR5380_abort()
2341 if (hostdata->selecting) { in bus_reset_cleanup()
2342 hostdata->selecting->result = DID_RESET << 16; in bus_reset_cleanup()
2343 complete_cmd(instance, hostdata->selecting); in bus_reset_cleanup()
2344 hostdata->selecting = NULL; in bus_reset_cleanup()