Lines Matching defs:unit
340 * apps, following statusp. This is per-unit, not per port.
587 dd->unit, pidx);
787 struct qib_devdata *qib_lookup(int unit)
789 return xa_load(&qib_dev_table, unit);
793 * Stop the timers during unit shutdown, or after an error late
1037 __xa_erase(&qib_dev_table, dd->unit);
1072 * Allocate our primary per-unit data structure. Must be done via verbs
1089 ret = xa_alloc_irq(&qib_dev_table, &dd->unit, dd, xa_limit_32b,
1093 "Could not allocate unit ID: error %d\n", -ret);
1096 rvt_set_ibdev_name(&dd->verbs_dev.rdi, "%s%d", "qib", dd->unit);
1153 * This marks unit as not usable, until reset.
1214 * Do all the generic driver unit- and chip-independent memory
1261 * Do the non-unit driver cleanup, memory free, etc. at unload.
1372 * Clean up on unit shutdown, or error during unit load after