Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dib_send.c535 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc); in rds_ib_xmit()
557 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
714 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit()
732 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
769 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
804 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
829 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
886 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma()
954 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit_rdma()
969 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma()
Dib_ring.c127 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val) in rds_ib_ring_unalloc() function
Dib.h388 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val);
Dib_recv.c430 rds_ib_ring_unalloc(&ic->i_recv_ring, 1); in rds_ib_recv_refill()