Searched refs:ocrdma_ah (Results 1 – 6 of 6) sorted by relevance
40 static inline int set_av_attr(struct ocrdma_dev *dev, struct ocrdma_ah *ah, in set_av_attr()95 struct ocrdma_ah *ah; in ocrdma_create_ah()153 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_destroy_ah()163 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_query_ah()
126 int ocrdma_alloc_av(struct ocrdma_dev *, struct ocrdma_ah *);127 int ocrdma_free_av(struct ocrdma_dev *, struct ocrdma_ah *);
5 ocrdma-y := ocrdma_main.o ocrdma_verbs.o ocrdma_hw.o ocrdma_ah.o ocrdma_stats.o
302 struct ocrdma_ah { struct435 static inline struct ocrdma_ah *get_ocrdma_ah(struct ib_ah *ibah) in get_ocrdma_ah()437 return container_of(ibah, struct ocrdma_ah, ibah); in get_ocrdma_ah()
2793 int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_alloc_av()2818 int ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_free_av()
1824 struct ocrdma_ah *ah = get_ocrdma_ah(wr->wr.ud.ah); in ocrdma_build_ud_hdr()