Home
last modified time | relevance | path

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

/trueos/sys/dev/bxe/
HDecore_sp.c58 ECORE_LIST_INIT(&o->exe_queue); in ecore_exe_queue_init()
91 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->exe_queue, link, in ecore_exe_queue_length()
134 ECORE_LIST_PUSH_TAIL(&elem->link, &o->exe_queue); in ecore_exe_queue_add()
200 while (!ECORE_LIST_IS_EMPTY(&o->exe_queue)) { in ecore_exe_queue_step()
201 elem = ECORE_LIST_FIRST_ENTRY(&o->exe_queue, in ecore_exe_queue_step()
214 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->exe_queue); in ecore_exe_queue_step()
230 ECORE_LIST_SPLICE_INIT(&o->pending_comp, &o->exe_queue); in ecore_exe_queue_step()
242 bool empty = ECORE_LIST_IS_EMPTY(&o->exe_queue); in ecore_exe_queue_empty()
476 rc = ecore_exe_queue_step(sc, &o->exe_queue, &ramrod_flags); in __ecore_vlan_mac_h_exec_pending()
540 ECORE_SPIN_LOCK_BH(&o->exe_queue.lock); in ecore_vlan_mac_h_write_unlock()
[all …]
HDecore_sp.h648 ecore_list_t exe_queue; member
752 struct ecore_exe_queue_obj exe_queue; member