Home
last modified time | relevance | path

Searched refs:PCIR_SRIOV_TOTAL_VFS (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/pci/
HDpcireg.h957 #define PCIR_SRIOV_TOTAL_VFS 0x0E macro
HDpci_iov.c641 total_vfs = IOV_READ(dinfo, PCIR_SRIOV_TOTAL_VFS, 2); in pci_iov_config()
/NextBSD/usr.sbin/pciconf/
HDcap.c723 total_vfs = read_config(fd, &p->pc_sel, ptr + PCIR_SRIOV_TOTAL_VFS, 2); in ecap_sriov()
/NextBSD/sys/dev/vnic/
HDnic_main.c1092 total_vf_cnt = pci_read_config(dev, iov_pos + PCIR_SRIOV_TOTAL_VFS, 2); in nic_sriov_init()