Home
last modified time | relevance | path

Searched defs:c4iw_cq (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h103 struct c4iw_cq { struct
104 struct ibv_cq ibv_cq;
105 struct c4iw_dev *rhp;
106 struct t4_cq cq;
107 pthread_spinlock_t lock;
109 struct timeval time;
110 int dumped;
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h422 struct c4iw_cq { struct
432 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() argument