Searched refs:response_q_address (Results 1 – 4 of 4) sorted by relevance
299 uint32_t response_q_address[2]; member1785 uint32_t response_q_address[2]; member
2082 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()2083 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla2x00_config_rings()2112 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla24xx_config_rings()2113 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla24xx_config_rings()
1778 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla82xx_config_rings()1779 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla82xx_config_rings()
1161 uint32_t response_q_address[2]; member