Home
last modified time | relevance | path

Searched refs:max_cmd_len (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2486 if (cnt >= o->max_cmd_len) in ecore_mcast_handle_restore_cmd_e2()
2524 if (cnt >= o->max_cmd_len) in ecore_mcast_hdl_pending_add_e2()
2555 if (cnt >= o->max_cmd_len) in ecore_mcast_hdl_pending_del_e2()
2623 if (cnt >= o->max_cmd_len) in ecore_mcast_handle_pending_cmds_e2()
2776 o->total_pending_num -= o->max_cmd_len; in ecore_mcast_revert_e2()
2860 ECORE_DBG_BREAK_IF(cnt > o->max_cmd_len); 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()
3160 mcast_obj->max_cmd_len = -1; in ecore_init_mcast_obj()
3174 mcast_obj->max_cmd_len = 16; in ecore_init_mcast_obj()
H A Decore_sp.h992 int max_cmd_len; member