Searched refs:cookiec (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/hme/ |
H A D | hme.c | 2953 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_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 4376 ddi_acc_handle_t acc_hdl, uint_t cookiec, uint32_t end_flags) in mptsas_sge_mainframe() argument 4385 while (cookiec--) { in mptsas_sge_mainframe() 4403 if (cookiec == 0) { in mptsas_sge_mainframe() 4426 uint_t cookiec; in mptsas_sge_chain() local 4434 cookiec = cmd->cmd_cookiec; in mptsas_sge_chain() 4480 temp = (cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) / sgemax; in mptsas_sge_chain() 4486 if ((cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) - (temp * in mptsas_sge_chain() 4542 chainlength = ((cookiec - (j - 1)) * in mptsas_sge_chain() 4573 i = cookiec; in mptsas_sge_chain() 4647 (cookiec - j) * in mptsas_sge_chain() [all …]
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 2597 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()
|