Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Duc.c146 atomic_dec(&qp->local_ops_pending); in hfi1_make_uc_req()
H A Drc.c569 atomic_dec(&qp->local_ops_pending); in hfi1_make_rc_req()
/OK3568_Linux_fs/kernel/include/rdma/
H A Drdmavt_qp.h442 atomic_t local_ops_pending; /* number of fast_reg/local_inv reqs */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/
H A Dqp.c1192 atomic_set(&qp->local_ops_pending, 0); in rvt_create_qp()
2065 atomic_read(&qp->local_ops_pending)) { in rvt_post_one_wr()
2135 atomic_inc(&qp->local_ops_pending); in rvt_post_one_wr()
3192 atomic_dec(&sqp->local_ops_pending); in rvt_ruc_loopback()