Home
last modified time | relevance | path

Searched refs:rsp_q_out (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/scsi/qla4xxx/
H A Dql4_iocb.c202 writel(ha->response_out, &ha->qla4_83xx_reg->rsp_q_out); in qla4_83xx_complete_iocb()
203 readl(&ha->qla4_83xx_reg->rsp_q_out); in qla4_83xx_complete_iocb()
233 writel(ha->response_out, &ha->qla4_82xx_reg->rsp_q_out); in qla4_82xx_complete_iocb()
234 readl(&ha->qla4_82xx_reg->rsp_q_out); in qla4_82xx_complete_iocb()
260 writel(ha->response_out, &ha->reg->rsp_q_out); in qla4xxx_complete_iocb()
261 readl(&ha->reg->rsp_q_out); in qla4xxx_complete_iocb()
H A Dql4_dbg.c78 (uint8_t) offsetof(struct isp_reg, rsp_q_out), in qla4xxx_dump_registers()
79 readw(&ha->reg->rsp_q_out)); in qla4xxx_dump_registers()
H A Dql4_init.c106 (unsigned long __iomem *)&ha->qla4_82xx_reg->rsp_q_out); in qla4xxx_init_rings()
113 (unsigned long __iomem *)&ha->qla4_83xx_reg->rsp_q_out); in qla4xxx_init_rings()
127 writel(0, &ha->reg->rsp_q_out); in qla4xxx_init_rings()
128 readl(&ha->reg->rsp_q_out); in qla4xxx_init_rings()
H A Dql4_fw.h48 __le32 rsp_q_out; /* 0x0200 (R/W): Response Queue Out-Pointer. */ member
85 __le32 rsp_q_out; /* 0x3020 */ member
123 __le32 rsp_q_out; /* SCSI Completion Queue Consumer Index */ member
/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c889 rsp->rsp_q_out = &reg->isp25mq.rsp_q_out; in qla25xx_create_rsp_que()
895 rsp->rsp_q_out); in qla25xx_create_rsp_que()
899 rsp->rsp_q_out); in qla25xx_create_rsp_que()
H A Dqla_os.c3381 rsp->rsp_q_out = &ha->iobase->isp24.rsp_q_out; in qla2x00_probe_one()
3387 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3394 rsp->rsp_q_out = &ha->iobase->ispfx00.rsp_q_out; in qla2x00_probe_one()
3400 rsp->rsp_q_out = &ha->iobase->isp82.rsp_q_out[0]; in qla2x00_probe_one()
3410 rsp->rsp_q_in, rsp->rsp_q_out); in qla2x00_probe_one()
3416 req->req_q_in, req->req_q_out, rsp->rsp_q_in, rsp->rsp_q_out); in qla2x00_probe_one()
H A Dqla_nx.h837 __le32 rsp_q_out[64]; /* Response Queue Out-Pointer. */ member
H A Dqla_def.h865 __le16 rsp_q_out; /* Out-Pointer */ member
974 __le32 rsp_q_out; member
1026 __le32 rsp_q_out; /* AC - Response Queue Out-Pointer */ member
1065 &(reg)->u.isp2300.rsp_q_out)
3712 __le32 __iomem *rsp_q_out; member
H A Dqla_mr.c682 wrt_reg_dword(&reg->rsp_q_out, 0); in qlafx00_config_rings()
685 rd_reg_dword(&reg->rsp_q_out); in qlafx00_config_rings()
2758 wrt_reg_dword(rsp->rsp_q_out, rsp->ring_index); in qlafx00_process_response_queue()
H A Dqla_fw.h1211 __le32 rsp_q_out; /* Out-Pointer. */ member
H A Dqla_isr.c4162 wrt_reg_dword(&reg->rsp_q_out[0], rsp->ring_index); in qla24xx_process_response_queue()
4164 wrt_reg_dword(rsp->rsp_q_out, rsp->ring_index); in qla24xx_process_response_queue()
H A Dqla_nx.c1748 wrt_reg_dword(&reg->rsp_q_out[0], 0); in qla82xx_config_rings()
H A Dqla_dbg.c701 htonl(rd_reg_dword(&reg->isp25mq.rsp_q_out)); in qla25xx_copy_mq()
H A Dqla_init.c4718 wrt_reg_dword(&reg->isp25mq.rsp_q_out, 0); in qla24xx_config_rings()
4723 wrt_reg_dword(&reg->isp24.rsp_q_out, 0); in qla24xx_config_rings()
H A Dqla_mbx.c4624 wrt_reg_dword(rsp->rsp_q_out, 0); in qla25xx_init_rsp_que()