Lines Matching refs:ccsindex
530 int ccsindex; in dl_startup_params() local
550 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() local
691 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
720 if ((ccsindex = get_free_ccs(local)) < 0) in join_net()
722 pccs = ccs_base(local) + ccsindex; in join_net()
727 if (interrupt_ecf(local, ccsindex)) { in join_net()
878 int ccsindex; in ray_hw_xmit() local
889 switch (ccsindex = get_free_tx_ccs(local)) { in ray_hw_xmit()
900 addr = TX_BUF_BASE + (ccsindex << 11); in ray_hw_xmit()
919 pccs = ccs_base(local) + ccsindex; in ray_hw_xmit()
934 if (interrupt_ecf(local, ccsindex)) { in ray_hw_xmit()
1717 int ccsindex; in ray_update_parm() local
1726 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_parm()
1730 pccs = ccs_base(local) + ccsindex; in ray_update_parm()
1739 if (interrupt_ecf(local, ccsindex)) { in ray_update_parm()
1748 int ccsindex; in ray_update_multi_list() local
1759 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_multi_list()
1763 pccs = ccs_base(local) + ccsindex; in ray_update_multi_list()
1788 if (interrupt_ecf(local, ccsindex)) { in ray_update_multi_list()
2479 int ccsindex; in associate() local
2485 if ((ccsindex = get_free_ccs(local)) < 0) { in associate()
2491 pccs = ccs_base(local) + ccsindex; in associate()
2495 if (interrupt_ecf(local, ccsindex)) { in associate()
2669 int ccsindex; in build_auth_frame() local
2672 if ((ccsindex = get_free_tx_ccs(local)) < 0) { in build_auth_frame()
2677 pccs = ccs_base(local) + ccsindex; in build_auth_frame()
2680 addr = TX_BUF_BASE + (ccsindex << 11); in build_auth_frame()
2704 if (interrupt_ecf(local, ccsindex)) { in build_auth_frame()