Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libsas/
Dsas_scsi_host.c231 static void sas_scsi_clear_queue_lu(struct list_head *error_q, struct scsi_cmnd *my_cmd) in sas_scsi_clear_queue_lu() argument
235 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_lu()
242 static void sas_scsi_clear_queue_I_T(struct list_head *error_q, in sas_scsi_clear_queue_I_T() argument
247 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_I_T()
255 static void sas_scsi_clear_queue_port(struct list_head *error_q, in sas_scsi_clear_queue_port() argument
260 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_port()