Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c3255 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_handle_pending_cmds_e2()
3352 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_handle_current_cmd()
3385 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_validate_e2()
3430 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_revert_e2()
3447 struct ecore_raw_obj *r = &p->mcast_obj->raw; in ecore_mcast_set_rdata_hdr_e2()
3489 struct ecore_raw_obj *raw = &p->mcast_obj->raw; in ecore_mcast_setup_e2()
3490 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_setup_e2()
3638 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_setup_e1h()
3691 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_validate_e1()
3746 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_revert_e1()
[all …]
H A Decore_sp_verbs.h573 struct ecore_mcast_obj *mcast_obj; member
1515 struct ecore_mcast_obj *mcast_obj,
/titanic_41/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()
/titanic_41/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