Lines Matching full:command
36 * Purpose : removes first SCSI command from a queue
37 * Params : queue - queue to remove command from
38 * Returns : struct scsi_cmnd if successful (and a reference), or NULL if no command available
44 * Purpose : remove a SCSI command from a queue
45 * Params : queue - queue to remove command from
47 * Returns : struct scsi_cmnd if successful (and a reference), or NULL if no command available
58 * Purpose : Add a new command onto a queue
60 * SCpnt - command to add
61 * head - add command to head of queue
68 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
69 * Params : queue - queue to remove command from
73 * Returns : struct scsi_cmnd if successful, or NULL if no command satisfies requirements
81 * Params : queue - queue to remove command from
89 * Purpose : check to see if we have a command in the queue for the specified
100 * Purpose : remove a specific command from the queues
102 * SCpnt - command to find