Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h252 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ macro
335 for (pos = ECORE_LIST_FIRST_ENTRY(_list, cast, _link); \
341 for (pos = ECORE_LIST_FIRST_ENTRY(_list, cast, _lint), \
H A Decore_sp.c135 elem = ECORE_LIST_FIRST_ENTRY(&o->pending_comp, in __ecore_exe_queue_reset_pending()
191 elem = ECORE_LIST_FIRST_ENTRY(&o->exe_queue, in ecore_exe_queue_step()
1021 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head, struct in ecore_vlan_mac_restore()