Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c134 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()
H A Decore_sp.h248 #define ECORE_LIST_IS_EMPTY(_list) \ macro