Home
last modified time | relevance | path

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

/net/core/
Ddev.c2787 u16 qoffset = 0; in skb_tx_hash() local
2793 qoffset = sb_dev->tc_to_txq[tc].offset; in skb_tx_hash()
2801 return hash + qoffset; in skb_tx_hash()
2804 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in skb_tx_hash()