ocrdma_ah
static inline struct ocrdma_ah *get_ocrdma_ah(struct ib_ah *ibah)
return container_of(ibah, struct ocrdma_ah, ibah);
struct ocrdma_ah *ah = get_ocrdma_ah(ibah);
struct ocrdma_ah *ah = get_ocrdma_ah(ibah);
struct ocrdma_ah *ah = get_ocrdma_ah(ibah);
static inline int set_av_attr(struct ocrdma_dev *dev, struct ocrdma_ah *ah,
int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah)
void ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah)
int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah);
void ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah);
INIT_RDMA_OBJ_SIZE(ib_ah, ocrdma_ah, ibah),
struct ocrdma_ah *ah = get_ocrdma_ah(ud_wr(wr)->ah);