Lines Matching defs:unit
649 dd->unit, ppd->port, lid);
732 * @unit: the device to reset
739 int qib_reset_device(int unit)
742 struct qib_devdata *dd = qib_lookup(unit);
752 qib_devinfo(dd->pcidev, "Reset on unit %u requested\n", unit);
756 "Invalid unit number %u or not initialized or not present\n",
757 unit);
795 "Reinitialize unit %u after reset failed with %d\n",
796 unit, ret);
799 "Reinitialized unit %u after resetting\n",
800 unit);