Lines Matching refs:unit
791 static int device_queue_depth(int unit, int target, int lun)
818 if (h == unit &&
890 ** The maximum number of tags per logic unit.
934 ** n enables logic unit numbers 0..n-1.
1568 struct list_head link_ccbq; /* Link to unit CCB queue */
1606 int unit; /* Unit number */
4940 ** Queue it in the corresponding unit queue.
5221 ** minsync unit is 4ns !
7418 ** If unit supports tagged commands, allocate the
7815 numtags = device_queue_depth(np->unit, device->id, device->lun);
7845 np->unit, device->id, device->lun, depth_to_use);
8080 int unit, struct ncr_device *device)
8108 unit, device->chip.revision_id, device->slot.irq);
8128 np->unit = unit;
8130 sprintf(np->inst_name, "ncr53c720-%d", np->unit);