Home
last modified time | relevance | path

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

/titanic_44/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()
3713 if (p->mcast_list_len > o->max_cmd_len) { in ecore_mcast_validate_e1()
3715 o->max_cmd_len); in ecore_mcast_validate_e1()
3737 o->total_pending_num += o->max_cmd_len; in ecore_mcast_validate_e1()
3755 o->total_pending_num -= o->max_cmd_len; in ecore_mcast_revert_e1()
3993 for (i = 0; i < o->max_cmd_len ; i++) in ecore_mcast_setup_e1()
[all …]
H A Decore_sp_verbs.h626 int max_cmd_len; member