Searched refs:parkid (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndpci.h39 extern void hndpci_arb_park(si_t *sih, uint parkid);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpci.c953 hndpci_arb_park(si_t *sih, uint parkid) argument
972 /* Get parkid from NVRAM */
973 if (parkid == PCI_PARK_NVRAM) {
974 parkid = getintvar(NULL, "parkid");
975 if (getvar(NULL, "parkid") == NULL)
977 parkid = (pcirev >= 11) ? PCI11_PARKID_LAST : PCI_PARKID_LAST;
980 /* Check the parkid is valid, if not set it to default */
981 if (parkid > ((pcirev >= 11) ? PCI11_PARKID_LAST : PCI_PARKID_LAST)) {
982 printf("%s: Invalid parkid
[all...]

Completed in 103 milliseconds