Searched refs:ice_xlt_kb (Results 1 – 4 of 4) sorted by relevance
19 struct ice_xlt_kb { struct28 void ice_xlt_kb_dump(struct ice_hw *hw, struct ice_xlt_kb *kb); argument29 struct ice_xlt_kb *ice_xlt_kb_get_sw(struct ice_hw *hw);30 struct ice_xlt_kb *ice_xlt_kb_get_acl(struct ice_hw *hw);31 struct ice_xlt_kb *ice_xlt_kb_get_fd(struct ice_hw *hw);32 struct ice_xlt_kb *ice_xlt_kb_get_rss(struct ice_hw *hw);33 u16 ice_xlt_kb_flag_get(struct ice_xlt_kb *kb, u64 pkt_flag);
31 void ice_xlt_kb_dump(struct ice_hw *hw, struct ice_xlt_kb *kb) in ice_xlt_kb_dump()106 static void _parse_kb_data(struct ice_hw *hw, struct ice_xlt_kb *kb, void *data) in _parse_kb_data()125 static struct ice_xlt_kb *_xlt_kb_get(struct ice_hw *hw, u32 sect_type) in _xlt_kb_get()129 struct ice_xlt_kb *kb; in _xlt_kb_get()135 kb = (struct ice_xlt_kb *)ice_malloc(hw, sizeof(*kb)); in _xlt_kb_get()159 struct ice_xlt_kb *ice_xlt_kb_get_sw(struct ice_hw *hw) in ice_xlt_kb_get_sw()168 struct ice_xlt_kb *ice_xlt_kb_get_acl(struct ice_hw *hw) in ice_xlt_kb_get_acl()177 struct ice_xlt_kb *ice_xlt_kb_get_fd(struct ice_hw *hw) in ice_xlt_kb_get_fd()186 struct ice_xlt_kb *ice_xlt_kb_get_rss(struct ice_hw *hw) in ice_xlt_kb_get_rss()196 u16 ice_xlt_kb_flag_get(struct ice_xlt_kb *kb, u64 pkt_flag) in ice_xlt_kb_flag_get()
48 struct ice_xlt_kb *xlt_kb_sw;50 struct ice_xlt_kb *xlt_kb_acl;52 struct ice_xlt_kb *xlt_kb_fd;54 struct ice_xlt_kb *xlt_kb_rss;
27 'ice_xlt_kb.c',