Home
last modified time | relevance | path

Searched refs:response_q_address (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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))); in ql_nvram_config()
733 icb->response_q_address[1] = MSB(LSW(LSD(ha->response_dvma))); in ql_nvram_config()
734 icb->response_q_address[2] = LSB(MSW(LSD(ha->response_dvma))); in ql_nvram_config()
735 icb->response_q_address[3] = MSB(MSW(LSD(ha->response_dvma))); in ql_nvram_config()
736 icb->response_q_address[4] = LSB(LSW(MSD(ha->response_dvma))); in ql_nvram_config()
737 icb->response_q_address[5] = MSB(LSW(MSD(ha->response_dvma))); in ql_nvram_config()
738 icb->response_q_address[6] = LSB(MSW(MSD(ha->response_dvma))); in ql_nvram_config()
739 icb->response_q_address[7] = MSB(MSW(MSD(ha->response_dvma))); in ql_nvram_config()
1209 icb->response_q_address[0] = LSB(LSW(LSD(ha->response_dvma))); in ql_nvram_24xx_config()
1210 icb->response_q_address[1] = MSB(LSW(LSD(ha->response_dvma))); in ql_nvram_24xx_config()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h732 uint8_t response_q_address[8]; member
834 uint8_t response_q_address[8]; member