Searched refs:rds_ib_ring_unalloc (Results 1 – 3 of 3) sorted by relevance
| /linux/net/rds/ |
| H A D | ib_send.c | 538 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 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);
|