Home
last modified time | relevance | path

Searched refs:rds_ib_ring_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/net/rds/
H A Dib_ring.c97 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos) in rds_ib_ring_alloc() function
H A Dib_send.c524 work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos); in rds_ib_xmit()
621 * should call rds_ib_ring_alloc first. */ in rds_ib_xmit()
802 work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, 1, &pos); in rds_ib_xmit_atomic()
928 work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos); in rds_ib_xmit_rdma()
H A Dib.h414 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos);