Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_fw.h299 uint32_t response_q_address[2]; member
1785 uint32_t response_q_address[2]; member
Dqla_init.c2082 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()
Dqla_nx.c1778 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()
Dqla_def.h1161 uint32_t response_q_address[2]; member