Home
last modified time | relevance | path

Searched refs:exeq_pos (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/bxe/
Decore_sp.c2206 struct ecore_exeq_elem *exeq_pos, *exeq_pos_n; in ecore_vlan_mac_del_all() local
2215 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()