Searched refs:sge32 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c2123 dcmd->sgl.sge32[0].phys_addr = instance->internal_buf_dmac_add;
2124 dcmd->sgl.sge32[0].length = sizeof (struct megasas_ctrl_info);
2530 dcmd->sgl.sge32[0].length = sizeof (struct megasas_evt_log_info);
2531 dcmd->sgl.sge32[0].phys_addr = dcmd_dma_obj.dma_cookie[0].dmac_address;
3560 xferlen = kpthru->sgl.sge32[0].length;
3563 ubuf = (void *)(ulong_t)kpthru->sgl.sge32[0].phys_addr;
3567 xferlen = kpthru->sgl.sge32[0].length;
3569 ubuf = (void *)(ulong_t)kpthru->sgl.sge32[0].phys_addr;
3626 pthru->sgl.sge32[0].length = xferlen;
3627 pthru->sgl.sge32[
3790 struct megasas_sge32 *sge32; local
[all...]
H A Dmegaraid_sas.h663 struct megasas_sge32 sge32[1]; member in union:megasas_sgl
687 struct megasas_sge32 sge32[8]; member in union:megasas_sgl_frame
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c3314 ddi_put32(cmd->frame_dma_obj.acc_handle, &dcmd->sgl.sge32[0].phys_addr,
3316 ddi_put32(cmd->frame_dma_obj.acc_handle, &dcmd->sgl.sge32[0].length,
4027 ddi_put32(cmd->frame_dma_obj.acc_handle, &dcmd->sgl.sge32[0].length,
4029 ddi_put32(cmd->frame_dma_obj.acc_handle, &dcmd->sgl.sge32[0].phys_addr,
5405 xferlen = kpthru->sgl.sge32[0].length;
5407 ubuf = (void *)(ulong_t)kpthru->sgl.sge32[0].phys_addr;
5411 xferlen = kpthru->sgl.sge32[0].length;
5412 ubuf = (void *)(ulong_t)kpthru->sgl.sge32[0].phys_addr;
5478 ddi_put32(acc_handle, &pthru->sgl.sge32[0].length, xferlen);
5479 ddi_put32(acc_handle, &pthru->sgl.sge32[
5703 struct mrsas_sge32 *sge32; local
[all...]
H A Dmr_sas_tbolt.c2856 dcmd->sgl.sge32[0].phys_addr = ci_h;
2857 dcmd->sgl.sge32[0].length = size_map_info;
3497 dcmd->sgl.sge32[0].phys_addr = ci_h;
3498 dcmd->sgl.sge32[0].length = size_map_info;
3707 ddi_put32(cmd->frame_dma_obj.acc_handle, &dcmd->sgl.sge32[0].length,
3709 ddi_put32(cmd->frame_dma_obj.acc_handle, &dcmd->sgl.sge32[0].phys_addr,
H A Dmr_sas.h1305 struct mrsas_sge32 sge32[1]; member in union:mrsas_sgl
1332 struct mrsas_sge32 sge32[8]; member in union:mrsas_sgl_frame

Completed in 171 milliseconds