Home
last modified time | relevance | path

Searched refs:rds_ib_ring_unalloc (Results 1 – 3 of 3) sorted by relevance

/linux/net/rds/
H A Dib_send.c538 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc); in rds_ib_xmit()
560 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
754 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit()
772 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
841 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
866 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma()
932 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma()
1007 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit_rdma()
1022 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc);
H A Dib_ring.c127 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val) in rds_ib_ring_unalloc() function
H A Dib.h416 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val);