Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c115 ECORE_LIST_PUSH_TAIL(&elem->link, &o->exe_queue); in ecore_exe_queue_add()
201 ECORE_LIST_PUSH_TAIL(&spacer.link, &o->pending_comp); in ecore_exe_queue_step()
204 ECORE_LIST_PUSH_TAIL(&elem->link, &o->pending_comp); in ecore_exe_queue_step()
2313 ECORE_LIST_PUSH_TAIL(&cur_mac->link, in ecore_mcast_enqueue_cmd()
2335 ECORE_LIST_PUSH_TAIL(&new_cmd->link, &o->pending_cmds_head); in ecore_mcast_enqueue_cmd()
H A Decore_sp.h274 #define ECORE_LIST_PUSH_TAIL(_elem, _list) \ macro