Home
last modified time | relevance | path

Searched refs:sec_offset (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
D11n.c812 u8 sec_offset; in mwifiex_get_sec_chan_offset() local
827 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in mwifiex_get_sec_chan_offset()
841 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in mwifiex_get_sec_chan_offset()
845 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_NONE; in mwifiex_get_sec_chan_offset()
849 return sec_offset; in mwifiex_get_sec_chan_offset()
/linux-6.1.9/fs/exfat/
Dinode.c277 unsigned int cluster, sec_offset; in exfat_get_block() local
302 sec_offset = iblock & (sbi->sect_per_clus - 1); in exfat_get_block()
304 phys = exfat_cluster_to_sector(sbi, cluster) + sec_offset; in exfat_get_block()
305 mapped_blocks = sbi->sect_per_clus - sec_offset; in exfat_get_block()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c496 size_t sec_offset; member
1208 map->sec_offset = vsi->offset; in bpf_object__init_struct_ops_maps()
1601 map->sec_offset = 0; in bpf_object__init_internal_map()
1620 map->name, map->sec_idx, map->sec_offset, def->map_flags); in bpf_object__init_internal_map()
2515 map->sec_offset = vi->offset; in bpf_object__init_user_btf_map()
2518 map_name, map->sec_idx, map->sec_offset); in bpf_object__init_user_btf_map()
4059 map->sec_offset != sym->st_value) in bpf_program__record_reloc()
4063 map->sec_offset, insn_idx); in bpf_program__record_reloc()
4090 map->sec_offset, insn_idx); in bpf_program__record_reloc()
8805 if (map->sec_offset <= offset && in find_struct_ops_map_by_offset()
[all …]
/linux-6.1.9/drivers/sbus/char/
Doradax.c142 u32 sec_offset:3; /* 18:16 Secondary Input Starting Offset */ member