Searched defs:iommulib_nexops (Results 1 – 2 of 2) sorted by relevance
128 typedef struct iommulib_nexops { struct129 iommulib_nexops_version_t nops_vers; argument130 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
317 static iommulib_nexops_t iommulib_nexops = { variable