Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c41 ECORE_LIST_INIT(&o->exe_queue); in ecore_exe_queue_init()
42 ECORE_LIST_INIT(&o->pending_comp); in ecore_exe_queue_init()
1865 ECORE_LIST_INIT(&o->head); in ecore_init_vlan_mac_common()
2297 ECORE_LIST_INIT(&new_cmd->data.macs_head); in ecore_mcast_enqueue_cmd()
3144 ECORE_LIST_INIT(&mcast_obj->pending_cmds_head); in ecore_init_mcast_obj()
H A Decore_sp.h236 #define ECORE_LIST_INIT(_list) \ macro