Lines Matching defs:unit
1420 * @unit: the device to reset
1427 int hfi1_reset_device(int unit)
1430 struct hfi1_devdata *dd = hfi1_lookup(unit);
1439 dd_dev_info(dd, "Reset on unit %u requested\n", unit);
1443 "Invalid unit number %u or not initialized or not present\n",
1444 unit);
1473 "Reinitialize unit %u after reset failed with %d\n",
1474 unit, ret);
1476 dd_dev_info(dd, "Reinitialized unit %u after resetting\n",
1477 unit);