Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_fw.h342 uint32_t request_q_address[2]; member
1914 uint32_t request_q_address[2]; member
Dqla_nx.c1781 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla82xx_config_rings()
1782 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla82xx_config_rings()
Dqla_init.c3826 ha->init_cb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla2x00_config_rings()
3827 ha->init_cb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla2x00_config_rings()
3856 icb->request_q_address[0] = cpu_to_le32(LSD(req->dma)); in qla24xx_config_rings()
3857 icb->request_q_address[1] = cpu_to_le32(MSD(req->dma)); in qla24xx_config_rings()
Dqla_def.h1324 uint32_t request_q_address[2]; member