Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_cq.c48 void qib_cq_enter(struct qib_cq *cq, struct ib_wc *entry, int solicited) in qib_cq_enter()
130 struct qib_cq *cq = to_icq(ibcq); in qib_poll_cq()
168 struct qib_cq *cq = container_of(work, struct qib_cq, comptask); in send_complete()
212 struct qib_cq *cq; in qib_create_cq()
324 struct qib_cq *cq = to_icq(ibcq); in qib_destroy_cq()
351 struct qib_cq *cq = to_icq(ibcq); in qib_req_notify_cq()
380 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.h267 struct qib_cq { struct
777 static inline struct qib_cq *to_icq(struct ib_cq *ibcq) in to_icq()
779 return container_of(ibcq, struct qib_cq, ibcq); in to_icq()
950 void qib_cq_enter(struct qib_cq *cq, struct ib_wc *entry, int sig);