Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
A Drxe_verbs.h46 struct rxe_ah { struct
440 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
442 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
470 static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah) in rxe_ah_pd()
A Drxe_verbs.c162 struct rxe_ah *ah = to_rah(ibah); in rxe_create_ah()
209 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
221 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
231 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
1111 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),
A Drxe_av.c104 struct rxe_ah *ah; in rxe_get_av()
A Drxe_pool.c35 .size = sizeof(struct rxe_ah),
36 .elem_offset = offsetof(struct rxe_ah, pelem),

Completed in 14 milliseconds