/freebsd/contrib/wpa/src/common/ |
H A D | hw_features_common.c | 384 static void punct_update_legacy_bw_80(u8 bitmap, u8 pri_chan, u8 *seg0) in punct_update_legacy_bw_80() argument 386 u8 first_chan = *seg0 - 6, sec_chan; in punct_update_legacy_bw_80() 390 *seg0 = 0; in punct_update_legacy_bw_80() 398 if (pri_chan < *seg0) in punct_update_legacy_bw_80() 399 *seg0 -= 4; in punct_update_legacy_bw_80() 401 *seg0 += 4; in punct_update_legacy_bw_80() 405 if (pri_chan < *seg0) in punct_update_legacy_bw_80() 411 *seg0 = 0; in punct_update_legacy_bw_80() 416 enum oper_chan_width *width, u8 *seg0) in punct_update_legacy_bw_160() argument 418 if (pri < *seg0) { in punct_update_legacy_bw_160() [all …]
|
H A D | hw_features_common.h | 39 enum oper_chan_width *width, u8 *seg0, u8 *seg1);
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_he.c | 225 u8 seg0 = hapd->iconf->he_oper_centr_freq_seg0_idx; in hostapd_eid_he_operation() local 234 &oper_chwidth, &seg0, &seg1); in hostapd_eid_he_operation() 238 if (!seg0) in hostapd_eid_he_operation() 239 seg0 = hapd->iconf->channel; in hostapd_eid_he_operation() 258 control = center_idx_to_bw_6ghz(seg0); in hostapd_eid_he_operation() 272 seg1 = seg0; in hostapd_eid_he_operation() 273 if (hapd->iconf->channel < seg0) in hostapd_eid_he_operation() 274 seg0 -= 8; in hostapd_eid_he_operation() 276 seg0 += 8; in hostapd_eid_he_operation() 279 *pos++ = seg0; in hostapd_eid_he_operation()
|
H A D | ieee802_11_eht.c | 205 u8 *pos = eid, seg0 = 0, seg1 = 0; in hostapd_eid_eht_operation() local 248 seg0 = hostapd_get_oper_centr_freq_seg0_idx(conf); in hostapd_eid_eht_operation() 253 seg1 = seg0; in hostapd_eid_eht_operation() 254 if (hapd->iconf->channel < seg0) in hostapd_eid_eht_operation() 255 seg0 -= 16; in hostapd_eid_eht_operation() 257 seg0 += 16; in hostapd_eid_eht_operation() 261 seg1 = seg0; in hostapd_eid_eht_operation() 262 if (hapd->iconf->channel < seg0) in hostapd_eid_eht_operation() 263 seg0 -= 8; in hostapd_eid_eht_operation() 265 seg0 += 8; in hostapd_eid_eht_operation() [all …]
|
H A D | ieee802_11_vht.c | 81 u8 seg0 = hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation() local 100 &oper_chwidth, &seg0, &seg1); in hostapd_eid_vht_operation() 109 oper->vht_op_info_chan_center_freq_seg0_idx = seg0; in hostapd_eid_vht_operation()
|
H A D | ap_config.h | 1348 u8 seg0 = hostapd_get_oper_centr_freq_seg0_idx(conf); in hostapd_set_and_check_bw320_offset() local 1350 conf->eht_bw320_offset = (seg0 - 31) % 64 ? 2 : 1; in hostapd_set_and_check_bw320_offset()
|
H A D | hostapd.c | 4250 u8 seg0 = 0, seg1 = 0; in hostapd_change_config_freq() local 4328 ieee80211_freq_to_chan(params->center_freq1, &seg0) == in hostapd_change_config_freq() 4335 hostapd_set_oper_centr_freq_seg0_idx(conf, seg0); in hostapd_change_config_freq()
|
/freebsd/sys/powerpc/ps3/ |
H A D | mmu_ps3.c | 128 register_t seg0; in mps3_cpu_bootstrap() local 147 __asm __volatile ("slbmfee %0,%1; slbie %0;" : "=r"(seg0) : "r"(0)); in mps3_cpu_bootstrap()
|
/freebsd/tools/bus_space/ |
H A D | busdma.c | 272 struct obj *seg, *seg0; in bd_md_del_segs() local 274 for (seg = md->u.md.seg[type]; seg != NULL; seg = seg0) { in bd_md_del_segs() 277 seg0 = seg->u.seg.next; in bd_md_del_segs()
|
/freebsd/sys/powerpc/pseries/ |
H A D | mmu_phyp.c | 277 register_t seg0; in mphyp_cpu_bootstrap() local 285 __asm __volatile ("slbmfee %0,%1; slbie %0;" : "=r"(seg0) : "r"(0)); in mphyp_cpu_bootstrap()
|
/freebsd/sys/powerpc/aim/ |
H A D | moea64_native.c | 506 register_t seg0; in moea64_cpu_bootstrap_native() local 527 __asm __volatile ("slbmfee %0,%1; slbie %0;" : "=r"(seg0) : in moea64_cpu_bootstrap_native()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | rrm.c | 719 u8 seg0, seg1; in wpas_get_op_chan_phy() local 741 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx; in wpas_get_op_chan_phy() 743 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy()
|
H A D | scan.c | 2987 u8 seg0 = ie[3]; in wpas_get_est_tpt() local 2993 (cw == 3 && (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt() 2996 ((seg1 > 0 && abs(seg1 - seg0) == 8) || in wpas_get_est_tpt() 2997 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
|
H A D | wpa_supplicant.c | 3067 int chwidth, seg0, seg1; in ibss_mesh_select_80_160mhz() local 3077 seg0 = freq->channel + 2 * freq->sec_channel_offset; in ibss_mesh_select_80_160mhz() 3080 seg0 = 0; in ibss_mesh_select_80_160mhz() 3104 seg0 = channel + 6; in ibss_mesh_select_80_160mhz() 3118 seg0 = channel + 14; in ibss_mesh_select_80_160mhz() 3162 seg0 = 50; in ibss_mesh_select_80_160mhz() 3166 seg0 = 114; in ibss_mesh_select_80_160mhz() 3177 chwidth, seg0, seg1, vht_caps, in ibss_mesh_select_80_160mhz()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 2901 const Elf_Phdr *phdr, *phlimit, *phdyn, *seg0, *segn; in load_kpreload() local 2912 seg0 = segn = NULL; in load_kpreload() 2924 if (seg0 == NULL || seg0->p_vaddr > phdr->p_vaddr) in load_kpreload() 2925 seg0 = phdr; in load_kpreload() 2955 obj->path, obj->mapbase, obj->phdr, seg0, in load_kpreload() 2956 obj->relocbase + seg0->p_vaddr, obj->dynamic); in load_kpreload()
|