Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c191 int16_t devfunc = immu_devi->imd_devfunc; in bdf_domain_lookup() local
214 int16_t devfunc = immu_devi->imd_devfunc; in bdf_domain_insert() local
1450 int bus, int devfunc) in context_set()
1540 int devfunc; in context_create() local
/titanic_50/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