Searched refs:request_dvma (Results 1 – 3 of 3) sorted by relevance
723 icb->request_q_address[0] = LSB(LSW(LSD(ha->request_dvma))); in ql_nvram_config()724 icb->request_q_address[1] = MSB(LSW(LSD(ha->request_dvma))); in ql_nvram_config()725 icb->request_q_address[2] = LSB(MSW(LSD(ha->request_dvma))); in ql_nvram_config()726 icb->request_q_address[3] = MSB(MSW(LSD(ha->request_dvma))); in ql_nvram_config()727 icb->request_q_address[4] = LSB(LSW(MSD(ha->request_dvma))); in ql_nvram_config()728 icb->request_q_address[5] = MSB(LSW(MSD(ha->request_dvma))); in ql_nvram_config()729 icb->request_q_address[6] = LSB(MSW(MSD(ha->request_dvma))); in ql_nvram_config()730 icb->request_q_address[7] = MSB(MSW(MSD(ha->request_dvma))); in ql_nvram_config()1200 icb->request_q_address[0] = LSB(LSW(LSD(ha->request_dvma))); in ql_nvram_24xx_config()1201 icb->request_q_address[1] = MSB(LSW(LSD(ha->request_dvma))); in ql_nvram_24xx_config()[all …]
1233 ha->request_dvma = ha->hba_buf.cookie.dmac_laddress + in ql_attach()
1465 uint64_t request_dvma; member