Searched refs:queue_remove_cmd (Results 1 – 4 of 4) sorted by relevance
105 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt);
285 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) in queue_remove_cmd() function311 EXPORT_SYMBOL(queue_remove_cmd);
2355 if (queue_remove_cmd(&info->queues.issue, SCpnt)) { in fas216_find_command()2365 } else if (queue_remove_cmd(&info->queues.disconnected, SCpnt)) { in fas216_find_command()
2602 if (queue_remove_cmd(&host->queues.issue, SCpnt)) { in acornscsi_do_abort()2613 } else if (queue_remove_cmd(&host->queues.disconnected, SCpnt)) { in acornscsi_do_abort()