Searched refs:ocrdma_ah (Results 1 – 6 of 6) sorted by relevance
39 static inline int set_av_attr(struct ocrdma_ah *ah, in set_av_attr()94 struct ocrdma_ah *ah; in ocrdma_create_ah()129 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_destroy_ah()137 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_query_ah()
123 int ocrdma_alloc_av(struct ocrdma_dev *, struct ocrdma_ah *);124 int ocrdma_free_av(struct ocrdma_dev *, struct ocrdma_ah *);
220 struct ocrdma_ah { struct383 static inline struct ocrdma_ah *get_ocrdma_ah(struct ib_ah *ibah) in get_ocrdma_ah()385 return container_of(ibah, struct ocrdma_ah, ibah); in get_ocrdma_ah()
5 ocrdma-y := ocrdma_main.o ocrdma_verbs.o ocrdma_hw.o ocrdma_ah.o
2473 int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_alloc_av()2498 int ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_free_av()
1646 struct ocrdma_ah *ah = get_ocrdma_ah(wr->wr.ud.ah); in ocrdma_build_ud_hdr()