Searched refs:lst_itr (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.c | 604 struct ice_adv_fltr_mgmt_list_entry *lst_itr; in ice_cleanup_fltr_mgmt_single() local 607 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_single() 611 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single() 612 ice_free(hw, lst_itr->lkups); in ice_cleanup_fltr_mgmt_single() 613 ice_free(hw, lst_itr); in ice_cleanup_fltr_mgmt_single() 616 struct ice_fltr_mgmt_list_entry *lst_itr, *tmp_entry; in ice_cleanup_fltr_mgmt_single() local 619 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_single() 623 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single() 624 ice_free(hw, lst_itr); in ice_cleanup_fltr_mgmt_single()
|
| H A D | ice_switch.c | 4690 struct ice_adv_fltr_mgmt_list_entry *lst_itr; in ice_rem_adv_rule_info() local 4695 LIST_FOR_EACH_ENTRY_SAFE(lst_itr, tmp_entry, rule_head, in ice_rem_adv_rule_info() 4697 LIST_DEL(&lst_itr->list_entry); in ice_rem_adv_rule_info() 4698 ice_free(hw, lst_itr->lkups); in ice_rem_adv_rule_info() 4699 ice_free(hw, lst_itr); in ice_rem_adv_rule_info()
|