Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_imem.c55 ice_info(hw, "\tshift_xlate_key = %d\n", alu->shift_xlate_key); in _imem_alu_dump()
180 alu->shift_xlate_key = (u8)((d64 >> 20) & 0xf); in _imem_alu_init()
H A Dice_imem.h79 u8 shift_xlate_key; member
H A Dice_bst_tcam.c39 ice_info(hw, "\tshift_xlate_key = %d\n", alu->shift_xlate_key); in _bst_alu_dump()
112 alu->shift_xlate_key = (u8)((d64 >> 20) & 0xf); in _bst_alu_init()
H A Dice_parser_rt.c528 shift = alu->shift_xlate_key; in _alu_exe()