Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h603 enum c4iw_qp_state { enum
631 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() argument
633 switch (c4iw_qp_state) { in to_ib_qp_state()
H A Dqp.c87 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state()