Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_cq.c48 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int solicited) in ipath_cq_enter()
131 struct ipath_cq *cq = to_icq(ibcq); in ipath_poll_cq()
169 struct ipath_cq *cq = (struct ipath_cq *)data; in send_complete()
207 struct ipath_cq *cq; in ipath_create_cq()
322 struct ipath_cq *cq = to_icq(ibcq); in ipath_destroy_cq()
349 struct ipath_cq *cq = to_icq(ibcq); in ipath_req_notify_cq()
378 struct ipath_cq *cq = to_icq(ibcq); in ipath_resize_cq()
DMakefile7 ipath_cq.o \
Dipath_verbs.h214 struct ipath_cq { struct
676 static inline struct ipath_cq *to_icq(struct ib_cq *ibcq) in to_icq()
678 return container_of(ibcq, struct ipath_cq, ibcq); in to_icq()
814 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int sig);