Searched defs:ice_flow_prof (Results 1 – 1 of 1) sorted by relevance
440 struct ice_flow_prof { struct441 struct LIST_ENTRY_TYPE l_entry;443 u64 id;444 enum ice_flow_dir dir;445 u8 segs_cnt;446 u8 acts_cnt;449 struct ice_lock entries_lock;450 struct LIST_HEAD_TYPE entries;457 union {463 } cfg;[all …]