Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c3160 if (cnt >= o->max_cmd_len) in ecore_mcast_handle_restore_cmd_e2()
3194 if (cnt >= o->max_cmd_len) in ecore_mcast_hdl_pending_add_e2()
3224 if (cnt >= o->max_cmd_len) in ecore_mcast_hdl_pending_del_e2()
3288 if (cnt >= o->max_cmd_len) in ecore_mcast_handle_pending_cmds_e2()
3520 DbgBreakIf(cnt > o->max_cmd_len); in ecore_mcast_setup_e2()
3715 o->max_cmd_len); in ecore_mcast_validate_e1()
3993 for (i = 0; i < o->max_cmd_len ; i++) in ecore_mcast_setup_e1()
4016 DbgBreakIf(cnt > o->max_cmd_len); in ecore_mcast_setup_e1()
4110 ((o->max_cmd_len > 0) && (o->total_pending_num > o->max_cmd_len))) { in ecore_config_mcast()
4241 mcast_obj->max_cmd_len = -1; in ecore_init_mcast_obj()
[all …]
H A Decore_sp_verbs.h626 int max_cmd_len; member