Home
last modified time | relevance | path

Searched refs:rsp_que_off (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_mr.c895 rsp->ring = (void *)ha->iobase + ha->rsp_que_off; in qlafx00_config_queues()
896 rsp->dma = bar2_hdl + ha->rsp_que_off; in qlafx00_config_queues()
907 ha->rsp_que_off, (u64)rsp->dma); in qlafx00_config_queues()
953 ha->rsp_que_off = RD_REG_DWORD(&reg->aenmailbox3); in qlafx00_init_fw_ready()
988 ha->rsp_que_off = RD_REG_DWORD(&reg->initval3); in qlafx00_init_fw_ready()
1440 ha->rsp_que_off = RD_REG_DWORD(&reg->aenmailbox3); in qlafx00_rescan_isp()
Dqla_def.h2856 uint32_t rsp_que_off; member