Lines Matching refs:aura
96 aura_descr.f1.s.aura = pool_id; in npa_setup_pool()
110 union npa_aura_s *aura; in npa_lf_setup() local
184 aura = npa->aura_ctx + (idx * sizeof(union npa_aura_s)); in npa_lf_setup()
186 debug("%s aura %p pool %p\n", __func__, aura, pool); in npa_lf_setup()
187 memset(aura, 0, sizeof(union npa_aura_s)); in npa_lf_setup()
188 aura->s.fc_ena = 0; in npa_lf_setup()
189 aura->s.pool_addr = (u64)npa->pool_ctx[idx]; in npa_lf_setup()
191 aura->s.pool_addr, npa->pool_ctx[idx]); in npa_lf_setup()
192 aura->s.shift = 64 - __builtin_clzll(npa->q_len[idx]) - 8; in npa_lf_setup()
193 aura->s.count = npa->q_len[idx]; in npa_lf_setup()
194 aura->s.limit = npa->q_len[idx]; in npa_lf_setup()
195 aura->s.ena = 1; in npa_lf_setup()
196 err = npa_attach_aura(nix_af, nix->lf, aura, idx); in npa_lf_setup()
554 tx_dr.hdr.s.aura = NPA_POOL_TX; in nix_lf_xmit()