Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dpolice.c197 cond_true->extval = act->police.notexceed.extval; in tc_act_police_get_branch_ctrl()
200 cond_false->extval = act->police.exceed.extval; in tc_act_police_get_branch_ctrl()
Dact.h35 u32 extval; member
/Linux-v6.6/net/sched/
Dact_police.c407 static int tcf_police_act_to_flow_act(int tc_act, u32 *extval, in tcf_police_act_to_flow_act() argument
425 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act()
428 *extval = tc_act & TC_ACT_EXT_VAL_MASK; in tcf_police_act_to_flow_act()
464 &entry->police.exceed.extval, in tcf_police_offload_act_setup()
472 &entry->police.notexceed.extval, in tcf_police_offload_act_setup()
/Linux-v6.6/sound/pci/lola/
Dlola.c138 unsigned int *extval) in rirb_get_response() argument
152 if (extval) in rirb_get_response()
153 *extval = chip->res_ex; in rirb_get_response()
192 unsigned int *val, unsigned int *extval) in lola_codec_read() argument
201 err = rirb_get_response(chip, val, extval); in lola_codec_read()
Dlola.h476 unsigned int *val, unsigned int *extval);
/Linux-v6.6/include/net/
Dflow_offload.h289 u32 extval; member
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3767 *jump_count = cond->extval; in alloc_branch_attr()