Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_parser.h119 bool shift_xlate_sel; member
Dice_parser.c190 dev_info(dev, "\tshift_xlate_sel = %d\n", alu->shift_xlate_sel); in ice_imem_alu_dump()
343 alu->shift_xlate_sel = FIELD_GET(ICE_IM_ALU_SXS, d64); in ice_imem_alu_init()
1124 dev_info(dev, "\tshift_xlate_sel = %d\n", alu->shift_xlate_sel); in ice_bst_alu_dump()
1225 alu->shift_xlate_sel = FIELD_GET(ICE_BST_ALU_SXS, d64); in ice_bst_alu_init()
Dice_parser_rt.c491 if (alu->shift_xlate_sel) { in ice_alu_exe()