Searched refs:CACHE_PTR_NEXT (Results 1 – 1 of 1) sorted by relevance
272 #define CACHE_PTR_NEXT(ptr) ((void *)(((uintptr_t)(ptr)+CACHE_LINE_SIZE-1) & (CACHE_LINE_SIZE-1))) macro2602 next = CACHE_PTR_NEXT(cur); in calc_next_rxd()3340 next = CACHE_PTR_NEXT(cur); in calc_next_txd()