Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_parser.h120 u8 shift_xlate_key; member
Dice_parser.c191 dev_info(dev, "\tshift_xlate_key = %d\n", alu->shift_xlate_key); in ice_imem_alu_dump()
344 alu->shift_xlate_key = FIELD_GET(ICE_IM_ALU_SXK, d64); in ice_imem_alu_init()
1125 dev_info(dev, "\tshift_xlate_key = %d\n", alu->shift_xlate_key); in ice_bst_alu_dump()
1226 alu->shift_xlate_key = FIELD_GET(ICE_BST_ALU_SXK, d64); in ice_bst_alu_init()
Dice_parser_rt.c502 shift = alu->shift_xlate_key; in ice_alu_exe()