Home
last modified time | relevance | path

Searched refs:cookiec (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c2953 uint_t cookiec; in hmeallocthings() local
2980 DDI_DMA_DONTWAIT, NULL, &dmac, &cookiec); in hmeallocthings()
2987 if (cookiec != 1) { in hmeallocthings()
3012 DDI_DMA_DONTWAIT, NULL, &dmac, &cookiec); in hmeallocthings()
3019 if (cookiec != 1) { in hmeallocthings()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c4416 while (cookiec--) { in mptsas_sge_mainframe()
4434 if (cookiec == 0) { in mptsas_sge_mainframe()
4457 uint_t cookiec; in mptsas_sge_chain() local
4465 cookiec = cmd->cmd_cookiec; in mptsas_sge_chain()
4604 i = cookiec; in mptsas_sge_chain()
4678 (cookiec - j) * in mptsas_sge_chain()
4765 while (cookiec--) { in mptsas_ieee_sge_mainframe()
4780 if (cookiec == 0) { in mptsas_ieee_sge_mainframe()
4797 uint_t cookiec; in mptsas_ieee_sge_chain() local
4940 i = cookiec; in mptsas_ieee_sge_chain()
[all …]
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c2597 uint32_t cookiec; in eri_allocthings() local
2632 DDI_DMA_DONTWAIT, 0, &erip->md_c, &cookiec); in eri_allocthings()
2639 if (cookiec != 1) in eri_allocthings()
2722 DDI_DMA_DONTWAIT, 0, &dma_cookie, &cookiec) != DDI_DMA_MAPPED) { in eri_allocthings()
2727 if (cookiec != 1) in eri_allocthings()