Searched refs:do_abort (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | NCR5380.c | 134 static int do_abort(struct Scsi_Host *, unsigned int); 486 do_abort(instance, 1); in NCR5380_maybe_reset_bus() 1190 do_abort(instance, 0); in NCR5380_select() 1407 static int do_abort(struct Scsi_Host *instance, unsigned int can_sleep) in do_abort() function 1743 do_abort(instance, 0); in NCR5380_information_transfer() 2076 do_abort(instance, 0); in NCR5380_reselect() 2095 do_abort(instance, 0); in NCR5380_reselect() 2105 do_abort(instance, 0); in NCR5380_reselect() 2145 if (do_abort(instance, 0) == 0) in NCR5380_reselect() 2292 if (do_abort(instance, 0) < 0) { in NCR5380_abort()
|
D | mesh.c | 971 static void do_abort(struct mesh_state *ms) in do_abort() function 1113 do_abort(ms); in handle_error() 1148 do_abort(ms); in handle_exception() 1226 do_abort(ms); in handle_msgin() 1418 do_abort(ms); in phase_mismatch()
|