Searched refs:rqe (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wlan.c | 387 static void wilc_wlan_rxq_add(struct wilc *wilc, struct rxq_entry_t *rqe) in wilc_wlan_rxq_add() argument 393 list_add_tail(&rqe->list, &wilc->rxq_head.list); in wilc_wlan_rxq_add() 399 struct rxq_entry_t *rqe = NULL; in wilc_wlan_rxq_remove() local 403 rqe = list_first_entry(&wilc->rxq_head.list, struct rxq_entry_t, in wilc_wlan_rxq_remove() 405 list_del(&rqe->list); in wilc_wlan_rxq_remove() 408 return rqe; in wilc_wlan_rxq_remove() 772 struct rxq_entry_t *rqe; in wilc_wlan_handle_rxq() local 779 rqe = wilc_wlan_rxq_remove(wilc); in wilc_wlan_handle_rxq() 780 if (!rqe) in wilc_wlan_handle_rxq() 783 buffer = rqe->buffer; in wilc_wlan_handle_rxq() [all …]
|
/Linux-v4.19/drivers/scsi/bnx2i/ |
D | bnx2i.h | 502 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;
|
/Linux-v4.19/drivers/block/ |
D | sunvdc.c | 305 struct vdc_req_entry *rqe = &port->rq_arr[index]; in vdc_end_one() local 315 req = rqe->req; in vdc_end_one() 321 rqe->req = NULL; in vdc_end_one() 458 struct vdc_req_entry *rqe; in __send_request() local 495 rqe = &port->rq_arr[dr->prod]; in __send_request() 496 rqe->req = req; in __send_request() 1069 struct vdc_req_entry *rqe = &port->rq_arr[idx]; in vdc_requeue_inflight() local 1076 req = rqe->req; in vdc_requeue_inflight() 1082 rqe->req = NULL; in vdc_requeue_inflight()
|
/Linux-v4.19/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 2281 static void ocrdma_build_rqe(struct ocrdma_hdr_wqe *rqe, in ocrdma_build_rqe() argument 2287 wqe_size = (wr->num_sge * sizeof(*sge)) + sizeof(*rqe); in ocrdma_build_rqe() 2289 wqe_size = sizeof(*sge) + sizeof(*rqe); in ocrdma_build_rqe() 2291 rqe->cw = ((wqe_size / OCRDMA_WQE_STRIDE) << in ocrdma_build_rqe() 2293 rqe->cw |= (OCRDMA_FLAG_SIG << OCRDMA_WQE_FLAGS_SHIFT); in ocrdma_build_rqe() 2294 rqe->cw |= (OCRDMA_TYPE_LKEY << OCRDMA_WQE_TYPE_SHIFT); in ocrdma_build_rqe() 2295 rqe->total_len = 0; in ocrdma_build_rqe() 2296 rqe->rsvd_tag = tag; in ocrdma_build_rqe() 2297 sge = (struct ocrdma_sge *)(rqe + 1); in ocrdma_build_rqe() 2298 ocrdma_build_sges(rqe, sge, wr->num_sge, wr->sg_list); in ocrdma_build_rqe() [all …]
|
D | ocrdma_hw.c | 2312 struct ocrdma_hdr_wqe *rqe; in ocrdma_set_create_qp_ird_cmd() local 2325 rqe = (struct ocrdma_hdr_wqe *)(qp->ird_q_va + in ocrdma_set_create_qp_ird_cmd() 2327 rqe->cw = 0; in ocrdma_set_create_qp_ird_cmd() 2328 rqe->cw |= 2; in ocrdma_set_create_qp_ird_cmd() 2329 rqe->cw |= (OCRDMA_TYPE_LKEY << OCRDMA_WQE_TYPE_SHIFT); in ocrdma_set_create_qp_ird_cmd() 2330 rqe->cw |= (8 << OCRDMA_WQE_SIZE_SHIFT); in ocrdma_set_create_qp_ird_cmd() 2331 rqe->cw |= (8 << OCRDMA_WQE_NXT_WQE_SIZE_SHIFT); in ocrdma_set_create_qp_ird_cmd()
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 1808 struct rq_wqe *rqe, **rqe_ptr; in bnxt_qplib_post_recv() local 1832 rqe = &rqe_ptr[RQE_PG(sw_prod)][RQE_IDX(sw_prod)]; in bnxt_qplib_post_recv() 1834 memset(rqe, 0, BNXT_QPLIB_MAX_RQE_ENTRY_SIZE); in bnxt_qplib_post_recv() 1837 for (i = 0, hw_sge = (struct sq_sge *)rqe->data; in bnxt_qplib_post_recv() 1843 rqe->wqe_type = wqe->type; in bnxt_qplib_post_recv() 1844 rqe->flags = wqe->flags; in bnxt_qplib_post_recv() 1845 rqe->wqe_size = wqe->num_sge + in bnxt_qplib_post_recv() 1846 ((offsetof(typeof(*rqe), data) + 15) >> 4); in bnxt_qplib_post_recv() 1851 rqe->wqe_size++; in bnxt_qplib_post_recv() 1854 rqe->wr_id[0] = cpu_to_le32(sw_prod); in bnxt_qplib_post_recv()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 130 struct lpfc_rqe *rqe; member
|
D | lpfc_sli.c | 691 temp_hrqe = hq->qe[hq_put_index].rqe; in lpfc_sli4_rq_put() 692 temp_drqe = dq->qe[dq_put_index].rqe; in lpfc_sli4_rq_put()
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | verbs.c | 3702 struct rdma_rq_sge *rqe = in qedr_post_recv() local 3715 RQ_SGE_SET(rqe, wr->sg_list[i].addr, in qedr_post_recv() 3725 struct rdma_rq_sge *rqe = in qedr_post_recv() local 3734 RQ_SGE_SET(rqe, 0, 0, flags); in qedr_post_recv()
|