Home
last modified time | relevance | path

Searched refs:ice_xlt_kb (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_parser.h376 struct ice_xlt_kb { struct
385 u16 ice_xlt_kb_flag_get(struct ice_xlt_kb *kb, u64 pkt_flag); argument
499 struct ice_xlt_kb *xlt_kb_sw;
500 struct ice_xlt_kb *xlt_kb_acl;
501 struct ice_xlt_kb *xlt_kb_fd;
502 struct ice_xlt_kb *xlt_kb_rss;
Dice_parser.c1751 static void ice_xlt_kb_dump(struct ice_hw *hw, struct ice_xlt_kb *kb) in ice_xlt_kb_dump()
1868 static void ice_parse_kb_data(struct ice_hw *hw, struct ice_xlt_kb *kb, in ice_parse_kb_data()
1888 static struct ice_xlt_kb *ice_xlt_kb_get(struct ice_hw *hw, u32 sect_type) in ice_xlt_kb_get()
1892 struct ice_xlt_kb *kb; in ice_xlt_kb_get()
1921 static struct ice_xlt_kb *ice_xlt_kb_get_sw(struct ice_hw *hw) in ice_xlt_kb_get_sw()
1932 static struct ice_xlt_kb *ice_xlt_kb_get_acl(struct ice_hw *hw) in ice_xlt_kb_get_acl()
1943 static struct ice_xlt_kb *ice_xlt_kb_get_fd(struct ice_hw *hw) in ice_xlt_kb_get_fd()
1954 static struct ice_xlt_kb *ice_xlt_kb_get_rss(struct ice_hw *hw) in ice_xlt_kb_get_rss()
1968 u16 ice_xlt_kb_flag_get(struct ice_xlt_kb *kb, u64 pkt_flag) in ice_xlt_kb_flag_get()