Home
last modified time | relevance | path

Searched refs:ice_acl_act_entry (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl.h196 struct ice_acl_act_entry *acts, u8 acts_cnt, u16 *entry_idx);
199 struct ice_acl_act_entry *acts, u8 acts_cnt, u16 entry_idx);
H A Dice_acl_ctrl.c973 struct ice_acl_act_entry *acts, u8 acts_cnt, u16 *entry_idx) in ice_acl_add_entry()
1049 struct ice_acl_act_entry *acts, u8 acts_cnt, in ice_acl_prog_act()
1078 sizeof(struct ice_acl_act_entry), in ice_acl_prog_act()
1083 sizeof(struct ice_acl_act_entry), in ice_acl_prog_act()
H A Dice_flow.h502 struct ice_acl_act_entry acl_act;
H A Dice_flow.c2811 struct ice_acl_act_entry *acts = NULL; in ice_flow_acl_add_scen_entry_sync()
2870 acts = (struct ice_acl_act_entry *) in ice_flow_acl_add_scen_entry_sync()
2871 ice_calloc(hw, e->entry_sz, sizeof(struct ice_acl_act_entry)); in ice_flow_acl_add_scen_entry_sync()
2877 sizeof(struct ice_acl_act_entry), in ice_flow_acl_add_scen_entry_sync()
H A Dice_adminq_cmd.h2278 struct ice_acl_act_entry { struct
2297 struct ice_acl_act_entry act[ICE_ACL_NUM_ACT_PER_ACT_PAIR]; argument