Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c480 uint_t cookiecnt; in hermon_check_iommu_bypass() local
522 DDI_DMA_RDWR, DDI_DMA_SLEEP, NULL, &cookie, &cookiecnt); in hermon_check_iommu_bypass()
H A Dhermon_misc.c80 uint_t cookiecnt; in hermon_dbr_new_user_page() local
112 DDI_DMA_SLEEP, NULL, &pagep->upg_dmacookie, &cookiecnt); in hermon_dbr_new_user_page()
119 ASSERT(cookiecnt == 1); in hermon_dbr_new_user_page()
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c517 uint32_t cookiecnt; in cpqary3_alloc_phyctgs_mem() local
578 &phyctgp->cpqary3_dmacookie, &cookiecnt); in cpqary3_alloc_phyctgs_mem()
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c1102 uint_t cookiecnt; in vr_alloc_dmabuf() local
1152 &cookiecnt); in vr_alloc_dmabuf()
1157 if (rc != DDI_DMA_MAPPED || cookiecnt > 1) { in vr_alloc_dmabuf()
1160 "rc = %d, cookiecnt = %d", rc, cookiecnt); in vr_alloc_dmabuf()