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 Dmlx5hws_bwc.c220 bool got_comp = *pending_rules >= burst_th; in hws_bwc_queue_poll() local
227 if (!got_comp && !drain) in hws_bwc_queue_poll()
231 while (queue_full || ((got_comp || drain) && *pending_rules)) { in hws_bwc_queue_poll()
252 got_comp = !!ret; in hws_bwc_queue_poll()