Searched refs:ice_acl_act_entry (Results 1 – 5 of 5) sorted by relevance
| /f-stack/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 | 502 struct ice_acl_act_entry acl_act;
|
| H A D | ice_flow.c | 2811 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 D | ice_adminq_cmd.h | 2278 struct ice_acl_act_entry { struct 2297 struct ice_acl_act_entry act[ICE_ACL_NUM_ACT_PER_ACT_PAIR]; argument
|