Searched refs:ipath_cq (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A DMakefile7 ipath_cq.o \
H A Dipath_cq.c47 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int solicited)
125 struct ipath_cq *cq = to_icq(ibcq);
176 struct ipath_cq *cq = (struct ipath_cq *)data;
212 struct ipath_cq *cq;
319 struct ipath_cq *cq = to_icq(ibcq);
346 struct ipath_cq *cq = to_icq(ibcq);
375 struct ipath_cq *cq = to_icq(ibcq);
H A Dipath_verbs.h198 struct ipath_cq { struct
605 static inline struct ipath_cq *to_icq(struct ib_cq *ibcq)
607 return container_of(ibcq, struct ipath_cq, ibcq);
685 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int sig);

Completed in 98 milliseconds