Lines Matching refs:ccsindex

526 	int ccsindex;  in dl_startup_params()  local
546 if ((ccsindex = get_free_ccs(local)) < 0) in dl_startup_params()
548 local->dl_param_ccs = ccsindex; in dl_startup_params()
549 pccs = ccs_base(local) + ccsindex; in dl_startup_params()
554 if (interrupt_ecf(local, ccsindex)) { in dl_startup_params()
680 int ccsindex; in start_net() local
687 if ((ccsindex = get_free_ccs(local)) < 0) in start_net()
689 pccs = ccs_base(local) + ccsindex; in start_net()
693 if (interrupt_ecf(local, ccsindex)) { in start_net()
708 int ccsindex; in join_net() local
716 if ((ccsindex = get_free_ccs(local)) < 0) in join_net()
718 pccs = ccs_base(local) + ccsindex; in join_net()
723 if (interrupt_ecf(local, ccsindex)) { in join_net()
877 int ccsindex; in ray_hw_xmit() local
888 switch (ccsindex = get_free_tx_ccs(local)) { in ray_hw_xmit()
901 addr = TX_BUF_BASE + (ccsindex << 11); in ray_hw_xmit()
920 pccs = ccs_base(local) + ccsindex; in ray_hw_xmit()
935 if (interrupt_ecf(local, ccsindex)) { in ray_hw_xmit()
1716 int ccsindex; in ray_update_parm() local
1725 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_parm()
1729 pccs = ccs_base(local) + ccsindex; in ray_update_parm()
1738 if (interrupt_ecf(local, ccsindex)) { in ray_update_parm()
1747 int ccsindex; in ray_update_multi_list() local
1758 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_multi_list()
1762 pccs = ccs_base(local) + ccsindex; in ray_update_multi_list()
1787 if (interrupt_ecf(local, ccsindex)) { in ray_update_multi_list()
2476 int ccsindex; in associate() local
2482 if ((ccsindex = get_free_ccs(local)) < 0) { in associate()
2488 pccs = ccs_base(local) + ccsindex; in associate()
2492 if (interrupt_ecf(local, ccsindex)) { in associate()
2666 int ccsindex; in build_auth_frame() local
2669 if ((ccsindex = get_free_tx_ccs(local)) < 0) { in build_auth_frame()
2674 pccs = ccs_base(local) + ccsindex; in build_auth_frame()
2677 addr = TX_BUF_BASE + (ccsindex << 11); in build_auth_frame()
2701 if (interrupt_ecf(local, ccsindex)) { in build_auth_frame()