Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h101 int32_t extval = sextract32(val, 0, bits); in do_sqrshl_bhs() local
102 if (!sat || val == extval) { in do_sqrshl_bhs()
103 return extval; in do_sqrshl_bhs()
132 uint32_t extval = extract32(val, 0, bits); in do_uqrshl_bhs() local
133 if (!sat || val == extval) { in do_uqrshl_bhs()
134 return extval; in do_uqrshl_bhs()
H A Dmve_helper.c2437 int64_t val, extval; in do_sqrshl48_d() local
2452 extval = sextract64(val, 0, 48); in do_sqrshl48_d()
2453 if (!sat || val == extval) { in do_sqrshl48_d()
2454 return extval; in do_sqrshl48_d()
2458 if (!sat || src == (extval >> shift)) { in do_sqrshl48_d()
2459 return extval; in do_sqrshl48_d()
2473 uint64_t val, extval; in do_uqrshl48_d() local
2484 extval = extract64(val, 0, 48); in do_uqrshl48_d()
2485 if (!sat || val == extval) { in do_uqrshl48_d()
2486 return extval; in do_uqrshl48_d()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A 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()
H A Dact.h35 u32 extval; member
/openbmc/linux/net/sched/
H A 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()
/openbmc/linux/sound/pci/lola/
H A 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()
H A Dlola.h476 unsigned int *val, unsigned int *extval);
/openbmc/linux/include/net/
H A Dflow_offload.h289 u32 extval; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3790 *jump_count = cond->extval; in alloc_branch_attr()