Home
last modified time | relevance | path

Searched refs:hfi1_cq (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcq.c67 void hfi1_cq_enter(struct hfi1_cq *cq, struct ib_wc *entry, int solicited) in hfi1_cq_enter()
154 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_poll_cq()
192 struct hfi1_cq *cq = container_of(work, struct hfi1_cq, comptask); in send_complete()
238 struct hfi1_cq *cq; in hfi1_create_cq()
351 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_destroy_cq()
378 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_req_notify_cq()
407 struct hfi1_cq *cq = to_icq(ibcq); in hfi1_resize_cq()
Dverbs.h281 struct hfi1_cq { struct
815 static inline struct hfi1_cq *to_icq(struct ib_cq *ibcq) in to_icq()
817 return container_of(ibcq, struct hfi1_cq, ibcq); in to_icq()
995 void hfi1_cq_enter(struct hfi1_cq *cq, struct ib_wc *entry, int sig);