Searched refs:exe_queue (Results 1 – 2 of 2) sorted by relevance
280 ECORE_LIST_INIT(&o->exe_queue); in ecore_exe_queue_init()315 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->exe_queue, link, in ecore_exe_queue_length()360 ECORE_LIST_PUSH_TAIL(&elem->link, &o->exe_queue); in ecore_exe_queue_add()426 while (!ECORE_LIST_IS_EMPTY(&o->exe_queue)) { in ecore_exe_queue_step()427 elem = ECORE_LIST_FIRST_ENTRY(&o->exe_queue, in ecore_exe_queue_step()440 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->exe_queue); in ecore_exe_queue_step()456 ECORE_LIST_SPLICE_INIT(&o->pending_comp, &o->exe_queue); in ecore_exe_queue_step()468 BOOL empty = ECORE_LIST_IS_EMPTY(&o->exe_queue); in ecore_exe_queue_empty()719 rc = ecore_exe_queue_step(pdev, &o->exe_queue, &ramrod_flags); in __ecore_vlan_mac_h_exec_pending()783 ECORE_SPIN_LOCK_BH(&o->exe_queue.lock); in ecore_vlan_mac_h_write_unlock()[all …]
246 d_list_t exe_queue; member357 struct ecore_exe_queue_obj exe_queue; member