Lines Matching refs:ccsindex
533 int ccsindex; in dl_startup_params() local
553 if ((ccsindex = get_free_ccs(local)) < 0) in dl_startup_params()
555 local->dl_param_ccs = ccsindex; in dl_startup_params()
556 pccs = ccs_base(local) + ccsindex; in dl_startup_params()
561 if (interrupt_ecf(local, ccsindex)) { in dl_startup_params()
688 int ccsindex; in start_net() local
695 if ((ccsindex = get_free_ccs(local)) < 0) in start_net()
697 pccs = ccs_base(local) + ccsindex; in start_net()
701 if (interrupt_ecf(local, ccsindex)) { in start_net()
716 int ccsindex; in join_net() local
724 if ((ccsindex = get_free_ccs(local)) < 0) in join_net()
726 pccs = ccs_base(local) + ccsindex; in join_net()
731 if (interrupt_ecf(local, ccsindex)) { in join_net()
882 int ccsindex; in ray_hw_xmit() local
893 switch (ccsindex = get_free_tx_ccs(local)) { in ray_hw_xmit()
904 addr = TX_BUF_BASE + (ccsindex << 11); in ray_hw_xmit()
923 pccs = ccs_base(local) + ccsindex; in ray_hw_xmit()
938 if (interrupt_ecf(local, ccsindex)) { in ray_hw_xmit()
1721 int ccsindex; in ray_update_parm() local
1730 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_parm()
1734 pccs = ccs_base(local) + ccsindex; in ray_update_parm()
1743 if (interrupt_ecf(local, ccsindex)) { in ray_update_parm()
1752 int ccsindex; in ray_update_multi_list() local
1763 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_multi_list()
1767 pccs = ccs_base(local) + ccsindex; in ray_update_multi_list()
1792 if (interrupt_ecf(local, ccsindex)) { in ray_update_multi_list()
2485 int ccsindex; in associate() local
2491 if ((ccsindex = get_free_ccs(local)) < 0) { in associate()
2497 pccs = ccs_base(local) + ccsindex; in associate()
2501 if (interrupt_ecf(local, ccsindex)) { in associate()
2689 int ccsindex; in build_auth_frame() local
2692 if ((ccsindex = get_free_tx_ccs(local)) < 0) { in build_auth_frame()
2697 pccs = ccs_base(local) + ccsindex; in build_auth_frame()
2700 addr = TX_BUF_BASE + (ccsindex << 11); in build_auth_frame()
2724 if (interrupt_ecf(local, ccsindex)) { in build_auth_frame()