Searched refs:entry_id (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/ice/ |
| H A D | ice_acl_filter.c | 48 uint64_t entry_id[4]; member 418 uint64_t entry_id, hw_entry; in ice_acl_hw_set_conf() local 436 entry_id, pf->main_vsi->idx, in ice_acl_hw_set_conf() 443 rule->entry_id[entry_idx] = entry_id; in ice_acl_hw_set_conf() 468 uint64_t entry_id; in ice_acl_hw_rem_conf() local 472 entry_id = rule->entry_id[i]; in ice_acl_hw_rem_conf() 475 ice_acl_del_entry(hw, entry_id); in ice_acl_hw_rem_conf() 575 uint64_t entry_id; in ice_acl_destroy_filter() local 583 entry_id = rule->entry_id[i]; in ice_acl_destroy_filter() 592 entry_id = rule->entry_id[0]; in ice_acl_destroy_filter() [all …]
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flow.h | 572 u64 ice_flow_find_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_id); 575 u64 entry_id, u16 vsi, enum ice_flow_priority prio,
|
| H A D | ice_flow.c | 2696 u64 ice_flow_find_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_id) in ice_flow_find_entry() argument 2708 if (e->id == entry_id) { in ice_flow_find_entry() 3405 u64 entry_id, u16 vsi_handle, enum ice_flow_priority prio, in ice_flow_add_entry() argument 3444 e->id = entry_id; in ice_flow_add_entry()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 3707 u16 entry_id; in qed_idle_chk_dump_rule_entries() local 3771 for (entry_id = 0; entry_id < num_reg_entries; entry_id++) { in qed_idle_chk_dump_rule_entries() 3796 addr += (reg->start_entry + entry_id) * in qed_idle_chk_dump_rule_entries() 3829 entry_id, in qed_idle_chk_dump_rule_entries()
|