Lines Matching defs:aura
375 void (*aura_freeptr)(void *dev, int aura, u64 buf);
781 static inline void __cn10k_aura_freeptr(struct otx2_nic *pfvf, u64 aura,
795 ptrs[0] = (count_eot << 32) | (aura & 0xFFFFF);
813 static inline void cn10k_aura_freeptr(void *dev, int aura, u64 buf)
821 __cn10k_aura_freeptr(pfvf, aura, ptrs, 2);
825 /* Alloc pointer from pool/aura */
826 static inline u64 otx2_aura_allocptr(struct otx2_nic *pfvf, int aura)
829 u64 incr = (u64)aura | BIT_ULL(63);
834 /* Free pointer to a pool/aura */
835 static inline void otx2_aura_freeptr(void *dev, int aura, u64 buf)
840 otx2_write128(buf, (u64)aura | BIT_ULL(63), addr);