Searched refs:exeq_pos (Results 1 – 1 of 1) sorted by relevance
1841 struct bnx2x_exeq_elem *exeq_pos, *exeq_pos_n; in bnx2x_vlan_mac_del_all() local1850 list_for_each_entry_safe(exeq_pos, exeq_pos_n, &exeq->exe_queue, link) { in bnx2x_vlan_mac_del_all()1851 flags = exeq_pos->cmd_data.vlan_mac.vlan_mac_flags; in bnx2x_vlan_mac_del_all()1854 rc = exeq->remove(bp, exeq->owner, exeq_pos); in bnx2x_vlan_mac_del_all()1860 list_del(&exeq_pos->link); in bnx2x_vlan_mac_del_all()1861 bnx2x_exe_queue_free_elem(bp, exeq_pos); in bnx2x_vlan_mac_del_all()