Searched refs:exeq_pos (Results 1 – 1 of 1) sorted by relevance
2328 struct ecore_exeq_elem *exeq_pos, *exeq_pos_n; in ecore_vlan_mac_del_all() local2337 ECORE_LIST_FOR_EACH_ENTRY_SAFE(exeq_pos, exeq_pos_n, in ecore_vlan_mac_del_all()2340 flags = exeq_pos->cmd_data.vlan_mac.vlan_mac_flags; in ecore_vlan_mac_del_all()2343 rc = exeq->remove(pdev, exeq->owner, exeq_pos); in ecore_vlan_mac_del_all()2349 ECORE_LIST_REMOVE_ENTRY(&exeq_pos->link, in ecore_vlan_mac_del_all()2351 ecore_exe_queue_free_elem(pdev, exeq_pos); in ecore_vlan_mac_del_all()