Searched refs:ccsindex (Results 1 – 1 of 1) sorted by relevance
518 int ccsindex; in dl_startup_params() local538 if ((ccsindex = get_free_ccs(local)) < 0) in dl_startup_params()540 local->dl_param_ccs = ccsindex; in dl_startup_params()541 pccs = ccs_base(local) + ccsindex; in dl_startup_params()546 if (interrupt_ecf(local, ccsindex)) { in dl_startup_params()672 int ccsindex; in start_net() local679 if ((ccsindex = get_free_ccs(local)) < 0) in start_net()681 pccs = ccs_base(local) + ccsindex; in start_net()685 if (interrupt_ecf(local, ccsindex)) { in start_net()700 int ccsindex; in join_net() local[all …]