Searched refs:ECORE_LIST_PUSH_TAIL (Results 1 – 2 of 2) sorted by relevance
115 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()
274 #define ECORE_LIST_PUSH_TAIL(_elem, _list) \ macro