Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_bwc.c219 u16 burst_th = hws_bwc_get_burst_th(ctx, queue_id); in hws_bwc_queue_poll() local
220 bool got_comp = *pending_rules >= burst_th; in hws_bwc_queue_poll()
232 ret = mlx5hws_send_queue_poll(ctx, queue_id, comp, burst_th); in hws_bwc_queue_poll()
568 u16 burst_th; in hws_bwc_matcher_move_all_simple() local
596 burst_th = hws_bwc_get_burst_th(ctx, rule_attr.queue_id); in hws_bwc_matcher_move_all_simple()
598 for (j = 0; j < burst_th && bwc_rules[i]; j++) { in hws_bwc_matcher_move_all_simple()
599 rule_attr.burst = !!((j + 1) % burst_th); in hws_bwc_matcher_move_all_simple()