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.c860 bool need_rx_rehash, need_tx_rehash; in hws_bwc_matcher_rehash_size() local
864 need_tx_rehash = atomic_read(&bwc_matcher->tx_size.rehash_required); in hws_bwc_matcher_rehash_size()
869 if (!need_rx_rehash && !need_tx_rehash) in hws_bwc_matcher_rehash_size()
881 if (need_tx_rehash && in hws_bwc_matcher_rehash_size()
885 need_tx_rehash = false; in hws_bwc_matcher_rehash_size()
892 if (!need_rx_rehash && !need_tx_rehash) in hws_bwc_matcher_rehash_size()
911 if (need_tx_rehash) { in hws_bwc_matcher_rehash_size()