Searched refs:total_pending_num (Results 1 – 2 of 2) sorted by relevance
2760 o->total_pending_num += p->mcast_list_len; in ecore_mcast_validate_e2()2773 o->total_pending_num -= p->mcast_list_len; in ecore_mcast_revert_e2()2776 o->total_pending_num -= o->max_cmd_len; in ecore_mcast_revert_e2()2856 o->total_pending_num -= cnt; in ecore_mcast_setup_e2()2859 ECORE_DBG_BREAK_IF(o->total_pending_num < 0); in ecore_mcast_setup_e2()2879 if (!o->total_pending_num) in ecore_mcast_setup_e2()3063 o->total_pending_num, p->mcast_list_len, o->max_cmd_len); in ecore_config_mcast()3069 ((o->max_cmd_len > 0) && (o->total_pending_num > o->max_cmd_len))) { in ecore_config_mcast()
997 int total_pending_num; member