Home
last modified time | relevance | path

Searched refs:rxe_ah (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
H A Drxe_av.c23 struct rxe_ah *ah; in chk_attr()
68 int rxe_ah_chk_attr(struct rxe_ah *ah, struct rdma_ah_attr *attr) in rxe_ah_chk_attr()
131 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av()
133 struct rxe_ah *ah; in rxe_get_av()
H A Drxe_verbs.h45 struct rxe_ah { struct
478 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
480 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
508 static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah) in rxe_ah_pd()
H A Drxe_pool.c39 .size = sizeof(struct rxe_ah),
40 .elem_offset = offsetof(struct rxe_ah, elem),
H A Drxe_loc.h13 int rxe_ah_chk_attr(struct rxe_ah *ah, struct rdma_ah_attr *attr);
18 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp);
H A Drxe_verbs.c287 struct rxe_ah *ah = to_rah(ibah); in rxe_create_ah()
346 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
366 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
377 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
1524 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),
H A Drxe_req.c655 struct rxe_ah *ah; in rxe_requester()