Searched refs:total_pending_num (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.c3343 o->total_pending_num += p->mcast_list_len;
3355 o->total_pending_num -= p->mcast_list_len;
3438 o->total_pending_num -= cnt;
3441 ECORE_DBG_BREAK_IF(o->total_pending_num < 0);
3461 if (!o->total_pending_num)
3659 o->total_pending_num += o->max_cmd_len;
3677 o->total_pending_num -= o->max_cmd_len;
3934 o->total_pending_num -= o->max_cmd_len;
4025 ECORE_MSG(sc, "o->total_pending_num=%d p->mcast_list_len=%d o->max_cmd_len=%d\n",
4026 o->total_pending_num,
[all...]
H A Decore_sp.h1039 int total_pending_num; member in struct:ecore_mcast_obj

Completed in 116 milliseconds