Searched refs:ib_state (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h273 static inline int iwch_convert_state(enum ib_qp_state ib_state) argument
275 switch (ib_state) {
/drivers/infiniband/hw/amso1100/
H A Dc2_qp.c63 static int to_c2_state(enum ib_qp_state ib_state) argument
65 switch (ib_state) {
101 static const char *to_ib_state_str(int ib_state) argument
112 if (ib_state < IB_QPS_RESET ||
113 ib_state > IB_QPS_ERR)
116 ib_state -= IB_QPS_RESET;
117 return state_str[ib_state];
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h464 static inline int c4iw_convert_state(enum ib_qp_state ib_state) argument
466 switch (ib_state) {
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c269 static int to_mthca_state(enum ib_qp_state ib_state) argument
271 switch (ib_state) {

Completed in 146 milliseconds