Lines Matching defs:lun
155 * exclude - bit array of target&lun which is busy
168 (u8)(q->SCpnt->device->lun & 0x7), exclude)) {
198 * Function: struct scsi_cmnd *queue_remove_tgtluntag (queue, target, lun, tag)
199 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
202 * lun - lun on device
206 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun,
216 if (q->SCpnt->device->id == target && q->SCpnt->device->lun == lun &&
249 * Function: int queue_probetgtlun (queue, target, lun)
251 * target/lun.
254 * lun - lun on target
257 int queue_probetgtlun (Queue_t *queue, int target, int lun)
266 if (q->SCpnt->device->id == target && q->SCpnt->device->lun == lun) {