Searched refs:rds_ib_ring_alloc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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 | 523 	work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos);  in rds_ib_xmit() 763 	work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, 1, &pos);  in rds_ib_xmit_atomic() 880 	work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos);  in rds_ib_xmit_rdma()
  | 
| D | ib.h | 420 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos);
  | 
| D | ib_recv.c | 399 	       rds_ib_ring_alloc(&ic->i_recv_ring, 1, &pos)) {  in rds_ib_recv_refill()
  |