Lines Matching defs:unit
648 dd->unit, ppd->port, lid);
731 * @unit: the device to reset
738 int qib_reset_device(int unit)
741 struct qib_devdata *dd = qib_lookup(unit);
751 qib_devinfo(dd->pcidev, "Reset on unit %u requested\n", unit);
755 "Invalid unit number %u or not initialized or not present\n",
756 unit);
794 "Reinitialize unit %u after reset failed with %d\n",
795 unit, ret);
798 "Reinitialized unit %u after resetting\n",
799 unit);