Home
last modified time | relevance | path

Searched refs:ice_alu (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_imem.h74 struct ice_alu { struct
102 struct ice_alu alu0; argument
103 struct ice_alu alu1;
104 struct ice_alu alu2;
H A Dice_bst_tcam.h18 struct ice_alu alu0;
19 struct ice_alu alu1;
20 struct ice_alu alu2;
H A Dice_parser_rt.h35 struct ice_alu *alu0;
36 struct ice_alu *alu1;
37 struct ice_alu *alu2;
H A Dice_imem.c48 static void _imem_alu_dump(struct ice_hw *hw, struct ice_alu *alu, int index) in _imem_alu_dump()
172 static void _imem_alu_init(struct ice_alu *alu, u8 *data) in _imem_alu_init()
H A Dice_bst_tcam.c32 static void _bst_alu_dump(struct ice_hw *hw, struct ice_alu *alu, int index) in _bst_alu_dump()
104 static void _bst_alu_init(struct ice_alu *alu, u8 *data) in _bst_alu_init()
H A Dice_parser_rt.c412 static void _flg_update(struct ice_parser_rt *rt, struct ice_alu *alu) in _flg_update()
433 static void _po_update(struct ice_parser_rt *rt, struct ice_alu *alu) in _po_update()
480 static void _dst_reg_bit_set(struct ice_parser_rt *rt, struct ice_alu *alu, in _dst_reg_bit_set()
514 static void _alu_exe(struct ice_parser_rt *rt, struct ice_alu *alu) in _alu_exe()