Searched refs:CACHE_PTR_INCREMENT (Results 1 – 1 of 1) sorted by relevance
282 #define CACHE_PTR_INCREMENT (CACHE_LINE_SIZE / sizeof(void *)) macro2664 nextptr = (cidx + CACHE_PTR_INCREMENT) & (nrxd - 1); in prefetch_pkts()2702 next = (cidx + CACHE_PTR_INCREMENT) & (fl->ifl_size - 1); in rxd_frag_to_sd()3599 next = (cidx + CACHE_PTR_INCREMENT) & (ntxd - 1); in iflib_encap()3803 prefetch(&ifsd_m[(cidx + CACHE_PTR_INCREMENT) & mask]); in iflib_tx_desc_free()3874 next = (cidx + CACHE_PTR_INCREMENT) & (size - 1); in _ring_peek_one()