Searched refs:efa_ah (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa.h | 113 struct efa_ah { struct
|
H A D | efa_verbs.c | 143 static inline struct efa_ah *to_eah(struct ib_ah *ibah) in to_eah() 145 return container_of(ibah, struct efa_ah, ibah); in to_eah() 1815 static int efa_ah_destroy(struct efa_dev *dev, struct efa_ah *ah) in efa_ah_destroy() 1834 struct efa_ah *ah = to_eah(ibah); in efa_create_ah() 1886 struct efa_ah *ah = to_eah(ibah); in efa_destroy_ah()
|
H A D | efa_main.c | 270 INIT_RDMA_OBJ_SIZE(ib_ah, efa_ah, ibah),
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/ |
H A D | efa.h | 122 struct efa_ah { struct
|
H A D | efa_verbs.c | 161 static inline struct efa_ah *to_eah(struct ib_ah *ibah) in to_eah() 163 return container_of(ibah, struct efa_ah, ibah); in to_eah() 1958 static int efa_ah_destroy(struct efa_dev *dev, struct efa_ah *ah) in efa_ah_destroy() 1977 struct efa_ah *ah = to_eah(ibah); in efa_create_ah() 2029 struct efa_ah *ah = to_eah(ibah); in efa_destroy_ah()
|
H A D | efa_main.c | 387 INIT_RDMA_OBJ_SIZE(ib_ah, efa_ah, ibah),
|
Completed in 9 milliseconds