Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c1288 uint32_t pending_rules, in __flow_hw_pull_comp() argument
1295 while (pending_rules) { in __flow_hw_pull_comp()
1311 if ((uint32_t)ret > pending_rules) { in __flow_hw_pull_comp()
1317 pending_rules -= ret; in __flow_hw_pull_comp()
1345 uint32_t pending_rules = 0; in flow_hw_q_flow_flush() local
1374 pending_rules++; in flow_hw_q_flow_flush()
1376 if (pending_rules >= hw_q->size) { in flow_hw_q_flow_flush()
1379 pending_rules, error)) in flow_hw_q_flow_flush()
1381 pending_rules = 0; in flow_hw_q_flow_flush()
1386 if (pending_rules && in flow_hw_q_flow_flush()
[all …]