Searched refs:ccsindex (Results 1 – 1 of 1) sorted by relevance
530 int ccsindex; in dl_startup_params() local550 if ((ccsindex = get_free_ccs(local)) < 0) in dl_startup_params()552 local->dl_param_ccs = ccsindex; in dl_startup_params()553 pccs = ccs_base(local) + ccsindex; in dl_startup_params()558 if (interrupt_ecf(local, ccsindex)) { in dl_startup_params()684 int ccsindex; in start_net() local691 if ((ccsindex = get_free_ccs(local)) < 0) in start_net()693 pccs = ccs_base(local) + ccsindex; in start_net()697 if (interrupt_ecf(local, ccsindex)) { in start_net()712 int ccsindex; in join_net() local[all …]