Lines Matching refs:ccsindex
524 int ccsindex; in dl_startup_params() local
544 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() local
685 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
714 if ((ccsindex = get_free_ccs(local)) < 0) in join_net()
716 pccs = ccs_base(local) + ccsindex; in join_net()
721 if (interrupt_ecf(local, ccsindex)) { in join_net()
872 int ccsindex; in ray_hw_xmit() local
883 switch (ccsindex = get_free_tx_ccs(local)) { in ray_hw_xmit()
896 addr = TX_BUF_BASE + (ccsindex << 11); in ray_hw_xmit()
915 pccs = ccs_base(local) + ccsindex; in ray_hw_xmit()
930 if (interrupt_ecf(local, ccsindex)) { in ray_hw_xmit()
1713 int ccsindex; in ray_update_parm() local
1722 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_parm()
1726 pccs = ccs_base(local) + ccsindex; in ray_update_parm()
1735 if (interrupt_ecf(local, ccsindex)) { in ray_update_parm()
1744 int ccsindex; in ray_update_multi_list() local
1755 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_multi_list()
1759 pccs = ccs_base(local) + ccsindex; in ray_update_multi_list()
1784 if (interrupt_ecf(local, ccsindex)) { in ray_update_multi_list()
2475 int ccsindex; in associate() local
2481 if ((ccsindex = get_free_ccs(local)) < 0) { in associate()
2487 pccs = ccs_base(local) + ccsindex; in associate()
2491 if (interrupt_ecf(local, ccsindex)) { in associate()
2665 int ccsindex; in build_auth_frame() local
2668 if ((ccsindex = get_free_tx_ccs(local)) < 0) { in build_auth_frame()
2673 pccs = ccs_base(local) + ccsindex; in build_auth_frame()
2676 addr = TX_BUF_BASE + (ccsindex << 11); in build_auth_frame()
2700 if (interrupt_ecf(local, ccsindex)) { in build_auth_frame()