Searched refs:ino_intr_weight (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.h111 int32_t ino_intr_weight; /* intr wt of devices sharing ino */ member in struct:px_ino
H A Dpx_ib.c324 ino_p->ino_intr_weight = 0;
334 ino_p->ino_intr_weight +=
348 if ((weight == ino_p->ino_intr_weight) ||
350 (ino_p->ino_intr_weight >= weight_max))) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ib.c371 * recompute the ino_intr_weight based on the device
376 ino_p->ino_intr_weight = 0;
386 ino_p->ino_intr_weight +=
404 if ((weight == ino_p->ino_intr_weight) ||
406 (ino_p->ino_intr_weight >= weight_max))) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h150 int32_t ino_intr_weight; /* intr weight of devices sharing ino */ member in struct:ib_ino_info

Completed in 73 milliseconds