Searched refs:rds_iw_ring_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/net/rds/ |
D | iw_ring.c | 97 u32 rds_iw_ring_alloc(struct rds_iw_work_ring *ring, u32 val, u32 *pos) in rds_iw_ring_alloc() function
|
D | iw_send.c | 532 work_alloc = rds_iw_ring_alloc(&ic->i_send_ring, i, &pos); in rds_iw_xmit() 826 work_alloc = rds_iw_ring_alloc(&ic->i_send_ring, 1, &fr_pos); in rds_iw_xmit_rdma() 841 work_alloc = rds_iw_ring_alloc(&ic->i_send_ring, i, &pos); in rds_iw_xmit_rdma()
|
D | iw.h | 341 u32 rds_iw_ring_alloc(struct rds_iw_work_ring *ring, u32 val, u32 *pos);
|
D | iw_recv.c | 235 rds_iw_ring_alloc(&ic->i_recv_ring, 1, &pos)) { in rds_iw_recv_refill()
|