Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/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()
205 struct ipath_cq *cq; in ipath_create_cq()
317 struct ipath_cq *cq = to_icq(ibcq); in ipath_destroy_cq()
344 struct ipath_cq *cq = to_icq(ibcq); in ipath_req_notify_cq()
373 struct ipath_cq *cq = to_icq(ibcq); in ipath_resize_cq()
DMakefile7 ipath_cq.o \
Dipath_verbs.h214 struct ipath_cq { struct
670 static inline struct ipath_cq *to_icq(struct ib_cq *ibcq) in to_icq()
672 return container_of(ibcq, struct ipath_cq, ibcq); in to_icq()
806 void ipath_cq_enter(struct ipath_cq *cq, struct ib_wc *entry, int sig);