Lines Matching defs:rattr
1148 struct bnxt_re_ring_attr rattr = {};
1182 rattr.dma_arr = nq->hwq.pbl[PBL_LVL_0].pg_map_arr;
1183 rattr.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count;
1184 rattr.type = type;
1185 rattr.mode = RING_ALLOC_REQ_INT_MODE_MSIX;
1186 rattr.depth = BNXT_QPLIB_NQE_MAX_CNT - 1;
1187 rattr.lrid = rdev->en_dev->msix_entries[i + 1].ring_idx;
1188 rc = bnxt_re_net_ring_alloc(rdev, &rattr, &nq->ring_id);
1447 struct bnxt_re_ring_attr rattr = {};
1500 rattr.dma_arr = creq->hwq.pbl[PBL_LVL_0].pg_map_arr;
1501 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count;
1502 rattr.type = type;
1503 rattr.mode = RING_ALLOC_REQ_INT_MODE_MSIX;
1504 rattr.depth = BNXT_QPLIB_CREQE_MAX_CNT - 1;
1505 rattr.lrid = rdev->en_dev->msix_entries[BNXT_RE_AEQ_IDX].ring_idx;
1506 rc = bnxt_re_net_ring_alloc(rdev, &rattr, &creq->ring_id);