Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/arm/
A Dqueue.h15 } Queue_t; typedef
22 extern int queue_initialise (Queue_t *queue);
29 extern void queue_free (Queue_t *queue);
37 extern struct scsi_cmnd *queue_remove (Queue_t *queue);
46 extern struct scsi_cmnd *queue_remove_exclude(Queue_t *queue,
61 extern int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head);
72 extern struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target,
82 extern void queue_remove_all_target(Queue_t *queue, int target);
93 extern int queue_probetgtlun (Queue_t *queue, int target, int lun);
102 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt);
A Dqueue.c59 int queue_initialise (Queue_t *queue) in queue_initialise()
91 void queue_free (Queue_t *queue) in queue_free()
107 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) in __queue_add()
138 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove()
162 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude()
188 struct scsi_cmnd *queue_remove(Queue_t *queue) in queue_remove()
210 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun, in queue_remove_tgtluntag()
238 void queue_remove_all_target(Queue_t *queue, int target) in queue_remove_all_target()
261 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun()
287 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) in queue_remove_cmd()
A Dacornscsi.h315 Queue_t issue; /* issue queue */
316 Queue_t disconnected; /* disconnected command queue */
A Dfas216.h281 Queue_t issue; /* issue queue */
282 Queue_t disconnected; /* disconnected command queue */

Completed in 9 milliseconds