Searched defs:c4iw_cq (Results 1 – 2 of 2) sorted by relevance
103 struct c4iw_cq { struct104 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;
422 struct c4iw_cq { struct432 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() argument