Searched refs:qoffset (Results 1 – 1 of 1) sorted by relevance
2787 u16 qoffset = 0; in skb_tx_hash() local2793 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()