/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npa.c | 121 memcpy(ctx, &req->aura, sizeof(struct npa_aura_s)); in rvu_npa_aq_enq_inst() 130 if (req->aura.pool_addr >= pfvf->pool_ctx->qsize) { in rvu_npa_aq_enq_inst() 135 req->aura.pool_addr = pfvf->pool_ctx->iova + in rvu_npa_aq_enq_inst() 136 (req->aura.pool_addr * pfvf->pool_ctx->entry_sz); in rvu_npa_aq_enq_inst() 137 memcpy(ctx, &req->aura, sizeof(struct npa_aura_s)); in rvu_npa_aq_enq_inst() 166 if (req->op == NPA_AQ_INSTOP_INIT && req->aura.ena) in rvu_npa_aq_enq_inst() 169 ena = (req->aura.ena & req->aura_mask.ena) | in rvu_npa_aq_enq_inst() 199 memcpy(&rsp->aura, ctx, in rvu_npa_aq_enq_inst() 230 aq_req.aura.ena = 0; in npa_lf_hwctx_disable() 232 aq_req.aura.bp_ena = 0; in npa_lf_hwctx_disable()
|
H A D | rvu_debugfs.c | 1063 struct npa_aura_s *aura = &rsp->aura; in print_npa_aura_ctx() local 1066 seq_printf(m, "W0: Pool addr\t\t%llx\n", aura->pool_addr); in print_npa_aura_ctx() 1069 aura->ena, aura->pool_caching); in print_npa_aura_ctx() 1071 aura->pool_way_mask, aura->avg_con); in print_npa_aura_ctx() 1073 aura->pool_drop_ena, aura->aura_drop_ena); in print_npa_aura_ctx() 1075 aura->bp_ena, aura->aura_drop); in print_npa_aura_ctx() 1077 aura->shift, aura->avg_level); in print_npa_aura_ctx() 1080 (u64)aura->count, aura->nix0_bpid, aura->nix1_bpid); in print_npa_aura_ctx() 1083 (u64)aura->limit, aura->bp, aura->fc_ena); in print_npa_aura_ctx() 1086 seq_printf(m, "W3: fc_be\t\t%d\n", aura->fc_be); in print_npa_aura_ctx() [all …]
|
H A D | mbox.h | 774 struct npa_aura_s aura; member 791 struct npa_aura_s aura; member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 375 void (*aura_freeptr)(void *dev, int aura, u64 buf); 726 static inline void __cn10k_aura_freeptr(struct otx2_nic *pfvf, u64 aura, in __cn10k_aura_freeptr() argument 740 ptrs[0] = (count_eot << 32) | (aura & 0xFFFFF); in __cn10k_aura_freeptr() 758 static inline void cn10k_aura_freeptr(void *dev, int aura, u64 buf) in cn10k_aura_freeptr() argument 766 __cn10k_aura_freeptr(pfvf, aura, ptrs, 2); in cn10k_aura_freeptr() 771 static inline u64 otx2_aura_allocptr(struct otx2_nic *pfvf, int aura) in otx2_aura_allocptr() argument 774 u64 incr = (u64)aura | BIT_ULL(63); in otx2_aura_allocptr() 780 static inline void otx2_aura_freeptr(void *dev, int aura, u64 buf) in otx2_aura_freeptr() argument 785 otx2_write128(buf, (u64)aura | BIT_ULL(63), addr); in otx2_aura_freeptr()
|
H A D | otx2_common.c | 1314 aq->aura.pool_addr = pool_id; in otx2_aura_init() 1315 aq->aura.pool_caching = 1; in otx2_aura_init() 1316 aq->aura.shift = ilog2(numptrs) - 8; in otx2_aura_init() 1317 aq->aura.count = numptrs; in otx2_aura_init() 1318 aq->aura.limit = numptrs; in otx2_aura_init() 1319 aq->aura.avg_level = 255; in otx2_aura_init() 1320 aq->aura.ena = 1; in otx2_aura_init() 1321 aq->aura.fc_ena = 1; in otx2_aura_init() 1322 aq->aura.fc_addr = pool->fc_addr->iova; in otx2_aura_init() 1323 aq->aura.fc_hyst_bits = 0; /* Store count on all updates */ in otx2_aura_init() [all …]
|
H A D | otx2_struct.h | 183 u64 aura : 20; member
|
H A D | qos_sq.c | 199 aura_aq->aura.ena = 0; in otx2_qos_ctx_disable()
|
H A D | otx2_dcbnl.c | 378 npa_aq->aura.nix0_bpid = pfvf->bpid[vlan_prio]; in otx2_update_bpid_in_rqctx()
|
H A D | otx2_txrx.c | 762 sqe_hdr->aura = sq->aura_id; in otx2_sqe_add_hdr() 1386 sqe_hdr->aura = sq->aura_id; in otx2_xdp_sq_append_pkt()
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cpt_hw_types.h | 289 u64 aura:12; member 311 u64 aura:12;
|
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cpt_hw_types.h | 427 u64 aura:12; member 449 u64 aura:12;
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx50-kobo-aura.dts | 13 compatible = "kobo,aura", "fsl,imx50";
|
H A D | Makefile | 27 imx50-kobo-aura.dtb
|
/openbmc/linux/drivers/crypto/cavium/zip/ |
H A D | zip_regs.h | 1264 u64 aura : 12; member 1266 u64 aura : 12;
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CECILL-2.0 | 208 … modifier ou distribuer le Logiciel. Cependant, toutes les licences qu`il aura concédées… 218 …es sur cet objet. Aucune addition ou modification aux termes du Contrat n`aura d`effet à l`&#…
|
H A D | CECILL-1.0 | 206 …ier ou distribuer le Logiciel. Cependant, toutes les licences qu’il aura concédées… 216 … cet objet. Aucune addition ou modification aux termes du Contrat n’aura d’effet à…
|
H A D | CECILL-C | 206 … modifier ou distribuer le Logiciel. Cependant, toutes les licences qu`il aura concédées… 216 …es sur cet objet. Aucune addition ou modification aux termes du Contrat n`aura d`effet à l`&#…
|
H A D | CECILL-B | 212 … modifier ou distribuer le Logiciel. Cependant, toutes les licences qu`il aura concédées… 222 …es sur cet objet. Aucune addition ou modification aux termes du Contrat n`aura d`effet à l`&#…
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |