Home
last modified time | relevance | path

Searched refs:count_eot (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h702 u64 size = 0, count_eot = 0; in __cn10k_aura_freeptr() local
710 count_eot = (num_ptrs % 2) ? 0ULL : 1ULL; in __cn10k_aura_freeptr()
712 ptrs[0] = (count_eot << 32) | (aura & 0xFFFFF); in __cn10k_aura_freeptr()
720 if (!count_eot) in __cn10k_aura_freeptr()