Searched refs:ring_attr (Results 1 – 1 of 1) sorted by relevance
137 struct bng_re_ring_attr *ring_attr, in bng_re_net_ring_alloc() argument148 req.page_tbl_addr = cpu_to_le64(ring_attr->dma_arr[0]); in bng_re_net_ring_alloc()149 if (ring_attr->pages > 1) { in bng_re_net_ring_alloc()156 req.logical_id = cpu_to_le16(ring_attr->lrid); in bng_re_net_ring_alloc()157 req.length = cpu_to_le32(ring_attr->depth + 1); in bng_re_net_ring_alloc()158 req.ring_type = ring_attr->type; in bng_re_net_ring_alloc()159 req.int_mode = ring_attr->mode; in bng_re_net_ring_alloc()