Searched defs:qib_cq (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_verbs.h267 struct qib_cq { struct
780 static inline struct qib_cq *to_icq(struct ib_cq *ibcq)
782 return container_of(ibcq, struct qib_cq, ibcq);
953 void qib_cq_enter(struct qib_cq *cq, struct ib_wc *entry, int sig);

Completed in 93 milliseconds