Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c1496 static enum ib_qp_state __to_ib_qp_state(u8 state) in __to_ib_qp_state() function
1823 curr_qp_state = __to_ib_qp_state(qp->qplib_qp.cur_qp_state); in bnxt_re_modify_qp()
2069 qp_attr->qp_state = __to_ib_qp_state(qplib_qp->state); in bnxt_re_query_qp()
2070 qp_attr->cur_qp_state = __to_ib_qp_state(qplib_qp->cur_qp_state); in bnxt_re_query_qp()