Lines Matching refs:rxe
13 int rxe_av_chk_attr(struct rxe_dev *rxe, struct rdma_ah_attr *attr);
25 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq,
28 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
43 int rxe_mcast_get_grp(struct rxe_dev *rxe, union ib_gid *mgid,
46 int rxe_mcast_add_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp,
49 int rxe_mcast_drop_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp,
115 struct sk_buff *rxe_init_packet(struct rxe_dev *rxe, struct rxe_av *av,
118 const char *rxe_parent_name(struct rxe_dev *rxe, unsigned int port_num);
119 struct device *rxe_dma_device(struct rxe_dev *rxe);
120 int rxe_mcast_add(struct rxe_dev *rxe, union ib_gid *mgid);
121 int rxe_mcast_delete(struct rxe_dev *rxe, union ib_gid *mgid);
124 int rxe_qp_chk_init(struct rxe_dev *rxe, struct ib_qp_init_attr *init);
126 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
133 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp,
191 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
194 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
198 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
224 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in rxe_xmit_packet() local
241 rxe->xmit_errors++; in rxe_xmit_packet()
242 rxe_counter_inc(rxe, RXE_CNT_SEND_ERR); in rxe_xmit_packet()
252 rxe_counter_inc(rxe, RXE_CNT_SENT_PKTS); in rxe_xmit_packet()