Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rds/
Dib_send.c537 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc); in rds_ib_xmit()
559 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
727 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit()
745 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
814 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()
905 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma()
980 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - i); in rds_ib_xmit_rdma()
995 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.h419 void rds_ib_ring_unalloc(struct rds_ib_work_ring *ring, u32 val);
Dib_recv.c441 rds_ib_ring_unalloc(&ic->i_recv_ring, 1); in rds_ib_recv_refill()