Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl.h66 struct ice_acl_scen { struct
67 struct LIST_ENTRY_TYPE list_entry;
77 u16 first_idx[ICE_ACL_MAX_PRIO];
78 u16 last_idx[ICE_ACL_MAX_PRIO];
80 u16 id;
83 u16 width; /* Number of select/mask bytes */
84 u16 num_entry; /* Number of scenario entry */
85 u16 end; /* Last addressable entry from start of table */
86 u8 eff_width; /* Available width in bytes to match */
90 u8 pid_idx; /* Byte index used to match profile ID */
[all …]