Searched refs:response_dvma (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c732 icb->response_q_address[0] = LSB(LSW(LSD(ha->response_dvma)));
733 icb->response_q_address[1] = MSB(LSW(LSD(ha->response_dvma)));
734 icb->response_q_address[2] = LSB(MSW(LSD(ha->response_dvma)));
735 icb->response_q_address[3] = MSB(MSW(LSD(ha->response_dvma)));
736 icb->response_q_address[4] = LSB(LSW(MSD(ha->response_dvma)));
737 icb->response_q_address[5] = MSB(LSW(MSD(ha->response_dvma)));
738 icb->response_q_address[6] = LSB(MSW(MSD(ha->response_dvma)));
739 icb->response_q_address[7] = MSB(MSW(MSD(ha->response_dvma)));
1209 icb->response_q_address[0] = LSB(LSW(LSD(ha->response_dvma)));
1210 icb->response_q_address[1] = MSB(LSW(LSD(ha->response_dvma)));
[all...]
H A Dql_api.c1238 ha->response_dvma = ha->hba_buf.cookie.dmac_laddress +
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1475 uint64_t response_dvma; member in struct:ql_adapter_state

Completed in 103 milliseconds