Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction_ste_pool.c375 bool skip_rx, bool skip_tx) in hws_action_ste_choose_elem() argument
380 if (skip_tx) in hws_action_ste_choose_elem()
403 bool skip_rx, bool skip_tx, in mlx5hws_action_ste_chunk_alloc() argument
411 if (skip_rx && skip_tx) in mlx5hws_action_ste_chunk_alloc()
416 elem = hws_action_ste_choose_elem(pool, skip_rx, skip_tx); in mlx5hws_action_ste_chunk_alloc()
420 skip_rx, skip_tx, chunk->ste.order); in mlx5hws_action_ste_chunk_alloc()
H A Drule.c7 bool *skip_rx, bool *skip_tx) in mlx5hws_rule_skip() argument
11 *skip_tx = false; in mlx5hws_rule_skip()
19 *skip_tx = true; in mlx5hws_rule_skip()
26 *skip_tx = matcher->attr.optimize_flow_src == in mlx5hws_rule_skip()
60 bool skip_rx, skip_tx; in hws_rule_init_dep_wqe() local
69 &skip_rx, &skip_tx); in hws_rule_init_dep_wqe()
80 if (!skip_tx) { in hws_rule_init_dep_wqe()
200 bool skip_tx) in mlx5hws_rule_alloc_action_ste() argument
208 skip_rx, skip_tx, in mlx5hws_rule_alloc_action_ste()
H A Drule.h73 bool *skip_rx, bool *skip_tx);
H A Dbwc.c561 if (!bwc_rule->skip_tx) in hws_bwc_rule_cnt_dec()
984 if (!bwc_rule->skip_tx) in hws_bwc_rule_cnt_inc()
1089 if (!bwc_rule->skip_tx) in mlx5hws_bwc_rule_create_simple()
1148 &bwc_rule->skip_rx, &bwc_rule->skip_tx); in mlx5hws_bwc_rule_create()
/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c74 bool skip_tx; variable
511 if (!skip_tx) { in verify_metadata()
685 skip_tx = true; in read_args()