Home
last modified time | relevance | path

Searched refs:mcast_list_len (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c2949 p->mcast_list_len : 0); in ecore_mcast_enqueue_cmd()
2952 if (!p->mcast_list_len) in ecore_mcast_enqueue_cmd()
2994 new_cmd->data.macs_num = p->mcast_list_len; in ecore_mcast_enqueue_cmd()
3323 for (i = 0; i < p->mcast_list_len; i++) { in ecore_mcast_hdl_del()
3329 p->mcast_list_len - i - 1); in ecore_mcast_hdl_del()
3355 ECORE_MSG(pdev, "p->mcast_list_len=%d\n", p->mcast_list_len); in ecore_mcast_handle_current_cmd()
3376 p->mcast_list_len = 0; in ecore_mcast_handle_current_cmd()
3403 p->mcast_list_len = reg_sz; in ecore_mcast_validate_e2()
3412 o->set_registry_size(o, reg_sz + p->mcast_list_len); in ecore_mcast_validate_e2()
3421 o->total_pending_num += p->mcast_list_len; in ecore_mcast_validate_e2()
[all …]
H A Decore_sp_verbs.h587 int mcast_list_len; member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2273 p->mcast_list_len = mc_count; in _init_mcast_macs_list()
2375 rparam.mcast_list_len = d_list_entry_cnt(mc_addrs); in lm_set_mc_list()