Home
last modified time | relevance | path

Searched defs:rxe (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe.c44 static void rxe_cleanup_ports(struct rxe_dev *rxe) in rxe_cleanup_ports()
56 struct rxe_dev *rxe = container_of(ib_dev, struct rxe_dev, ib_dev); in rxe_dealloc() local
76 static void rxe_init_device_param(struct rxe_dev *rxe) in rxe_init_device_param()
154 static int rxe_init_ports(struct rxe_dev *rxe) in rxe_init_ports()
179 static int rxe_init_pools(struct rxe_dev *rxe) in rxe_init_pools()
258 static int rxe_init(struct rxe_dev *rxe) in rxe_init()
288 void rxe_set_mtu(struct rxe_dev *rxe, unsigned int ndev_mtu) in rxe_set_mtu()
305 int rxe_add(struct rxe_dev *rxe, unsigned int mtu, const char *ibdev_name) in rxe_add()
Drxe_verbs.c46 struct rxe_dev *rxe = to_rdev(dev); in rxe_query_device() local
58 struct rxe_dev *rxe = to_rdev(dev); in rxe_query_port() local
86 struct rxe_dev *rxe = to_rdev(device); in rxe_query_pkey() local
107 struct rxe_dev *rxe = to_rdev(dev); in rxe_modify_device() local
123 struct rxe_dev *rxe = to_rdev(dev); in rxe_modify_port() local
140 struct rxe_dev *rxe = to_rdev(dev); in rxe_get_link_layer() local
147 struct rxe_dev *rxe = to_rdev(uctx->device); in rxe_alloc_ucontext() local
181 struct rxe_dev *rxe = to_rdev(ibpd->device); in rxe_alloc_pd() local
199 struct rxe_dev *rxe = to_rdev(ibah->device); in rxe_create_ah() local
217 struct rxe_dev *rxe = to_rdev(ibah->device); in rxe_modify_ah() local
[all …]
Drxe_recv.c39 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state()
101 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys()
154 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
216 struct rxe_dev *rxe = pkt->rxe; in hdr_check() local
277 static void rxe_rcv_mcast_pkt(struct rxe_dev *rxe, struct sk_buff *skb) in rxe_rcv_mcast_pkt()
331 static int rxe_match_dgid(struct rxe_dev *rxe, struct sk_buff *skb) in rxe_match_dgid()
360 struct rxe_dev *rxe = pkt->rxe; in rxe_rcv() local
Drxe_net.c50 struct device *rxe_dma_device(struct rxe_dev *rxe) in rxe_dma_device()
62 int rxe_mcast_add(struct rxe_dev *rxe, union ib_gid *mgid) in rxe_mcast_add()
73 int rxe_mcast_delete(struct rxe_dev *rxe, union ib_gid *mgid) in rxe_mcast_delete()
195 struct rxe_dev *rxe = rxe_get_dev_from_net(ndev); in rxe_udp_encap_recv() local
457 struct sk_buff *rxe_init_packet(struct rxe_dev *rxe, struct rxe_av *av, in rxe_init_packet()
516 const char *rxe_parent_name(struct rxe_dev *rxe, unsigned int port_num) in rxe_parent_name()
521 enum rdma_link_layer rxe_link_layer(struct rxe_dev *rxe, unsigned int port_num) in rxe_link_layer()
529 struct rxe_dev *rxe = NULL; in rxe_net_add() local
546 static void rxe_port_event(struct rxe_dev *rxe, in rxe_port_event()
559 void rxe_port_up(struct rxe_dev *rxe) in rxe_port_up()
[all …]
Drxe_mcast.c37 int rxe_mcast_get_grp(struct rxe_dev *rxe, union ib_gid *mgid, in rxe_mcast_get_grp()
78 int rxe_mcast_add_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_mcast_add_grp_elem()
122 int rxe_mcast_drop_grp_elem(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_mcast_drop_grp_elem()
186 struct rxe_dev *rxe = grp->rxe; in rxe_mc_cleanup() local
Drxe_qp.c45 static int rxe_qp_chk_cap(struct rxe_dev *rxe, struct ib_qp_cap *cap, in rxe_qp_chk_cap()
86 int rxe_qp_chk_init(struct rxe_dev *rxe, struct ib_qp_init_attr *init) in rxe_qp_chk_init()
177 static void rxe_qp_init_misc(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_misc()
219 static int rxe_qp_init_req(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_req()
287 static int rxe_qp_init_resp(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_resp()
336 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()
414 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_chk_attr()
Drxe_srq.c39 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_chk_attr()
101 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_init()
149 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_attr()
Drxe_mmap.c49 struct rxe_dev *rxe = to_rdev(ip->context->device); in rxe_mmap_release() local
93 struct rxe_dev *rxe = to_rdev(context->device); in rxe_mmap() local
144 struct rxe_mmap_info *rxe_create_mmap_info(struct rxe_dev *rxe, u32 size, in rxe_create_mmap_info()
Drxe_req.c370 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in get_mtu() local
383 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in init_req_packet() local
477 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in fill_packet() local
623 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in rxe_requester() local
Drxe_cq.c38 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, in rxe_cq_chk_attr()
84 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, in rxe_cq_from_init()
Drxe_queue.c39 int do_mmap_info(struct rxe_dev *rxe, struct mminfo __user *outbuf, in do_mmap_info()
79 struct rxe_queue *rxe_queue_init(struct rxe_dev *rxe, in rxe_queue_init()
Drxe_comp.c242 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in check_ack() local
442 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in do_complete() local
560 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in rxe_completer() local
Drxe_resp.c148 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in check_psn() local
594 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in prepare_ack_packet() local
837 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in do_complete() local
1216 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in rxe_responder() local
Drxe.h70 static inline u32 rxe_crc32(struct rxe_dev *rxe, in rxe_crc32()
Drxe_av.c44 int rxe_av_chk_attr(struct rxe_dev *rxe, struct rdma_ah_attr *attr) in rxe_av_chk_attr()
Drxe_mr.c572 struct rxe_dev *rxe = to_rdev(pd->ibpd.device); in lookup_mem() local
591 int rxe_mem_map_pages(struct rxe_dev *rxe, struct rxe_mem *mem, in rxe_mem_map_pages()
Drxe_loc.h255 struct rxe_dev *rxe = to_rdev(qp->ibqp.device); in rxe_xmit_packet() local
Drxe_queue.h70 struct rxe_dev *rxe; member
Drxe_pool.h93 struct rxe_dev *rxe; member
Drxe_pool.c198 struct rxe_dev *rxe, in rxe_pool_init()
Drxe_verbs.h356 struct rxe_dev *rxe; member
418 static inline void rxe_counter_inc(struct rxe_dev *rxe, enum rxe_counters index) in rxe_counter_inc()
Drxe_hdr.h42 struct rxe_dev *rxe; /* device that owns packet */ member