Lines Matching refs:ccsindex

518 	int ccsindex;  in dl_startup_params()  local
538 if ((ccsindex = get_free_ccs(local)) < 0) in dl_startup_params()
540 local->dl_param_ccs = ccsindex; in dl_startup_params()
541 pccs = ccs_base(local) + ccsindex; in dl_startup_params()
546 if (interrupt_ecf(local, ccsindex)) { in dl_startup_params()
672 int ccsindex; in start_net() local
679 if ((ccsindex = get_free_ccs(local)) < 0) in start_net()
681 pccs = ccs_base(local) + ccsindex; in start_net()
685 if (interrupt_ecf(local, ccsindex)) { in start_net()
700 int ccsindex; in join_net() local
708 if ((ccsindex = get_free_ccs(local)) < 0) in join_net()
710 pccs = ccs_base(local) + ccsindex; in join_net()
715 if (interrupt_ecf(local, ccsindex)) { in join_net()
866 int ccsindex; in ray_hw_xmit() local
877 switch (ccsindex = get_free_tx_ccs(local)) { in ray_hw_xmit()
890 addr = TX_BUF_BASE + (ccsindex << 11); in ray_hw_xmit()
909 pccs = ccs_base(local) + ccsindex; in ray_hw_xmit()
924 if (interrupt_ecf(local, ccsindex)) { in ray_hw_xmit()
1707 int ccsindex; in ray_update_parm() local
1716 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_parm()
1720 pccs = ccs_base(local) + ccsindex; in ray_update_parm()
1729 if (interrupt_ecf(local, ccsindex)) { in ray_update_parm()
1738 int ccsindex; in ray_update_multi_list() local
1749 if ((ccsindex = get_free_ccs(local)) < 0) { in ray_update_multi_list()
1753 pccs = ccs_base(local) + ccsindex; in ray_update_multi_list()
1778 if (interrupt_ecf(local, ccsindex)) { in ray_update_multi_list()
2469 int ccsindex; in associate() local
2475 if ((ccsindex = get_free_ccs(local)) < 0) { in associate()
2481 pccs = ccs_base(local) + ccsindex; in associate()
2485 if (interrupt_ecf(local, ccsindex)) { in associate()
2659 int ccsindex; in build_auth_frame() local
2662 if ((ccsindex = get_free_tx_ccs(local)) < 0) { in build_auth_frame()
2667 pccs = ccs_base(local) + ccsindex; in build_auth_frame()
2670 addr = TX_BUF_BASE + (ccsindex << 11); in build_auth_frame()
2694 if (interrupt_ecf(local, ccsindex)) { in build_auth_frame()