Searched refs:ocrdma_ah (Results 1 – 7 of 7) sorted by relevance
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_ah.c | 73 static inline int set_av_attr(struct ocrdma_dev *dev, struct ocrdma_ah *ah, in set_av_attr() 163 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_create_ah() 220 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_destroy_ah() 229 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_query_ah()
|
D | ocrdma_hw.h | 142 int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah); 143 void ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah);
|
D | Makefile | 6 ocrdma-y := ocrdma_main.o ocrdma_verbs.o ocrdma_hw.o ocrdma_ah.o ocrdma_stats.o
|
D | ocrdma.h | 353 struct ocrdma_ah { struct 486 static inline struct ocrdma_ah *get_ocrdma_ah(struct ib_ah *ibah) in get_ocrdma_ah() 488 return container_of(ibah, struct ocrdma_ah, ibah); in get_ocrdma_ah()
|
D | ocrdma_main.c | 171 INIT_RDMA_OBJ_SIZE(ib_ah, ocrdma_ah, ibah),
|
D | ocrdma_hw.c | 3034 int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_alloc_av() 3059 void ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_free_av()
|
D | ocrdma_verbs.c | 1880 struct ocrdma_ah *ah = get_ocrdma_ah(ud_wr(wr)->ah); in ocrdma_build_ud_hdr()
|