Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib.c271 #define CACHE_PTR_INCREMENT (CACHE_LINE_SIZE/sizeof(void*)) macro
2613 nextptr = (cidx + CACHE_PTR_INCREMENT) & (nrxd-1); in prefetch_pkts()
2651 next = (cidx + CACHE_PTR_INCREMENT) & (fl->ifl_size-1); in rxd_frag_to_sd()
3417 next = (cidx + CACHE_PTR_INCREMENT) & (ntxd-1); in iflib_encap()
3621 prefetch(&ifsd_m[(cidx + CACHE_PTR_INCREMENT) & mask]); in iflib_tx_desc_free()
3692 next = (cidx + CACHE_PTR_INCREMENT) & (size-1); in _ring_peek_one()