Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_hw.c266 if (iwqp->sc_qp.term_flags && (state == I40IW_QP_STATE_ERROR)) in i40iw_next_iw_state()
333 if (qp->term_flags) in i40iw_process_aeq()
350 if (qp->term_flags) in i40iw_process_aeq()
845 if (qp->term_flags) { in i40iw_flush_wqes()
Di40iw_utils.c904 first_time = !(qp->term_flags & I40IW_TERM_DONE); in i40iw_terminate_done()
905 qp->term_flags |= I40IW_TERM_DONE; in i40iw_terminate_done()
Di40iw_type.h405 u8 term_flags; member
Di40iw_ctrl.c4573 if (qp->term_flags & I40IW_TERM_SENT) in i40iw_terminate_connection()
4580 qp->term_flags |= I40IW_TERM_SENT; in i40iw_terminate_connection()
4625 qp->term_flags |= I40IW_TERM_RCVD; in i40iw_terminate_received()
Di40iw_cm.c3532 if (qp->term_flags) { in i40iw_cm_disconn_true()
3571 if (qp->term_flags && iwqp->ibqp.event_handler) { in i40iw_cm_disconn_true()
Di40iw_verbs.c964 if (iwqp->sc_qp.term_flags) in i40iw_modify_qp()
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.h186 u8 term_flags; member
Dnes_hw.c3330 if (nesqp->term_flags & NES_TERM_SENT) in nes_terminate_connection()
3359 nesqp->term_flags = NES_TERM_DONE; in nes_terminate_connection()
3364 nesqp->term_flags |= NES_TERM_SENT; in nes_terminate_connection()
3409 first_time = (nesqp->term_flags & NES_TERM_DONE) == 0; in nes_terminate_done()
3410 nesqp->term_flags |= NES_TERM_DONE; in nes_terminate_done()
3465 nesqp->term_flags |= NES_TERM_RCVD; in nes_terminate_received()
3538 if (nesqp->term_flags) in nes_process_iwarp_aeqe()
Dnes_verbs.c2844 if (nesqp->term_flags) in nes_modify_qp()
3043 if (nesqp->term_flags) { in nes_post_send()
3306 if (nesqp->term_flags) { in nes_post_recv()
Dnes_cm.c2913 if (nesqp->term_flags) { in nes_cm_disconn_true()
2950 if (nesqp->term_flags) { in nes_cm_disconn_true()