Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c4326 ddi_acc_handle_t acc_hdl, uint_t cookiec, uint32_t end_flags) in mptsas_sge_mainframe() argument
4335 while (cookiec--) { in mptsas_sge_mainframe()
4353 if (cookiec == 0) { in mptsas_sge_mainframe()
4376 uint_t cookiec; in mptsas_sge_chain() local
4384 cookiec = cmd->cmd_cookiec; in mptsas_sge_chain()
4430 temp = (cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) / sgemax; in mptsas_sge_chain()
4436 if ((cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) - (temp * in mptsas_sge_chain()
4492 chainlength = ((cookiec - (j - 1)) * in mptsas_sge_chain()
4523 i = cookiec; in mptsas_sge_chain()
4597 (cookiec - j) * in mptsas_sge_chain()
[all …]
/titanic_41/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()