Go to the source code of this file.
|
int | queue_initialise (Queue_t *queue) |
|
void | queue_free (Queue_t *queue) |
|
struct scsi_cmnd * | queue_remove (Queue_t *queue) |
|
struct scsi_cmnd * | queue_remove_exclude (Queue_t *queue, unsigned long *exclude) |
|
int | __queue_add (Queue_t *queue, struct scsi_cmnd *SCpnt, int head) |
|
struct scsi_cmnd * | queue_remove_tgtluntag (Queue_t *queue, int target, int lun, int tag) |
|
void | queue_remove_all_target (Queue_t *queue, int target) |
|
int | queue_probetgtlun (Queue_t *queue, int target, int lun) |
|
int | queue_remove_cmd (Queue_t *queue, struct scsi_cmnd *SCpnt) |
|