Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_verbs.h73 struct rxe_ah { struct
438 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
440 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
Drxe_verbs.c200 struct rxe_ah *ah = to_rah(ibah); in rxe_create_ah()
218 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
230 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
240 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
1151 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),
Drxe_pool.c54 .size = sizeof(struct rxe_ah),