Home
last modified time | relevance | path

Searched refs:DEC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Ddebugfs_netdev.c213 IEEE80211_IF_FILE(txpower, vif.bss_conf.txpower, DEC);
214 IEEE80211_IF_FILE(ap_power_level, ap_power_level, DEC);
215 IEEE80211_IF_FILE(user_power_level, user_power_level, DEC);
239 IEEE80211_IF_FILE(aid, vif.bss_conf.aid, DEC);
468 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
584 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
585 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
586 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
587 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
589 u.mesh.mshstats.dropped_frames_congestion, DEC);
[all...]
/kernel/linux/common_modules/newip/tools/
H A Dwireshark_cfg_for_newip.lua34 base (optional) base.DEC,base.HEX或base.OCT,base.DEC_HEX,base.HEX_DEC,base.UNIT_STRING或base.RANGE_STRING。
41 local _ttl = ProtoField.uint8 (nip_proto_name .. ".ttl", "ttl ( 1 Byte)", base.DEC)
42 local _total_len = ProtoField.uint16(nip_proto_name .. ".total_len", "total_len ( 2 Byte)", base.DEC)
43 local _nexthdr = ProtoField.uint8 (nip_proto_name .. ".nexthdr", "nexthdr ( 1 Byte)", base.DEC)
46 local _hdr_len = ProtoField.uint8 (nip_proto_name .. ".hdr_len", "hdr_len ( 1 Byte)", base.DEC)
76 local _pkt_hdr_type = ProtoField.uint8(bitmap1_name .. ".pkt_hdr_type", "pkt_hdr_type ", base.DEC, Payload_type, 0x80) --_bitmap1的8bit
77 local _include_ttl = ProtoField.uint8(bitmap1_name .. ".include_ttl", "include_ttl ", base.DEC, Payload_type, 0x40) --_bitmap1的7bit
78 local _include_total_len = ProtoField.uint8(bitmap1_name .. ".include_total_len", "include_total_len", base.DEC, Payload_type, 0x20) --_bitmap1的6bit
79 local _include_nexthdr = ProtoField.uint8(bitmap1_name .. ".include_nexthdr", "include_nexthdr ", base.DEC, Payload_type, 0x10) --_bitmap1的5bit
80 local _include_reserve1 = ProtoField.uint8(bitmap1_name .. ".include_reserve1", "include_reserve1 ", base.DEC, Payload_typ
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Ddebugfs_netdev.c234 IEEE80211_IF_LINK_FILE(txpower, conf->txpower, DEC);
235 IEEE80211_IF_LINK_FILE(ap_power_level, ap_power_level, DEC);
236 IEEE80211_IF_LINK_FILE(user_power_level, user_power_level, DEC);
260 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC);
493 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
632 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
633 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
634 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
635 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
637 u.mesh.mshstats.dropped_frames_no_route, DEC);
[all...]
/kernel/liteos_a/kernel/extended/container/
H A Dlos_user_container.c49 #define DEC 10 macro
283 base = DEC; in StrToUInt()
286 toupper(*str) : *str) - 'A' + DEC) < base) { in StrToUInt()
300 extent->first = StrToUInt(pos, &pos, DEC); in ParsePosData()
306 extent->lowerFirst = StrToUInt(pos, &pos, DEC); in ParsePosData()
312 extent->count = StrToUInt(pos, &pos, DEC); in ParsePosData()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S226 DEC = 0 define
475 .if \ENC_DEC == DEC
780 .if \ENC_DEC == DEC
1060 .if \ENC_DEC == DEC
1161 .if \ENC_DEC == DEC
1168 .if \ENC_DEC == DEC
1175 .if \ENC_DEC == DEC
1182 .if \ENC_DEC == DEC
1189 .if \ENC_DEC == DEC
1196 .if \ENC_DEC == DEC
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S198 DEC = 0 define
441 .if \ENC_DEC == DEC
748 .if \ENC_DEC == DEC
1028 .if \ENC_DEC == DEC
1129 .if \ENC_DEC == DEC
1136 .if \ENC_DEC == DEC
1143 .if \ENC_DEC == DEC
1150 .if \ENC_DEC == DEC
1157 .if \ENC_DEC == DEC
1164 .if \ENC_DEC == DEC
[all...]

Completed in 7 milliseconds