Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dcq.c47 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx4_ib_cq_comp()
62 ibcq = &to_mibcq(cq)->ibcq; in mlx4_ib_cq_event()
Dmlx4_ib.h588 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq() function