Searched refs:c4iw_modify_qp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 100 c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, in post_qp_event()
|
H A D | cm.c | 1645 err = c4iw_modify_qp(ep->com.qp->rhp, in process_mpa_reply() 1660 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply() 1679 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply() 1884 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in rx_data() 2760 ret = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close() 2778 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close() 2808 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in finish_peer_abort() 2912 ret = c4iw_modify_qp(ep->com.qp->rhp, in peer_abort() 3001 c4iw_modify_qp(ep->com.qp->rhp, in close_con_rpl() 3038 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in terminate() [all …]
|
H A D | qp.c | 1832 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp() function 2083 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in c4iw_destroy_qp() 2085 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 0); in c4iw_destroy_qp() 2407 return c4iw_modify_qp(rhp, qhp, mask, &attrs, 0); in c4iw_ib_modify_qp()
|
H A D | iw_cxgb4.h | 597 int c4iw_modify_qp(struct c4iw_dev *rhp,
|