Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Diommulib.h128 typedef struct iommulib_nexops { struct
129 iommulib_nexops_version_t nops_vers; argument
130 char *nops_id;
131 void *nops_data;
133 int (*nops_dma_allochdl)(dev_info_t *dip, dev_info_t *rdip,
137 int (*nops_dma_freehdl)(dev_info_t *dip, dev_info_t *rdip,
140 int (*nops_dma_bindhdl)(dev_info_t *dip, dev_info_t *rdip,
144 int (*nops_dma_unbindhdl)(dev_info_t *dip, dev_info_t *rdip,
147 void (*nops_dma_reset_cookies)(dev_info_t *dip,
172 } iommulib_nexops_t; argument
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c317 static iommulib_nexops_t iommulib_nexops = { variable