Searched refs:remove_SC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 682 static inline struct scsi_cmnd *remove_SC(struct scsi_cmnd **SC, in remove_SC() function 1012 ptr=remove_SC(&ISSUE_SC, SCpnt); in aha152x_abort() 1060 issued = remove_SC(&ISSUE_SC, SCpnt) == NULL; in aha152x_device_reset() 1061 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset() 1072 remove_SC(&ISSUE_SC, SCpnt); in aha152x_device_reset() 1121 remove_SC(SCs, ptr); in free_hard_reset_SCs() 2252 remove_SC(&DISCONNECTED_SC, ptr); in rsti_run()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 701 static inline struct scsi_cmnd *remove_SC(struct scsi_cmnd **SC, in remove_SC() function 1038 ptr=remove_SC(&ISSUE_SC, SCpnt); in aha152x_abort() 1086 issued = remove_SC(&ISSUE_SC, SCpnt) == NULL; in aha152x_device_reset() 1087 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset() 1098 remove_SC(&ISSUE_SC, SCpnt); in aha152x_device_reset() 1147 remove_SC(SCs, ptr); in free_hard_reset_SCs() 2300 remove_SC(&DISCONNECTED_SC, ptr); in rsti_run()
|
Completed in 7 milliseconds