Home
last modified time | relevance | path

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

/src/sys/dev/bxe/
H A Decore_sp.c61 ECORE_LIST_INIT(&o->exe_queue); in ecore_exe_queue_init()
94 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->exe_queue, link, in ecore_exe_queue_length()
137 ECORE_LIST_PUSH_TAIL(&elem->link, &o->exe_queue); in ecore_exe_queue_add()
203 while (!ECORE_LIST_IS_EMPTY(&o->exe_queue)) { in ecore_exe_queue_step()
204 elem = ECORE_LIST_FIRST_ENTRY(&o->exe_queue, in ecore_exe_queue_step()
217 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->exe_queue); in ecore_exe_queue_step()
233 ECORE_LIST_SPLICE_INIT(&o->pending_comp, &o->exe_queue); in ecore_exe_queue_step()
245 bool empty = ECORE_LIST_IS_EMPTY(&o->exe_queue); in ecore_exe_queue_empty()
479 rc = ecore_exe_queue_step(sc, &o->exe_queue, &ramrod_flags); in __ecore_vlan_mac_h_exec_pending()
543 ECORE_SPIN_LOCK_BH(&o->exe_queue.lock); in ecore_vlan_mac_h_write_unlock()
[all …]
H A Decore_sp.h652 ecore_list_t exe_queue; member
763 struct ecore_exe_queue_obj exe_queue; member