Searched refs:rds_ib_ring_alloc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/net/rds/ | 
| D | ib_ring.c | 97 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos)  in rds_ib_ring_alloc()  function
 | 
| D | ib_send.c | 524 	work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos);  in rds_ib_xmit()776 	work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, 1, &pos);  in rds_ib_xmit_atomic()
 902 	work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos);  in rds_ib_xmit_rdma()
 
 | 
| D | ib.h | 417 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos);
 | 
| D | ib_recv.c | 401 	       rds_ib_ring_alloc(&ic->i_recv_ring, 1, &pos)) {  in rds_ib_recv_refill()
 |