Searched refs:drqe (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c356 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe)
371 lpfc_sli_pcimem_bcopy(drqe, temp_drqe, dq->entry_size);
1382 struct lpfc_rqe drqe; local
1386 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
1387 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys);
1389 &hrqe, &drqe);
355 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) argument

Completed in 89 milliseconds