Searched defs:ice_flow_prof (Results 1 – 1 of 1) sorted by relevance
468 struct ice_flow_prof { struct469 struct list_head l_entry;471 u64 id;472 enum ice_flow_dir dir;473 u8 segs_cnt;476 struct mutex entries_lock;477 struct list_head entries;479 struct ice_flow_seg_info segs[ICE_FLOW_SEG_MAX];503 bool symm, struct ice_flow_prof **prof); argument