• Home
  • Raw
  • Download

Lines Matching refs:b5

534 		memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5,  in dl_startup_params()
603 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms, in init_startup_params()
606 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
607 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()
608 local->sparm.b5.a_beacon_period[0] = in init_startup_params()
610 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff; in init_startup_params()
612 local->sparm.b5.a_power_mgt_state = 1; in init_startup_params()
613 local->sparm.b5.a_curr_country_code = country; in init_startup_params()
614 local->sparm.b5.a_hop_pattern_length = in init_startup_params()
1039 local->sparm.b5.a_hop_pattern = wrqu->freq.m; in ray_set_freq()
1053 wrqu->freq.m = local->sparm.b5.a_hop_pattern; in ray_get_freq()
1081 memset(local->sparm.b5.a_current_ess_id, 0, IW_ESSID_MAX_SIZE); in ray_set_essid()
1082 memcpy(local->sparm.b5.a_current_ess_id, extra, wrqu->essid.length); in ray_set_essid()
1098 memcpy(extra, local->sparm.b5.a_current_ess_id, IW_ESSID_MAX_SIZE); in ray_get_essid()
1099 memcpy(tmp, local->sparm.b5.a_current_ess_id, IW_ESSID_MAX_SIZE); in ray_get_essid()
1190 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF; in ray_set_rts()
1191 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF; in ray_set_rts()
1205 wrqu->rts.value = (local->sparm.b5.a_rts_threshold[0] << 8) in ray_get_rts()
1206 + local->sparm.b5.a_rts_threshold[1]; in ray_get_rts()
1234 local->sparm.b5.a_frag_threshold[0] = (fthr >> 8) & 0xFF; in ray_set_frag()
1235 local->sparm.b5.a_frag_threshold[1] = fthr & 0xFF; in ray_set_frag()
1249 wrqu->frag.value = (local->sparm.b5.a_frag_threshold[0] << 8) in ray_get_frag()
1250 + local->sparm.b5.a_frag_threshold[1]; in ray_get_frag()
1277 local->sparm.b5.a_network_type = card_mode; in ray_set_mode()
1295 if (local->sparm.b5.a_network_type) in ray_get_mode()
1393 && (local->sparm.b5.a_network_type == 0)) { in ray_get_wireless_stats()
1794 if (local->sparm.b5.a_promiscuous_mode == 0) { in set_multicast_list()
1796 local->sparm.b5.a_promiscuous_mode = 1; in set_multicast_list()
1802 if (local->sparm.b5.a_promiscuous_mode == 1) { in set_multicast_list()
1804 local->sparm.b5.a_promiscuous_mode = 0; in set_multicast_list()
2581 c[i] = local->sparm.b5.a_current_ess_id[i]; in ray_cs_proc_show()
2584 nettype[local->sparm.b5.a_network_type], c); in ray_cs_proc_show()
2590 local->sparm.b5.a_curr_country_code); in ray_cs_proc_show()