Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h114 struct c4iw_qp { struct
115 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;
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h484 struct c4iw_qp { struct
488 struct c4iw_qp_attributes attr; argument
500 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() argument