Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c416 bool got_comp = *pending_rules >= burst_th; in mlx5hws_bwc_queue_poll() local
423 if (!got_comp && !drain) in mlx5hws_bwc_queue_poll()
439 while (queue_full || ((got_comp || drain) && *pending_rules)) { in mlx5hws_bwc_queue_poll()
460 got_comp = !!ret; in mlx5hws_bwc_queue_poll()
462 if (unlikely(!got_comp && time_after(jiffies, timeout))) { in mlx5hws_bwc_queue_poll()