Searched refs:srp_buf (Results 1 – 2 of 2) sorted by relevance
71 struct srp_buf { struct92 struct srp_buf **rx_ring; argument104 struct srp_buf *sbuf;
25 struct srp_buf **ring) in srp_iu_pool_alloc()58 static struct srp_buf **srp_ring_alloc(struct device *dev, in srp_ring_alloc()61 struct srp_buf **ring; in srp_ring_alloc()64 ring = kcalloc(max, sizeof(struct srp_buf *), GFP_KERNEL); in srp_ring_alloc()92 static void srp_ring_free(struct device *dev, struct srp_buf **ring, in srp_ring_free()
Completed in 4 milliseconds