Searched refs:sec_offset (Results 1 – 4 of 4) sorted by relevance
824 u8 sec_offset; in mwifiex_get_sec_chan_offset() local839 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in mwifiex_get_sec_chan_offset()853 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in mwifiex_get_sec_chan_offset()857 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_NONE; in mwifiex_get_sec_chan_offset()861 return sec_offset; in mwifiex_get_sec_chan_offset()
300 unsigned int cluster, sec_offset; in exfat_get_block() local325 sec_offset = iblock & (sbi->sect_per_clus - 1); in exfat_get_block()327 phys = exfat_cluster_to_sector(sbi, cluster) + sec_offset; in exfat_get_block()328 mapped_blocks = sbi->sect_per_clus - sec_offset; in exfat_get_block()
383 size_t sec_offset; member1106 map->sec_offset = vsi->offset; in bpf_object__init_struct_ops_maps()1515 map->sec_offset = 0; in bpf_object__init_internal_map()1979 map->sec_offset = sym->st_value; in bpf_object__init_user_maps()2466 map->sec_offset = vi->offset; in bpf_object__init_user_btf_map()3943 map->sec_offset != sym->st_value) in bpf_program__record_reloc()3947 map->sec_offset, insn_idx); in bpf_program__record_reloc()3974 map->sec_offset, insn_idx); in bpf_program__record_reloc()8496 if (map->sec_offset <= offset && in find_struct_ops_map_by_offset()8545 moff = rel->r_offset - map->sec_offset; in bpf_object__collect_st_ops_relos()[all …]
142 u32 sec_offset:3; /* 18:16 Secondary Input Starting Offset */ member
Completed in 31 milliseconds