Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2338 DbgBreakIf(pdev->slowpath_info.set_mcast_cookie[lm_cli_idx] != NULL); in lm_set_mc()
2339 pdev->slowpath_info.set_mcast_cookie[lm_cli_idx] = cookie; in lm_set_mc()
2345 pdev->slowpath_info.set_mcast_cookie[lm_cli_idx] = NULL; in lm_set_mc()
2381 DbgBreakIf(pdev->slowpath_info.set_mcast_cookie[lm_cli_idx] != NULL); in lm_set_mc_list()
2382 pdev->slowpath_info.set_mcast_cookie[lm_cli_idx] = cookie; in lm_set_mc_list()
2391 pdev->slowpath_info.set_mcast_cookie[lm_cli_idx] = NULL; in lm_set_mc_list()
2876 if (pdev->slowpath_info.set_mcast_cookie[lm_cli_idx]) in lm_eq_handle_mcast_eqe()
2878 cookie = (void *)pdev->slowpath_info.set_mcast_cookie[lm_cli_idx]; in lm_eq_handle_mcast_eqe()
2879 pdev->slowpath_info.set_mcast_cookie[lm_cli_idx] = NULL; in lm_eq_handle_mcast_eqe()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2995 volatile void * set_mcast_cookie[LM_CLI_IDX_MAX]; member