Searched refs:ehca_av (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A DMakefile13 ib_ehca-objs = ehca_main.o ehca_hca.o ehca_mcast.o ehca_pd.o ehca_av.o ehca_eq.o \
H A Dehca_av.c56 struct ehca_av *av;
137 struct ehca_av *av;
200 av = container_of(ah, struct ehca_av, ib_ah);
208 struct ehca_av *av = container_of(ah, struct ehca_av, ib_ah);
250 kmem_cache_free(av_cache, container_of(ah, struct ehca_av, ib_ah));
258 sizeof(struct ehca_av), 0,
H A Dehca_classes.h53 struct ehca_av;
258 struct ehca_av { struct
H A Dehca_reqs.c140 struct ehca_av *my_av;
204 my_av = container_of(send_wr->wr.ud.ah, struct ehca_av, ib_ah);

Completed in 97 milliseconds