Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1641 struct ecore_exe_queue_obj *exeq = &o->exe_queue; in ecore_validate_vlan_mac_add() local
1654 if (exeq->get(exeq, elem)) { in ecore_validate_vlan_mac_add()
1690 struct ecore_exe_queue_obj *exeq = &o->exe_queue; in ecore_validate_vlan_mac_del() local
1709 if (exeq->get(exeq, &query_elem)) { in ecore_validate_vlan_mac_del()
1715 if (exeq->get(exeq, elem)) { in ecore_validate_vlan_mac_del()
1861 struct ecore_exe_queue_obj *exeq = &o->exe_queue; in ecore_wait_vlan_mac() local
1871 if (!ecore_exe_queue_empty(exeq)) in ecore_wait_vlan_mac()
1967 struct ecore_exe_queue_obj *exeq = &o->exe_queue; in ecore_optimize_vlan_mac() local
1984 pos = exeq->get(exeq, &query); in ecore_optimize_vlan_mac()
2004 ECORE_LIST_REMOVE_ENTRY(&pos->link, &exeq->exe_queue); in ecore_optimize_vlan_mac()
[all …]