Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/sw/rxe/ !
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()
Drxe_verbs.h45 struct rxe_ah { struct
428 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
430 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
458 static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah) in rxe_ah_pd()
Drxe_pool.c39 .size = sizeof(struct rxe_ah),
40 .elem_offset = offsetof(struct rxe_ah, elem),
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);
Drxe_verbs.c266 struct rxe_ah *ah = to_rah(ibah); in rxe_create_ah()
325 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
345 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
356 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
1489 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),
Drxe_req.c682 struct rxe_ah *ah; in rxe_requester()