Searched refs:pending_cmds_head (Results 1 – 2 of 2) sorted by relevance
2928 ECORE_LIST_PUSH_TAIL(&new_cmd->link, &o->pending_cmds_head); in ecore_mcast_enqueue_cmd()3178 &o->pending_cmds_head, link, struct ecore_pending_mcast_cmd) { in ecore_mcast_handle_pending_cmds_e2()3203 &o->pending_cmds_head); in ecore_mcast_handle_pending_cmds_e2()3421 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_setup_e2()3780 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_handle_pending_cmds_e1()3784 cmd_pos = ECORE_LIST_FIRST_ENTRY(&o->pending_cmds_head, in ecore_mcast_handle_pending_cmds_e1()3815 ECORE_LIST_REMOVE_ENTRY(&cmd_pos->link, &o->pending_cmds_head); in ecore_mcast_handle_pending_cmds_e1()3922 if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head)) in ecore_mcast_setup_e1()4104 ECORE_LIST_INIT(&mcast_obj->pending_cmds_head); in ecore_init_mcast_obj()
1029 ecore_list_t pending_cmds_head; member