Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_imem.c60 ice_info(hw, "\tproto_offset_opc = %d\n", alu->proto_offset_opc); in _imem_alu_dump()
185 alu->proto_offset_opc = (u8)((d64 >> 40) & 0x3); in _imem_alu_init()
H A Dice_imem.h84 u8 proto_offset_opc; member
H A Dice_bst_tcam.c44 ice_info(hw, "\tproto_offset_opc = %d\n", alu->proto_offset_opc); in _bst_alu_dump()
117 alu->proto_offset_opc = (u8)((d64 >> 40) & 0x3); in _bst_alu_init()
H A Dice_parser_rt.c435 if (alu->proto_offset_opc == 1) in _po_update()
437 else if (alu->proto_offset_opc == 2) in _po_update()
439 else if (alu->proto_offset_opc == 0) in _po_update()