Lines Matching refs:rattr
1020 struct bnxt_re_ring_attr rattr = {};
1055 rattr.dma_arr = nq->hwq.pbl[PBL_LVL_0].pg_map_arr;
1056 rattr.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count;
1057 rattr.type = type;
1058 rattr.mode = RING_ALLOC_REQ_INT_MODE_MSIX;
1059 rattr.depth = BNXT_QPLIB_NQE_MAX_CNT - 1;
1060 rattr.lrid = rdev->msix_entries[i + 1].ring_idx;
1061 rc = bnxt_re_net_ring_alloc(rdev, &rattr, &nq->ring_id);
1403 struct bnxt_re_ring_attr rattr;
1410 memset(&rattr, 0, sizeof(rattr));
1453 rattr.dma_arr = creq->hwq.pbl[PBL_LVL_0].pg_map_arr;
1454 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count;
1455 rattr.type = type;
1456 rattr.mode = RING_ALLOC_REQ_INT_MODE_MSIX;
1457 rattr.depth = BNXT_QPLIB_CREQE_MAX_CNT - 1;
1458 rattr.lrid = rdev->msix_entries[BNXT_RE_AEQ_IDX].ring_idx;
1459 rc = bnxt_re_net_ring_alloc(rdev, &rattr, &creq->ring_id);