Home
last modified time | relevance | path

Searched refs:remove_SC (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/scsi/
Daha152x.c683 static inline struct scsi_cmnd *remove_SC(struct scsi_cmnd **SC, in remove_SC() function
1013 ptr=remove_SC(&ISSUE_SC, SCpnt); in aha152x_abort()
1061 issued = remove_SC(&ISSUE_SC, SCpnt) == NULL; in aha152x_device_reset()
1062 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1073 remove_SC(&ISSUE_SC, SCpnt); in aha152x_device_reset()
1122 remove_SC(SCs, ptr); in free_hard_reset_SCs()
2255 remove_SC(&DISCONNECTED_SC, ptr); in rsti_run()