Home
last modified time | relevance | path

Searched defs:devfunc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c193 int16_t devfunc = immu_devi->imd_devfunc; in bdf_domain_lookup() local
216 int16_t devfunc = immu_devi->imd_devfunc; in bdf_domain_insert() local
1452 int bus, int devfunc) in context_set()
1542 int devfunc; in context_create() local
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h154 #define IMMU_PCI_DEV(devfunc) ((uint64_t)devfunc >> 3) /* from devfunc */ argument
155 #define IMMU_PCI_FUNC(devfunc) (devfunc & 7) /* get func from devfunc */ argument