Searched refs:ccsindex (Results 1 – 1 of 1) sorted by relevance
533 int ccsindex; in dl_startup_params() local553 if ((ccsindex = get_free_ccs(local)) < 0) in dl_startup_params()555 local->dl_param_ccs = ccsindex; in dl_startup_params()556 pccs = ccs_base(local) + ccsindex; in dl_startup_params()561 if (interrupt_ecf(local, ccsindex)) { in dl_startup_params()688 int ccsindex; in start_net() local695 if ((ccsindex = get_free_ccs(local)) < 0) in start_net()697 pccs = ccs_base(local) + ccsindex; in start_net()701 if (interrupt_ecf(local, ccsindex)) { in start_net()716 int ccsindex; in join_net() local[all …]