Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_cake.c654 u16 reduced_hash, srchost_idx, dsthost_idx; in cake_hash() local
827 dsthost_idx = dsthost_hash % CAKE_QUEUES; in cake_hash()
828 inner_hash = dsthost_idx % CAKE_SET_WAYS; in cake_hash()
829 outer_hash = dsthost_idx - inner_hash; in cake_hash()
843 dsthost_idx = outer_hash + k; in cake_hash()
845 q->hosts[dsthost_idx].dsthost_bulk_flow_count++; in cake_hash()
846 q->flows[reduced_hash].dsthost = dsthost_idx; in cake_hash()