Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_fw.h343 uint32_t response_q_address[2]; member
1915 uint32_t response_q_address[2]; member
Dqla_nx.c1783 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()
Dqla_init.c3828 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()
Dqla_def.h1325 uint32_t response_q_address[2]; member