Lines Matching refs:rxe_dev
40 int rxe_av_chk_attr(struct rxe_dev *rxe, struct rdma_ah_attr *attr);
52 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq,
55 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
70 int rxe_mcast_get_grp(struct rxe_dev *rxe, union ib_gid *mgid,
73 int rxe_mcast_add_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp,
76 int rxe_mcast_drop_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp,
95 struct rxe_mmap_info *rxe_create_mmap_info(struct rxe_dev *dev, u32 size,
135 int rxe_mem_map_pages(struct rxe_dev *rxe, struct rxe_mem *mem,
145 struct sk_buff *rxe_init_packet(struct rxe_dev *rxe, struct rxe_av *av,
148 enum rdma_link_layer rxe_link_layer(struct rxe_dev *rxe, unsigned int port_num);
149 const char *rxe_parent_name(struct rxe_dev *rxe, unsigned int port_num);
150 struct device *rxe_dma_device(struct rxe_dev *rxe);
151 int rxe_mcast_add(struct rxe_dev *rxe, union ib_gid *mgid);
152 int rxe_mcast_delete(struct rxe_dev *rxe, union ib_gid *mgid);
155 int rxe_qp_chk_init(struct rxe_dev *rxe, struct ib_qp_init_attr *init);
157 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
164 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp,
222 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
225 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
229 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
255 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in rxe_xmit_packet()