Home
last modified time | relevance | path

Searched refs:rsp_q_in (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/drivers/scsi/qla4xxx/ !
Dql4_init.c104 (unsigned long __iomem *)&ha->qla4_82xx_reg->rsp_q_in); in qla4xxx_init_rings()
111 (unsigned long __iomem *)&ha->qla4_83xx_reg->rsp_q_in); in qla4xxx_init_rings()
123 ha->shadow_regs->rsp_q_in = cpu_to_le32(0); in qla4xxx_init_rings()
Dql4_fw.h46 __le32 rsp_q_in; /* 0x0100 (R/W): Response Queue In-Pointer. */ member
78 __le32 rsp_q_in; /* 0x1200 */ member
254 __le32 rsp_q_in; /* 4 x4 R */ member
Dql4_os.c5730 return (uint16_t)le32_to_cpu(ha->shadow_regs->rsp_q_in); in qla4xxx_rd_shdw_rsp_q_in()
5735 return (uint16_t)le32_to_cpu(readl(&ha->qla4_82xx_reg->rsp_q_in)); in qla4_82xx_rd_shdw_rsp_q_in()
/linux-6.6.21/drivers/scsi/qla2xxx/ !
Dqla_mid.c888 rsp->rsp_q_in = &reg->isp25mq.rsp_q_in; in qla25xx_create_rsp_que()
894 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()
898 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()
Dqla_isr.c3896 struct rsp_que *rsp, response_t *pkt, u32 rsp_q_in) in qla_chk_cont_iocb_avail() argument
3911 if (rsp_q_in < start_pkt_ring_index) in qla_chk_cont_iocb_avail()
3913 iocb_cnt = rsp->length - start_pkt_ring_index + rsp_q_in; in qla_chk_cont_iocb_avail()
3915 iocb_cnt = rsp_q_in - start_pkt_ring_index; in qla_chk_cont_iocb_avail()
3922 __func__, rsp->ring, pkt, pkt->entry_count, iocb_cnt, rsp_q_in, rc); in qla_chk_cont_iocb_avail()
3978 rd_reg_dword_relaxed((_rsp)->rsp_q_in); \ in qla24xx_process_response_queue()
Dqla_os.c3382 rsp->rsp_q_in = &ha->iobase->isp24.rsp_q_in; in qla2x00_probe_one()
3388 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()
3395 rsp->rsp_q_in = &ha->iobase->ispfx00.rsp_q_in; in qla2x00_probe_one()
3401 rsp->rsp_q_in = &ha->iobase->isp82.rsp_q_in[0]; in qla2x00_probe_one()
3412 rsp->rsp_q_in, rsp->rsp_q_out); in qla2x00_probe_one()
3418 req->req_q_in, req->req_q_out, rsp->rsp_q_in, rsp->rsp_q_out); in qla2x00_probe_one()
Dqla_nx.h836 __le32 rsp_q_in[64]; /* Response Queue In-Pointer. */ member
Dqla_def.h864 __le16 rsp_q_in; /* In-Pointer */ member
973 __le32 rsp_q_in; member
1025 __le32 rsp_q_in; /* A8 - Response Queue In-Pointer */ member
1061 &(reg)->u.isp2300.rsp_q_in)
3711 __le32 __iomem *rsp_q_in; /* FWI2-capable only. */ member
Dqla_fw.h1210 __le32 rsp_q_in; /* In-Pointer. */ member
Dqla_mr.c681 wrt_reg_dword(&reg->rsp_q_in, 0); in qlafx00_config_rings()
2698 lreq_q_in = rd_reg_dword(rsp->rsp_q_in); in qlafx00_process_response_queue()
Dqla_dbg.c699 htonl(rd_reg_dword(&reg->isp25mq.rsp_q_in)); in qla25xx_copy_mq()
Dqla_nx.c1747 wrt_reg_dword(&reg->rsp_q_in[0], 0); in qla82xx_config_rings()
Dqla_init.c4708 wrt_reg_dword(&reg->isp25mq.rsp_q_in, 0); in qla24xx_config_rings()
4713 wrt_reg_dword(&reg->isp24.rsp_q_in, 0); in qla24xx_config_rings()
Dqla_mbx.c4626 wrt_reg_dword(rsp->rsp_q_in, 0); in qla25xx_init_rsp_que()