Searched refs:response_q_address (Results 1 – 4 of 4) sorted by relevance
343 uint32_t response_q_address[2]; member1915 uint32_t response_q_address[2]; member
1783 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla82xx_config_rings()1784 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla82xx_config_rings()
3828 ha->init_cb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla2x00_config_rings()3829 ha->init_cb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla2x00_config_rings()3858 icb->response_q_address[0] = cpu_to_le32(LSD(rsp->dma)); in qla24xx_config_rings()3859 icb->response_q_address[1] = cpu_to_le32(MSD(rsp->dma)); in qla24xx_config_rings()
1325 uint32_t response_q_address[2]; member