Lines Matching defs:lun
159 * exclude - bit array of target&lun which is busy
172 (u8)(q->SCpnt->device->lun & 0x7), exclude)) {
202 * Function: struct scsi_cmnd *queue_remove_tgtluntag (queue, target, lun, tag)
203 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
206 * lun - lun on device
210 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun,
220 if (q->SCpnt->device->id == target && q->SCpnt->device->lun == lun &&
253 * Function: int queue_probetgtlun (queue, target, lun)
255 * target/lun.
258 * lun - lun on target
261 int queue_probetgtlun (Queue_t *queue, int target, int lun)
270 if (q->SCpnt->device->id == target && q->SCpnt->device->lun == lun) {