Searched refs:ice_acl_act_entry (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_acl.h | 196 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 D | ice_acl_ctrl.c | 973 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 D | ice_flow.h | 543 struct ice_acl_act_entry acl_act;
|
| H A D | ice_flow.c | 3237 struct ice_acl_act_entry *acts = NULL; in ice_flow_acl_add_scen_entry_sync() 3296 acts = (struct ice_acl_act_entry *) in ice_flow_acl_add_scen_entry_sync() 3297 ice_calloc(hw, e->entry_sz, sizeof(struct ice_acl_act_entry)); in ice_flow_acl_add_scen_entry_sync() 3303 sizeof(struct ice_acl_act_entry), in ice_flow_acl_add_scen_entry_sync()
|
| H A D | ice_adminq_cmd.h | 2380 struct ice_acl_act_entry { struct 2399 struct ice_acl_act_entry act[ICE_ACL_NUM_ACT_PER_ACT_PAIR]; argument
|