Home
last modified time | relevance | path

Searched refs:rsp_q_out (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/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.c77 printk(KERN_INFO "0x%02X rsp_q_out = 0x%08X\n", in qla4xxx_dump_registers()
78 (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
/kernel/linux/linux-6.6/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.c77 printk(KERN_INFO "0x%02X rsp_q_out = 0x%08X\n", in qla4xxx_dump_registers()
78 (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
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_mid.c883 rsp->rsp_q_out = &reg->isp25mq.rsp_q_out; in qla25xx_create_rsp_que()
887 "options=%x id=%d rsp_q_in=%p rsp_q_out=%p\n", in qla25xx_create_rsp_que()
889 rsp->rsp_q_out); in qla25xx_create_rsp_que()
891 "options=%x id=%d rsp_q_in=%p rsp_q_out=%p\n", in qla25xx_create_rsp_que()
893 rsp->rsp_q_out); in qla25xx_create_rsp_que()
H A Dqla_os.c3216 rsp->rsp_q_out = &ha->iobase->isp24.rsp_q_out; in qla2x00_probe_one()
3222 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3229 rsp->rsp_q_out = &ha->iobase->ispfx00.rsp_q_out; in qla2x00_probe_one()
3235 rsp->rsp_q_out = &ha->iobase->isp82.rsp_q_out[0]; in qla2x00_probe_one()
3243 "rsp->rsp_q_in=%p rsp->rsp_q_out=%p.\n", in qla2x00_probe_one()
3245 rsp->rsp_q_in, rsp->rsp_q_out); in qla2x00_probe_one()
[all...]
H A Dqla_nx.h833 __le32 rsp_q_out[64]; /* Response Queue Out-Pointer. */ member
H A Dqla_def.h755 __le16 rsp_q_out; /* Out-Pointer */ member
864 __le32 rsp_q_out; member
916 __le32 rsp_q_out; /* AC - Response Queue Out-Pointer */ member
955 &(reg)->u.isp2300.rsp_q_out)
3542 __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()
2759 wrt_reg_dword(rsp->rsp_q_out, rsp->ring_index); in qlafx00_process_response_queue()
H A Dqla_fw.h1183 __le32 rsp_q_out; /* Out-Pointer. */ member
H A Dqla_isr.c3571 wrt_reg_dword(&reg->rsp_q_out[0], rsp->ring_index); in qla24xx_process_response_queue()
3573 wrt_reg_dword(rsp->rsp_q_out, rsp->ring_index); in qla24xx_process_response_queue()
H A Dqla_dbg.c702 htonl(rd_reg_dword(&reg->isp25mq.rsp_q_out)); in qla25xx_copy_mq()
H A Dqla_nx.c1751 wrt_reg_dword(&reg->rsp_q_out[0], 0); in qla82xx_config_rings()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_mid.c889 rsp->rsp_q_out = &reg->isp25mq.rsp_q_out; in qla25xx_create_rsp_que()
893 "options=%x id=%d rsp_q_in=%p rsp_q_out=%p\n", in qla25xx_create_rsp_que()
895 rsp->rsp_q_out); in qla25xx_create_rsp_que()
897 "options=%x id=%d rsp_q_in=%p rsp_q_out=%p\n", in qla25xx_create_rsp_que()
899 rsp->rsp_q_out); in qla25xx_create_rsp_que()
H A Dqla_os.c3383 rsp->rsp_q_out = &ha->iobase->isp24.rsp_q_out; in qla2x00_probe_one()
3389 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3396 rsp->rsp_q_out = &ha->iobase->ispfx00.rsp_q_out; in qla2x00_probe_one()
3402 rsp->rsp_q_out = &ha->iobase->isp82.rsp_q_out[0]; in qla2x00_probe_one()
3410 "rsp->rsp_q_in=%p rsp->rsp_q_out=%p.\n", in qla2x00_probe_one()
3412 rsp->rsp_q_in, rsp->rsp_q_out); in qla2x00_probe_one()
[all...]
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()
2760 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_dbg.c701 htonl(rd_reg_dword(&reg->isp25mq.rsp_q_out)); in qla25xx_copy_mq()

Completed in 96 milliseconds

12