Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_imem.c54 ice_info(hw, "\tshift_xlate_select = %d\n", alu->shift_xlate_select); in _imem_alu_dump()
179 alu->shift_xlate_select = ((d64 >> 19) & 0x1) != 0; in _imem_alu_init()
H A Dice_imem.h78 bool shift_xlate_select; member
H A Dice_bst_tcam.c38 ice_info(hw, "\tshift_xlate_select = %d\n", alu->shift_xlate_select); in _bst_alu_dump()
111 alu->shift_xlate_select = ((d64 >> 19) & 0x1) != 0; in _bst_alu_init()
H A Dice_parser_rt.c518 if (alu->shift_xlate_select) { in _alu_exe()