Home
last modified time | relevance | path

Searched refs:rattr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c278 struct bng_re_ring_attr rattr = {}; in bng_re_dev_init() local
335 rattr.dma_arr = creq->hwq.pbl[BNG_PBL_LVL_0].pg_map_arr; in bng_re_dev_init()
336 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count; in bng_re_dev_init()
337 rattr.type = type; in bng_re_dev_init()
338 rattr.mode = RING_ALLOC_REQ_INT_MODE_MSIX; in bng_re_dev_init()
339 rattr.depth = BNG_FW_CREQE_MAX_CNT - 1; in bng_re_dev_init()
340 rattr.lrid = rdev->nqr->msix_entries[BNG_RE_CREQ_NQ_IDX].ring_idx; in bng_re_dev_init()
341 rc = bng_re_net_ring_alloc(rdev, &rattr, &creq->ring_id); in bng_re_dev_init()
/linux/rust/kernel/
H A Dconfigfs.rs932 @eat($name:ident $attr:literal, $($rname:ident $rattr:literal,)*),
943 @eat($($rname $rattr,)*),