Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c1657 static enum ib_qp_state __to_ib_qp_state(u8 state) in __to_ib_qp_state() function
2001 curr_qp_state = __to_ib_qp_state(qp->qplib_qp.cur_qp_state); in bnxt_re_modify_qp()
2251 qp_attr->qp_state = __to_ib_qp_state(qplib_qp->state); in bnxt_re_query_qp()
2252 qp_attr->cur_qp_state = __to_ib_qp_state(qplib_qp->cur_qp_state); in bnxt_re_query_qp()