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

/drivers/scsi/bnx2i/
H A Dbnx2i.h502 struct rqe { struct
668 struct rqe *rq_virt;
672 struct rqe *rq_prod_qe;
673 struct rqe *rq_cons_qe;
674 struct rqe *rq_first_qe;
675 struct rqe *rq_last_qe;
/drivers/block/
H A Dsunvdc.c264 struct vdc_req_entry *rqe = &port->rq_arr[index]; local
274 req = rqe->req;
280 rqe->req = NULL;
414 struct vdc_req_entry *rqe; local
448 rqe = &port->rq_arr[dr->prod];
449 rqe->req = req;
/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1342 /* syncronize with wqe, rqe posting and cqe processing contexts */
2164 static void ocrdma_build_rqe(struct ocrdma_hdr_wqe *rqe, struct ib_recv_wr *wr, argument
2170 wqe_size = (wr->num_sge * sizeof(*sge)) + sizeof(*rqe);
2172 wqe_size = sizeof(*sge) + sizeof(*rqe);
2174 rqe->cw = ((wqe_size / OCRDMA_WQE_STRIDE) <<
2176 rqe->cw |= (OCRDMA_FLAG_SIG << OCRDMA_WQE_FLAGS_SHIFT);
2177 rqe->cw |= (OCRDMA_TYPE_LKEY << OCRDMA_WQE_TYPE_SHIFT);
2178 rqe->total_len = 0;
2179 rqe->rsvd_tag = tag;
2180 sge = (struct ocrdma_sge *)(rqe
2191 struct ocrdma_hdr_wqe *rqe; local
2263 struct ocrdma_hdr_wqe *rqe; local
[all...]
H A Docrdma_hw.c1928 /* sync with wqe and rqe posting */
2094 struct ocrdma_hdr_wqe *rqe; local
2108 rqe = (struct ocrdma_hdr_wqe *)(qp->ird_q_va +
2110 rqe->cw = 0;
2111 rqe->cw |= 2;
2112 rqe->cw |= (OCRDMA_TYPE_LKEY << OCRDMA_WQE_TYPE_SHIFT);
2113 rqe->cw |= (8 << OCRDMA_WQE_SIZE_SHIFT);
2114 rqe->cw |= (8 << OCRDMA_WQE_NXT_WQE_SIZE_SHIFT);
/drivers/scsi/lpfc/
H A Dlpfc_sli4.h125 struct lpfc_rqe *rqe; member in union:sli4_qe
H A Dlpfc_sli.c451 * index that the rqe was copied to if successful. If no entries are available
468 temp_hrqe = hq->qe[hq->host_index].rqe;
469 temp_drqe = dq->qe[dq->host_index].rqe;

Completed in 515 milliseconds