Searched refs:exeq_pos (Results 1 – 1 of 1) sorted by relevance
2206 struct ecore_exeq_elem *exeq_pos, *exeq_pos_n; in ecore_vlan_mac_del_all() local2215 ECORE_LIST_FOR_EACH_ENTRY_SAFE(exeq_pos, exeq_pos_n, in ecore_vlan_mac_del_all()2218 flags = exeq_pos->cmd_data.vlan_mac.vlan_mac_flags; in ecore_vlan_mac_del_all()2221 rc = exeq->remove(sc, exeq->owner, exeq_pos); in ecore_vlan_mac_del_all()2227 ECORE_LIST_REMOVE_ENTRY(&exeq_pos->link, in ecore_vlan_mac_del_all()2229 ecore_exe_queue_free_elem(sc, exeq_pos); in ecore_vlan_mac_del_all()