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()
1711 int ccsindex; in ray_update_parm() local
1720 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_parm()
1724 pccs = ccs_base(local) + ccsindex; in ray_update_parm()
1733 if (interrupt_ecf(local, ccsindex)) { in ray_update_parm()
1742 int ccsindex; in ray_update_multi_list() local
1753 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_multi_list()
1757 pccs = ccs_base(local) + ccsindex; in ray_update_multi_list()
1782 if (interrupt_ecf(local, ccsindex)) { in ray_update_multi_list()
2471 int ccsindex; in associate() local
2477 if ((ccsindex = get_free_ccs(local)) < 0) { in associate()
2483 pccs = ccs_base(local) + ccsindex; in associate()
2487 if (interrupt_ecf(local, ccsindex)) { in associate()
2661 int ccsindex; in build_auth_frame() local
2664 if ((ccsindex = get_free_tx_ccs(local)) < 0) { in build_auth_frame()
2669 pccs = ccs_base(local) + ccsindex; in build_auth_frame()
2672 addr = TX_BUF_BASE + (ccsindex << 11); in build_auth_frame()
2696 if (interrupt_ecf(local, ccsindex)) { in build_auth_frame()