Home
last modified time | relevance | path

Searched refs:mcast_obj (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c4192 mm_memset(mcast_obj, 0, sizeof(*mcast_obj)); in ecore_init_mcast_obj()
4197 mcast_obj->engine_id = engine_id; in ecore_init_mcast_obj()
4209 mcast_obj->hdl_restore = in ecore_init_mcast_obj()
4222 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
4224 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4241 mcast_obj->max_cmd_len = -1; in ecore_init_mcast_obj()
4246 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
4248 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4253 mcast_obj->hdl_restore = in ecore_init_mcast_obj()
4263 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
[all …]
H A Decore_sp_verbs.h573 struct ecore_mcast_obj *mcast_obj; member
1515 struct ecore_mcast_obj *mcast_obj,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2334 rparam.mcast_obj = &pdev->slowpath_info.mcast_obj[lm_cli_idx]; in lm_set_mc()
2377 rparam.mcast_obj = &pdev->slowpath_info.mcast_obj[lm_cli_idx]; in lm_set_mc_list()
2409 struct ecore_mcast_obj * mcast_obj = &pdev->slowpath_info.mcast_obj[lm_cli_idx]; in lm_wait_set_mc_done() local
2410 ecore_status_t ecore_status = mcast_obj->wait_comp(pdev, mcast_obj); in lm_wait_set_mc_done()
2844 struct ecore_mcast_obj * obj = &pdev->slowpath_info.mcast_obj[lm_cli_idx]; in lm_eq_handle_mcast_eqe()
2856 rparam.mcast_obj = obj; in lm_eq_handle_mcast_eqe()
H A Dlm_resc.c1517 for (lm_cli_idx=0; lm_cli_idx < ARRSIZE(pdev->slowpath_info.mcast_obj); lm_cli_idx++) in lm_init_sp_objs()
1520 &pdev->slowpath_info.mcast_obj[lm_cli_idx], in lm_init_sp_objs()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2994 struct ecore_mcast_obj mcast_obj[LM_CLI_IDX_MAX]; member