Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h527 enum c4iw_qp_state { enum
555 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() argument
557 switch (c4iw_qp_state) { in to_ib_qp_state()
HDqp.c71 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state()