Searched refs:set_mcast_cookie (Results 1 – 2 of 2) sorted by relevance
2338 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()
2995 volatile void * set_mcast_cookie[LM_CLI_IDX_MAX]; member