Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c221 atomic_read(&qp->req.rd_atomic) != qp->attr.max_rd_atomic; in rxe_wqe_is_fenced()
392 depth = atomic_dec_return(&qp->req.rd_atomic); in check_init_depth()
400 atomic_inc(&qp->req.rd_atomic); in check_init_depth()
H A Drxe_verbs.h109 atomic_t rd_atomic; member
H A Drxe_comp.c514 atomic_inc(&qp->req.rd_atomic); in complete_ack()
H A Drxe_qp.c660 atomic_set(&qp->req.rd_atomic, max_rd_atomic); in rxe_qp_from_attr()