Home
last modified time | relevance | path

Searched defs:cqe (Results 76 – 100 of 170) sorted by relevance

1234567

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h308 struct t4_cqe cqe; member
770 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
780 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
805 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
H A Dqp.c982 struct t4_cqe cqe = {}; in complete_sq_drain_wr() local
1038 struct t4_cqe cqe = {}; in complete_rq_drain_wr() local
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Duk.c974 __le64 *cqe; in irdma_uk_cq_poll_cmpl() local
1493 __le64 *cqe; in irdma_uk_clean_cq() local
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c522 u8 *cqe) in efct_hw_rqpair_process_rq()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd-priv.h405 struct cq_entry *cqe = q->cqe_base_addr; in ufshcd_mcq_cur_cqe() local
/openbmc/linux/include/linux/
H A Dnvme-tcp.h149 struct nvme_completion cqe; member
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_dev_api.h483 u32 cqe; member
491 u32 cqe; member
497 u32 cqe; member
502 u32 cqe; member
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1114 static int rxe_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in rxe_resize_cq()
1153 struct rxe_cqe *cqe; in rxe_poll_cq() local
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.h104 void *cqe) in funq_cqe_info()
H A Dfun_queue.c289 void *cqe; in __fun_process_cq() local
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i.h506 struct cqe { struct
507 u8 cqe_byte[BNX2I_CQE_SIZE]; argument
774 struct cqe cqe; member
/openbmc/linux/drivers/nvme/host/
H A Drdma.c51 struct ib_cqe cqe; member
1683 struct nvme_completion *cqe, struct ib_wc *wc) in nvme_rdma_process_nvme_rsp()
1732 struct nvme_completion *cqe = qe->data; in nvme_rdma_recv_done() local
/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c182 struct ib_cqe cqe; member
191 struct ib_cqe cqe; member
198 struct ib_cqe cqe; member
/openbmc/linux/drivers/infiniband/core/
H A Dverbs.c2185 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq()
2799 struct ib_cqe cqe; member
2805 struct ib_drain_cqe *cqe = container_of(wc->wr_cqe, struct ib_drain_cqe, in ib_drain_qp_done() local
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c206 static const void *cqe_to_info(const void *cqe) in cqe_to_info()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h139 struct qmem *cqe; member
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dbnxt_re.h97 struct bnxt_qplib_cqe cqe; member
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c4007 static int is_valid_cqe(struct qedr_cq *cq, union rdma_cqe *cqe) in is_valid_cqe()
4015 static struct qedr_qp *cqe_get_qp(union rdma_cqe *cqe) in cqe_get_qp()
4026 static enum rdma_cqe_type cqe_get_type(union rdma_cqe *cqe) in cqe_get_type()
4413 union rdma_cqe *cqe; in qedr_poll_cq() local
/openbmc/linux/io_uring/
H A Dio_uring.c698 struct io_uring_cqe *cqe; in __io_cqring_overflow_flush() local
880 struct io_uring_cqe *cqe; in io_fill_cqe_aux() local
913 struct io_uring_cqe *cqe = &ctx->completion_cqes[i]; in __io_flush_post_cqes() local
957 struct io_uring_cqe *cqe; in io_fill_cqe_req_aux() local
/openbmc/linux/fs/smb/client/
H A Dsmbdirect.c2034 struct ib_cqe *cqe; in register_mr_done() local
2341 struct ib_cqe *cqe; in local_inv_done() local
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3472 struct hns_roce_v2_cqe *cqe = get_cqe_v2(hr_cq, n & hr_cq->ib_cq.cqe); in get_sw_cqe_v2() local
3500 struct hns_roce_v2_cqe *cqe, *dest; in __hns_roce_v2_cq_clean() local
3672 struct hns_roce_cq *cq, struct hns_roce_v2_cqe *cqe, in get_cqe_status()
3728 static int get_cur_qp(struct hns_roce_cq *hr_cq, struct hns_roce_v2_cqe *cqe, in get_cur_qp()
3801 static void fill_send_wc(struct ib_wc *wc, struct hns_roce_v2_cqe *cqe) in fill_send_wc()
3834 static int fill_recv_wc(struct ib_wc *wc, struct hns_roce_v2_cqe *cqe) in fill_recv_wc()
3887 struct hns_roce_v2_cqe *cqe; in hns_roce_v2_poll_one() local
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c283 struct ib_cqe *cqe = wc->wr_cqe; in svc_rdma_wc_send() local
/openbmc/linux/net/9p/
H A Dtrans_rdma.c105 struct ib_cqe cqe; member
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dumr.c227 static int mlx5r_umr_post_send(struct ib_qp *ibqp, u32 mkey, struct ib_cqe *cqe, in mlx5r_umr_post_send()
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi.h178 struct iscsi_cqe_solicited cqe; member
373 union iscsi_cqe cqe; member

1234567