Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/arm/
Dqueue.h18 } Queue_t; typedef
25 extern int queue_initialise (Queue_t *queue);
32 extern void queue_free (Queue_t *queue);
40 extern struct scsi_cmnd *queue_remove (Queue_t *queue);
49 extern struct scsi_cmnd *queue_remove_exclude(Queue_t *queue,
64 extern int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head);
75 extern struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target,
85 extern void queue_remove_all_target(Queue_t *queue, int target);
96 extern int queue_probetgtlun (Queue_t *queue, int target, int lun);
105 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt);
Dqueue.c58 int queue_initialise (Queue_t *queue) in queue_initialise()
90 void queue_free (Queue_t *queue) in queue_free()
106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) in __queue_add()
137 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove()
161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude()
186 struct scsi_cmnd *queue_remove(Queue_t *queue) in queue_remove()
208 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun, in queue_remove_tgtluntag()
236 void queue_remove_all_target(Queue_t *queue, int target) in queue_remove_all_target()
259 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun()
285 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) in queue_remove_cmd()
Dacornscsi.h318 Queue_t issue; /* issue queue */
319 Queue_t disconnected; /* disconnected command queue */
Dfas216.h288 Queue_t issue; /* issue queue */
289 Queue_t disconnected; /* disconnected command queue */