Searched refs:pending_cmds_head (Results 1 – 2 of 2) sorted by relevance
2756 ECORE_LIST_PUSH_TAIL(&new_cmd->link, &o->pending_cmds_head); in ecore_mcast_enqueue_cmd()3006 &o->pending_cmds_head, link, struct ecore_pending_mcast_cmd) { in ecore_mcast_handle_pending_cmds_e2()3031 &o->pending_cmds_head); in ecore_mcast_handle_pending_cmds_e2()3249 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_setup_e2()3608 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_handle_pending_cmds_e1()3612 cmd_pos = ECORE_LIST_FIRST_ENTRY(&o->pending_cmds_head, in ecore_mcast_handle_pending_cmds_e1()3643 ECORE_LIST_REMOVE_ENTRY(&cmd_pos->link, &o->pending_cmds_head); in ecore_mcast_handle_pending_cmds_e1()3750 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_setup_e1()3932 ECORE_LIST_INIT(&mcast_obj->pending_cmds_head); in ecore_init_mcast_obj()
1015 ecore_list_t pending_cmds_head; member