Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c79 u32 pending_rules; in hws_bwc_matcher_move_all_simple() local
89 pending_rules = 0; in hws_bwc_matcher_move_all_simple()
108 pending_rules++; in hws_bwc_matcher_move_all_simple()
109 drain = pending_rules >= in hws_bwc_matcher_move_all_simple()
113 &pending_rules, in hws_bwc_matcher_move_all_simple()
131 if (pending_rules) { in hws_bwc_matcher_move_all_simple()
136 &pending_rules, in hws_bwc_matcher_move_all_simple()
408 u32 *pending_rules, in mlx5hws_bwc_queue_poll() argument
415 bool got_comp = *pending_rules >= burst_th; in mlx5hws_bwc_queue_poll()
426 while (queue_full || ((got_comp || drain) && *pending_rules)) { in mlx5hws_bwc_queue_poll()
[all …]