Lines Matching refs:rxe_dev

39 int rxe_av_chk_attr(struct rxe_dev *rxe, struct rdma_ah_attr *attr);
51 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq,
54 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
68 int rxe_mcast_get_grp(struct rxe_dev *rxe, union ib_gid *mgid,
71 int rxe_mcast_add_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp,
74 int rxe_mcast_drop_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp,
93 struct rxe_mmap_info *rxe_create_mmap_info(struct rxe_dev *dev,
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,
147 int rxe_prepare(struct rxe_dev *rxe, struct rxe_pkt_info *pkt,
149 enum rdma_link_layer rxe_link_layer(struct rxe_dev *rxe, unsigned int port_num);
150 const char *rxe_parent_name(struct rxe_dev *rxe, unsigned int port_num);
151 struct device *rxe_dma_device(struct rxe_dev *rxe);
152 int rxe_mcast_add(struct rxe_dev *rxe, union ib_gid *mgid);
153 int rxe_mcast_delete(struct rxe_dev *rxe, union ib_gid *mgid);
156 int rxe_qp_chk_init(struct rxe_dev *rxe, struct ib_qp_init_attr *init);
158 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
165 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp,
223 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
226 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
231 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
243 void rxe_resp_queue_pkt(struct rxe_dev *rxe,
246 void rxe_comp_queue_pkt(struct rxe_dev *rxe,
254 static inline int rxe_xmit_packet(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_xmit_packet()