Searched refs:pending_cmds_head (Results 1 – 2 of 2) sorted by relevance
3008 ECORE_LIST_PUSH_TAIL(&new_cmd->link, &o->pending_cmds_head); in ecore_mcast_enqueue_cmd()3258 &o->pending_cmds_head, link, struct ecore_pending_mcast_cmd) { in ecore_mcast_handle_pending_cmds_e2()3283 &o->pending_cmds_head); in ecore_mcast_handle_pending_cmds_e2()3501 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_setup_e2()3860 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_handle_pending_cmds_e1()3864 cmd_pos = ECORE_LIST_FIRST_ENTRY(&o->pending_cmds_head, in ecore_mcast_handle_pending_cmds_e1()3895 ECORE_LIST_REMOVE_ENTRY(&cmd_pos->link, &o->pending_cmds_head); in ecore_mcast_handle_pending_cmds_e1()4002 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_setup_e1()4199 ECORE_LIST_INIT(&mcast_obj->pending_cmds_head); in ecore_init_mcast_obj()
620 d_list_t pending_cmds_head; member