Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Dib_send.c577 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc); in rds_ib_xmit()
599 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
746 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit()
764 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
801 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
836 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
861 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
918 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma()
983 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit_rdma()
998 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.h334 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val);
Dib_recv.c404 rds_ib_ring_unalloc(&ic->i_recv_ring, 1); in rds_ib_recv_refill()