Searched refs:do_abort (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/scsi/ |
D | NCR5380.c | 135 static int do_abort(struct Scsi_Host *, unsigned int); 489 do_abort(instance, 1); in NCR5380_maybe_reset_bus() 1192 do_abort(instance, 0); in NCR5380_select() 1409 static int do_abort(struct Scsi_Host *instance, unsigned int can_sleep) in do_abort() function 1745 do_abort(instance, 0); in NCR5380_information_transfer() 2078 do_abort(instance, 0); in NCR5380_reselect() 2097 do_abort(instance, 0); in NCR5380_reselect() 2107 do_abort(instance, 0); in NCR5380_reselect() 2147 if (do_abort(instance, 0) == 0) in NCR5380_reselect() 2294 if (do_abort(instance, 0) < 0) { in NCR5380_abort()
|
D | mesh.c | 978 static void do_abort(struct mesh_state *ms) in do_abort() function 1120 do_abort(ms); in handle_error() 1155 do_abort(ms); in handle_exception() 1233 do_abort(ms); in handle_msgin() 1425 do_abort(ms); in phase_mismatch()
|