Searched refs:rds_ib_ring_unalloc (Results 1 – 3 of 3) sorted by relevance
| /linux/net/rds/ |
| H A D | ib_send.c | 536 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc); in rds_ib_xmit() 558 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit() 752 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit() 770 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic() 839 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic() 864 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma() 930 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma() 1005 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit_rdma() 1020 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc);
|
| H A D | ib_ring.c | 127 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val) in rds_ib_ring_unalloc() function
|
| H A D | ib.h | 416 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val);
|