Searched refs:ECORE_LIST_IS_EMPTY (Results 1 – 2 of 2) sorted by relevance
134 while (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) { in __ecore_exe_queue_reset_pending()177 if (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) { in ecore_exe_queue_step()190 while (!ECORE_LIST_IS_EMPTY(&o->exe_queue)) { in ecore_exe_queue_step()231 int empty = ECORE_LIST_IS_EMPTY(&o->exe_queue); in ecore_exe_queue_empty()236 return empty && ECORE_LIST_IS_EMPTY(&o->pending_comp); in ecore_exe_queue_empty()1014 if (ECORE_LIST_IS_EMPTY(&o->head)) { in ecore_vlan_mac_restore()2531 if (ECORE_LIST_IS_EMPTY(&cmd_pos->data.macs_head)) in ecore_mcast_hdl_pending_add_e2()2841 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_setup_e2()
248 #define ECORE_LIST_IS_EMPTY(_list) \ macro