Searched defs:c4iw_qp (Results 1 – 2 of 2) sorted by relevance
114 struct c4iw_qp { struct115 struct ibv_qp ibv_qp;116 struct c4iw_dev *rhp;117 struct t4_wq wq;118 pthread_spinlock_t lock;119 int sq_sig_all;
484 struct c4iw_qp { struct488 struct c4iw_qp_attributes attr; argument500 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() argument