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.c415 bool got_comp = *pending_rules >= burst_th; in mlx5hws_bwc_queue_poll() local
422 if (!got_comp && !drain) in mlx5hws_bwc_queue_poll()
426 while (queue_full || ((got_comp || drain) && *pending_rules)) { in mlx5hws_bwc_queue_poll()
447 got_comp = !!ret; in mlx5hws_bwc_queue_poll()
449 if (unlikely(!got_comp && time_after(jiffies, timeout))) { in mlx5hws_bwc_queue_poll()