Searched refs:isp25mq (Results 1 – 7 of 7) sorted by relevance
760 req->req_q_in = ®->isp25mq.req_q_in; in qla25xx_create_req_que()761 req->req_q_out = ®->isp25mq.req_q_out; in qla25xx_create_req_que()875 rsp->rsp_q_in = ®->isp25mq.rsp_q_in; in qla25xx_create_rsp_que()876 rsp->rsp_q_out = ®->isp25mq.rsp_q_out; in qla25xx_create_rsp_que()
686 htonl(RD_REG_DWORD(®->isp25mq.req_q_in)); in qla25xx_copy_mq()688 htonl(RD_REG_DWORD(®->isp25mq.req_q_out)); in qla25xx_copy_mq()690 htonl(RD_REG_DWORD(®->isp25mq.rsp_q_in)); in qla25xx_copy_mq()692 htonl(RD_REG_DWORD(®->isp25mq.rsp_q_out)); in qla25xx_copy_mq()
3204 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in; in qla2x00_probe_one()3205 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out; in qla2x00_probe_one()3206 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in; in qla2x00_probe_one()3207 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out; in qla2x00_probe_one()
3992 WRT_REG_DWORD(®->isp25mq.req_q_in, 0); in qla24xx_config_rings()3993 WRT_REG_DWORD(®->isp25mq.req_q_out, 0); in qla24xx_config_rings()3994 WRT_REG_DWORD(®->isp25mq.rsp_q_in, 0); in qla24xx_config_rings()3995 WRT_REG_DWORD(®->isp25mq.rsp_q_out, 0); in qla24xx_config_rings()
892 struct device_reg_25xxmq isp25mq; member
7081 ISP_ATIO_Q_IN(base_vha) = &ha->mqiobase->isp25mq.atio_q_in; in qlt_probe_one_stage1()7082 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()
2269 cnt = RD_REG_DWORD(®->isp25mq.req_q_out); in __qla2x00_alloc_iocbs()