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

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h732 u64 size = 0, count_eot = 0; local
740 count_eot = (num_ptrs % 2) ? 0ULL : 1ULL;
742 ptrs[0] = (count_eot << 32) | (aura & 0xFFFFF);
750 if (!count_eot)

Completed in 207 milliseconds