Home
last modified time | relevance | path

Searched defs:ice_flow_prof (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_flow.h474 struct ice_flow_prof { struct
475 struct LIST_ENTRY_TYPE l_entry;
477 u64 id;
478 enum ice_flow_dir dir;
479 u8 segs_cnt;
480 u8 acts_cnt;
483 struct ice_lock entries_lock;
484 struct LIST_HEAD_TYPE entries;
491 union {
497 } cfg;
[all …]