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

/freebsd-10-stable/tools/tools/vxge/
H A Dvxge_info.h88 extern vxge_pci_bar0_t reginfo_pcicfgmgmt[];
H A Dvxge_log.c184 if (reginfo_pcicfgmgmt[i].size == 1)
185 strlcpy(szName, reginfo_pcicfgmgmt[i].name,
188 for (j = 0; j < reginfo_pcicfgmgmt[i].size; j++) {
190 noffset = reginfo_pcicfgmgmt[i].offset + (0x8 * j);
192 if (reginfo_pcicfgmgmt[i].size > 1)
194 reginfo_pcicfgmgmt[i].name, j);
H A Dvxge_info.c399 bufsize = reginfo_pcicfgmgmt[VXGE_HAL_MGMT_REG_COUNT_PCICFGMGMT - 1].offset + 8;
H A Dvxge_log.h214 vxge_pci_bar0_t reginfo_pcicfgmgmt[] = variable

Completed in 199 milliseconds