Lines Matching refs:Queue_t
51 * Function: void queue_initialise (Queue_t *queue)
55 int queue_initialise (Queue_t *queue)
83 * Function: void queue_free (Queue_t *queue)
87 void queue_free (Queue_t *queue)
96 * Function: int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
103 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
134 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent)
158 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude)
184 struct scsi_cmnd *queue_remove(Queue_t *queue)
206 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun,
234 void queue_remove_all_target(Queue_t *queue, int target)
257 int queue_probetgtlun (Queue_t *queue, int target, int lun)
277 * Function: int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt)
283 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt)