Searched refs:ISP_REQ_Q_IN (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/qla2xxx/ |
D | qla_iocb.c | 449 WRT_REG_WORD(ISP_REQ_Q_IN(ha, reg), req->ring_index); in qla2x00_start_scsi() 450 RD_REG_WORD_RELAXED(ISP_REQ_Q_IN(ha, reg)); /* PCI Posting. */ in qla2x00_start_scsi() 590 WRT_REG_WORD(ISP_REQ_Q_IN(ha, ®->isp), in qla2x00_isp_cmd() 592 RD_REG_WORD_RELAXED(ISP_REQ_Q_IN(ha, ®->isp)); in qla2x00_isp_cmd() 1654 WRT_REG_WORD(ISP_REQ_Q_IN(ha, ®->isp), in qla2x00_start_iocbs() 1656 RD_REG_WORD_RELAXED(ISP_REQ_Q_IN(ha, ®->isp)); in qla2x00_start_iocbs()
|
D | qla_def.h | 458 #define ISP_REQ_Q_IN(ha, reg) \ macro
|
D | qla_init.c | 1706 WRT_REG_WORD(ISP_REQ_Q_IN(ha, reg), 0); in qla2x00_config_rings()
|