Searched refs:response_ubuf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 3775 void *response_ubuf; in issue_mfi_smp() local 3804 response_ubuf = (void *)(ulong_t)sge32[0].phys_addr; in issue_mfi_smp() 3808 response_ubuf, request_ubuf)); in issue_mfi_smp() 3822 response_ubuf = (void *)(ulong_t)sge32[0].phys_addr; in issue_mfi_smp() 3826 response_ubuf, request_ubuf)); in issue_mfi_smp() 3835 response_ubuf = (void *)(ulong_t)sge64[0].phys_addr; in issue_mfi_smp() 3883 if (ddi_copyin(response_ubuf, (void *) response_dma_obj.buffer, in issue_mfi_smp() 3964 if (ddi_copyout(response_dma_obj.buffer, response_ubuf, in issue_mfi_smp()
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.c | 5666 void *response_ubuf; in issue_mfi_smp() local 5703 response_ubuf = (void *)(ulong_t)sge32[0].phys_addr; in issue_mfi_smp() 5707 response_ubuf, request_ubuf)); in issue_mfi_smp() 5719 response_ubuf = (void *)(ulong_t)sge32[0].phys_addr; in issue_mfi_smp() 5723 response_ubuf, request_ubuf)); in issue_mfi_smp() 5731 response_ubuf = (void *)(ulong_t)sge64[0].phys_addr; in issue_mfi_smp() 5793 if (ddi_copyin((uint8_t *)response_ubuf + i, in issue_mfi_smp() 5890 + i, (uint8_t *)response_ubuf in issue_mfi_smp()
|