Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_mr.c843 req->ring = (void __force *)ha->iobase + ha->req_que_off; in qlafx00_config_queues()
844 req->dma = bar2_hdl + ha->req_que_off; in qlafx00_config_queues()
855 ha->req_que_off, (u64)req->dma); in qlafx00_config_queues()
926 ha->req_que_off = rd_reg_dword(&reg->aenmailbox1); in qlafx00_init_fw_ready()
964 ha->req_que_off = rd_reg_dword(&reg->initval1); in qlafx00_init_fw_ready()
1426 ha->req_que_off = rd_reg_dword(&reg->aenmailbox1); in qlafx00_rescan_isp()
1435 ha->req_que_off, ha->rsp_que_len); in qlafx00_rescan_isp()
Dqla_def.h4174 uint32_t req_que_off; member