Searched refs:ECORE_LIST_FIRST_ENTRY (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 252 #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 D | ecore_sp.c | 135 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()
|