Searched refs:cookiecnt (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cfg.c | 480 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 D | hermon_misc.c | 80 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()
|
/titanic_50/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_mem.c | 517 uint32_t cookiecnt; in cpqary3_alloc_phyctgs_mem() local 578 &phyctgp->cpqary3_dmacookie, &cookiecnt); in cpqary3_alloc_phyctgs_mem()
|
/titanic_50/usr/src/uts/common/io/vr/ |
H A D | vr.c | 1098 uint_t cookiecnt; in vr_alloc_dmabuf() local 1148 &cookiecnt); in vr_alloc_dmabuf() 1153 if (rc != DDI_DMA_MAPPED || cookiecnt > 1) { in vr_alloc_dmabuf() 1156 "rc = %d, cookiecnt = %d", rc, cookiecnt); in vr_alloc_dmabuf()
|