Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h587 enum c4iw_qp_state { enum
623 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() argument
625 switch (c4iw_qp_state) { in to_ib_qp_state()
H A Dqp.c95 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state()