Searched refs:c4iw_modify_qp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 | 1643 err = c4iw_modify_qp(ep->com.qp->rhp, in process_mpa_reply() 1658 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply() 1677 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply() 1882 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in rx_data() 2759 ret = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close() 2777 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close() 2807 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in finish_peer_abort() 2911 ret = c4iw_modify_qp(ep->com.qp->rhp, in peer_abort() 3000 c4iw_modify_qp(ep->com.qp->rhp, in close_con_rpl() 3037 c4iw_modify_qp(e 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 2084 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in c4iw_destroy_qp() 2086 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 0); in c4iw_destroy_qp() 2416 return c4iw_modify_qp(rhp, qhp, mask, &attrs, 0); in c4iw_ib_modify_qp()
|
H A D | iw_cxgb4.h | 603 int c4iw_modify_qp(struct c4iw_dev *rhp,
|
/kernel/linux/linux-6.6/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 | 1643 err = c4iw_modify_qp(ep->com.qp->rhp, in process_mpa_reply() 1658 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply() 1677 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply() 1882 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in rx_data() 2756 ret = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close() 2774 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close() 2804 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in finish_peer_abort() 2908 ret = c4iw_modify_qp(ep->com.qp->rhp, in peer_abort() 2997 c4iw_modify_qp(ep->com.qp->rhp, in close_con_rpl() 3034 c4iw_modify_qp(e 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,
|
Completed in 20 milliseconds