Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_cq.c51 void qib_cq_enter(struct qib_cq *cq, struct ib_wc *entry, int solicited) in qib_cq_enter()
138 struct qib_cq *cq = to_icq(ibcq); in qib_poll_cq()
176 struct qib_cq *cq = container_of(work, struct qib_cq, comptask); in send_complete()
220 struct qib_cq *cq; in qib_create_cq()
333 struct qib_cq *cq = to_icq(ibcq); in qib_destroy_cq()
360 struct qib_cq *cq = to_icq(ibcq); in qib_req_notify_cq()
389 struct qib_cq *cq = to_icq(ibcq); in qib_resize_cq()
DMakefile3 ib_qib-y := qib_cq.o qib_diag.o qib_dma.o qib_driver.o qib_eeprom.o \
Dqib_verbs.h269 struct qib_cq { struct
823 static inline struct qib_cq *to_icq(struct ib_cq *ibcq) in to_icq()
825 return container_of(ibcq, struct qib_cq, ibcq); in to_icq()
1008 void qib_cq_enter(struct qib_cq *cq, struct ib_wc *entry, int sig);