Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c858 bool need_rx_rehash, need_tx_rehash; in hws_bwc_matcher_rehash_size() local
862 need_tx_rehash = atomic_read(&bwc_matcher->tx_size.rehash_required); in hws_bwc_matcher_rehash_size()
867 if (!need_rx_rehash && !need_tx_rehash) in hws_bwc_matcher_rehash_size()
879 if (need_tx_rehash && in hws_bwc_matcher_rehash_size()
883 need_tx_rehash = false; in hws_bwc_matcher_rehash_size()
890 if (!need_rx_rehash && !need_tx_rehash) in hws_bwc_matcher_rehash_size()
909 if (need_tx_rehash) { in hws_bwc_matcher_rehash_size()