Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_dbg.c351 uint32_t cnt, que_idx; in qla25xx_copy_mq() local
370 que_idx = cnt * 4; in qla25xx_copy_mq()
371 mq->qregs[que_idx] = htonl(RD_REG_DWORD(&reg->req_q_in)); in qla25xx_copy_mq()
372 mq->qregs[que_idx+1] = htonl(RD_REG_DWORD(&reg->req_q_out)); in qla25xx_copy_mq()
373 mq->qregs[que_idx+2] = htonl(RD_REG_DWORD(&reg->rsp_q_in)); in qla25xx_copy_mq()
374 mq->qregs[que_idx+3] = htonl(RD_REG_DWORD(&reg->rsp_q_out)); in qla25xx_copy_mq()