Searched refs:ccsindex (Results 1 – 1 of 1) sorted by relevance
524 int ccsindex; in dl_startup_params() local544 if ((ccsindex = get_free_ccs(local)) < 0) in dl_startup_params()546 local->dl_param_ccs = ccsindex; in dl_startup_params()547 pccs = ccs_base(local) + ccsindex; in dl_startup_params()552 if (interrupt_ecf(local, ccsindex)) { in dl_startup_params()678 int ccsindex; in start_net() local685 if ((ccsindex = get_free_ccs(local)) < 0) in start_net()687 pccs = ccs_base(local) + ccsindex; in start_net()691 if (interrupt_ecf(local, ccsindex)) { in start_net()706 int ccsindex; in join_net() local[all …]