Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_bwc.c215 u32 *pending_rules, in hws_bwc_queue_poll() argument
220 bool got_comp = *pending_rules >= burst_th; in hws_bwc_queue_poll()
231 while (queue_full || ((got_comp || drain) && *pending_rules)) { in hws_bwc_queue_poll()
240 (*pending_rules) -= ret; in hws_bwc_queue_poll()
565 u32 *pending_rules; in hws_bwc_matcher_move_all_simple() local
572 pending_rules = kcalloc(bwc_queues, sizeof(*pending_rules), GFP_KERNEL); in hws_bwc_matcher_move_all_simple()
573 if (!pending_rules) in hws_bwc_matcher_move_all_simple()
611 pending_rules[i]++; in hws_bwc_matcher_move_all_simple()
617 &pending_rules[i], false); in hws_bwc_matcher_move_all_simple()
626 if (pending_rules[i]) { in hws_bwc_matcher_move_all_simple()
[all …]