Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c760 icb->response_q_address[0] = LSB(LSW(start_addr)); in ql_nvram_config()
761 icb->response_q_address[1] = MSB(LSW(start_addr)); in ql_nvram_config()
762 icb->response_q_address[2] = LSB(MSW(start_addr)); in ql_nvram_config()
1263 icb->response_q_address[0] = LSB(LSW(addr)); in ql_nvram_24xx_config()
1264 icb->response_q_address[1] = MSB(LSW(addr)); in ql_nvram_24xx_config()
1265 icb->response_q_address[2] = LSB(MSW(addr)); in ql_nvram_24xx_config()
1266 icb->response_q_address[3] = MSB(MSW(addr)); in ql_nvram_24xx_config()
1269 icb->response_q_address[4] = LSB(LSW(addr)); in ql_nvram_24xx_config()
1270 icb->response_q_address[5] = MSB(LSW(addr)); in ql_nvram_24xx_config()
1271 icb->response_q_address[6] = LSB(MSW(addr)); in ql_nvram_24xx_config()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h868 uint8_t response_q_address[8]; member
970 uint8_t response_q_address[8]; member