Lines Matching refs:unit
787 static int device_queue_depth(int unit, int target, int lun)
814 if (h == unit &&
886 ** The maximum number of tags per logic unit.
930 ** n enables logic unit numbers 0..n-1.
1571 struct list_head link_ccbq; /* Link to unit CCB queue */
1609 int unit; /* Unit number */
5081 ** Queue it in the corresponding unit queue.
5362 ** minsync unit is 4ns !
7584 ** If unit supports tagged commands, allocate the
7981 numtags = device_queue_depth(np->unit, device->id, device->lun);
8011 np->unit, device->id, device->lun, depth_to_use);
8287 int unit, struct ncr_device *device)
8313 unit, device->chip.revision_id, device->slot.irq);
8333 np->unit = unit;
8335 sprintf(np->inst_name, "ncr53c720-%d", np->unit);