Home
last modified time | relevance | path

Searched refs:tb (Results 51 – 75 of 631) sorted by relevance

12345678910>>...26

/openbmc/linux/arch/powerpc/kernel/
H A Dwatchdog.c149 u64 tb = get_tb(); in wd_lockup_ipi() local
204 u64 tb, last_reset; in watchdog_smp_panic() local
209 tb = get_tb(); in watchdog_smp_panic()
236 cpu, tb, last_reset, tb_to_ns(tb - last_reset) / 1000000); in watchdog_smp_panic()
348 u64 tb = get_tb(); in watchdog_timer_interrupt() local
350 per_cpu(wd_timer_tb, cpu) = tb; in watchdog_timer_interrupt()
373 u64 tb; in DEFINE_INTERRUPT_HANDLER_NMI() local
383 tb = get_tb(); in DEFINE_INTERRUPT_HANDLER_NMI()
458 u64 tb; in arch_touch_nmi_watchdog() local
463 tb = get_tb(); in arch_touch_nmi_watchdog()
[all …]
/openbmc/linux/net/sched/
H A Dact_mpls.c186 if (!tb[TCA_MPLS_PARMS]) { in tcf_mpls_init()
227 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()
228 tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
235 if (tb[TCA_MPLS_PROTO] || tb[TCA_MPLS_LABEL] || in tcf_mpls_init()
236 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
256 if (!tb[TCA_MPLS_TTL]) { in tcf_mpls_init()
291 p->tcfm_label = tb[TCA_MPLS_LABEL] ? nla_get_u32(tb[TCA_MPLS_LABEL]) : in tcf_mpls_init()
293 p->tcfm_tc = tb[TCA_MPLS_TC] ? nla_get_u8(tb[TCA_MPLS_TC]) : in tcf_mpls_init()
295 p->tcfm_ttl = tb[TCA_MPLS_TTL] ? nla_get_u8(tb[TCA_MPLS_TTL]) : in tcf_mpls_init()
297 p->tcfm_bos = tb[TCA_MPLS_BOS] ? nla_get_u8(tb[TCA_MPLS_BOS]) : in tcf_mpls_init()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.h33 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value);
34 int trace_log_counter(struct trace_buffer *tb, u64 value);
35 int trace_log_string(struct trace_buffer *tb, char *str);
36 int trace_log_indent(struct trace_buffer *tb);
37 int trace_log_outdent(struct trace_buffer *tb);
38 void trace_buffer_print(struct trace_buffer *tb);
39 void trace_print_location(struct trace_buffer *tb);
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c140 if (tb[IPSET_ATTR_LINENO]) in bitmap_ip_uadt()
143 if (unlikely(!tb[IPSET_ATTR_IP])) in bitmap_ip_uadt()
150 ret = ip_set_get_extensions(set, tb, &ext); in bitmap_ip_uadt()
162 if (tb[IPSET_ATTR_IP_TO]) { in bitmap_ip_uadt()
171 } else if (tb[IPSET_ATTR_CIDR]) { in bitmap_ip_uadt()
172 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ip_uadt()
262 if (unlikely(!tb[IPSET_ATTR_IP] || in bitmap_ip_create()
271 if (tb[IPSET_ATTR_IP_TO]) { in bitmap_ip_create()
277 } else if (tb[IPSET_ATTR_CIDR]) { in bitmap_ip_create()
287 if (tb[IPSET_ATTR_NETMASK]) { in bitmap_ip_create()
[all …]
H A Dip_set_hash_netiface.c208 if (tb[IPSET_ATTR_LINENO]) in hash_netiface4_uadt()
211 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_netiface4_uadt()
212 !tb[IPSET_ATTR_IFACE] || in hash_netiface4_uadt()
224 if (tb[IPSET_ATTR_CIDR]) { in hash_netiface4_uadt()
231 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netiface4_uadt()
248 if (tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt()
425 if (tb[IPSET_ATTR_LINENO]) in hash_netiface6_uadt()
428 if (unlikely(!tb[IPSET_ATTR_IP] || in hash_netiface6_uadt()
429 !tb[IPSET_ATTR_IFACE] || in hash_netiface6_uadt()
443 if (tb[IPSET_ATTR_CIDR]) { in hash_netiface6_uadt()
[all …]
H A Dip_set_bitmap_port.c164 if (tb[IPSET_ATTR_LINENO]) in bitmap_port_uadt()
165 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in bitmap_port_uadt()
171 port = ip_set_get_h16(tb[IPSET_ATTR_PORT]); in bitmap_port_uadt()
174 ret = ip_set_get_extensions(set, tb, &ext); in bitmap_port_uadt()
183 if (tb[IPSET_ATTR_PORT_TO]) { in bitmap_port_uadt()
184 port_to = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in bitmap_port_uadt()
257 !ip_set_attr_netorder(tb, IPSET_ATTR_PORT_TO) || in bitmap_port_create()
262 first_port = ip_set_get_h16(tb[IPSET_ATTR_PORT]); in bitmap_port_create()
263 last_port = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in bitmap_port_create()
268 set->dsize = ip_set_elem_len(set, tb, 0, 0); in bitmap_port_create()
[all …]
H A Dip_set_hash_ip.c110 if (tb[IPSET_ATTR_LINENO]) in hash_ip4_uadt()
113 if (unlikely(!tb[IPSET_ATTR_IP])) in hash_ip4_uadt()
120 ret = ip_set_get_extensions(set, tb, &ext); in hash_ip4_uadt()
133 if (tb[IPSET_ATTR_IP_TO]) { in hash_ip4_uadt()
142 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ip4_uadt()
143 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ip4_uadt()
243 if (tb[IPSET_ATTR_LINENO]) in hash_ip6_uadt()
246 if (unlikely(!tb[IPSET_ATTR_IP])) in hash_ip6_uadt()
248 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ip6_uadt()
250 if (unlikely(tb[IPSET_ATTR_CIDR])) { in hash_ip6_uadt()
[all …]
/openbmc/linux/net/netfilter/
H A Dnft_queue.c105 const struct nlattr * const tb[]) in nft_queue_init() argument
110 priv->queuenum = ntohs(nla_get_be16(tb[NFTA_QUEUE_NUM])); in nft_queue_init()
112 if (tb[NFTA_QUEUE_TOTAL]) in nft_queue_init()
124 if (tb[NFTA_QUEUE_FLAGS]) { in nft_queue_init()
134 const struct nlattr * const tb[]) in nft_queue_sreg_init() argument
139 err = nft_parse_register_load(tb[NFTA_QUEUE_SREG_QNUM], in nft_queue_sreg_init()
144 if (tb[NFTA_QUEUE_FLAGS]) { in nft_queue_sreg_init()
210 const struct nlattr * const tb[]) in nft_queue_select_ops() argument
212 if (tb[NFTA_QUEUE_NUM] && tb[NFTA_QUEUE_SREG_QNUM]) in nft_queue_select_ops()
217 if (tb[NFTA_QUEUE_NUM]) in nft_queue_select_ops()
[all …]
H A Dnft_ct.c479 if (tb[NFTA_CT_DIRECTION]) in nft_ct_get_init()
551 if (tb[NFTA_CT_DIRECTION]) in nft_ct_set_init()
558 if (tb[NFTA_CT_DIRECTION]) in nft_ct_set_init()
798 if (tb[NFTA_CT_DREG] && tb[NFTA_CT_SREG]) in nft_ct_select_ops()
801 if (tb[NFTA_CT_DREG]) { in nft_ct_select_ops()
817 if (tb[NFTA_CT_SREG]) { in nft_ct_select_ops()
872 struct nlattr **tb; in nft_ct_timeout_parse_policy() local
875 tb = kcalloc(l4proto->ctnl_timeout.nlattr_max + 1, sizeof(*tb), in nft_ct_timeout_parse_policy()
878 if (!tb) in nft_ct_timeout_parse_policy()
892 kfree(tb); in nft_ct_timeout_parse_policy()
[all …]
H A Dnft_objref.c27 const struct nlattr * const tb[]) in nft_objref_init() argument
33 if (!tb[NFTA_OBJREF_IMM_NAME] || in nft_objref_init()
34 !tb[NFTA_OBJREF_IMM_TYPE]) in nft_objref_init()
39 tb[NFTA_OBJREF_IMM_NAME], objtype, in nft_objref_init()
138 tb[NFTA_OBJREF_SET_NAME], in nft_objref_map_init()
139 tb[NFTA_OBJREF_SET_ID], genmask); in nft_objref_map_init()
217 if (tb[NFTA_OBJREF_SET_SREG] && in nft_objref_select_ops()
218 (tb[NFTA_OBJREF_SET_NAME] || in nft_objref_select_ops()
219 tb[NFTA_OBJREF_SET_ID])) in nft_objref_select_ops()
221 else if (tb[NFTA_OBJREF_IMM_NAME] && in nft_objref_select_ops()
[all …]
H A Dnft_numgen.c54 const struct nlattr * const tb[]) in nft_ng_inc_init() argument
59 if (tb[NFTA_NG_OFFSET]) in nft_ng_inc_init()
60 priv->offset = ntohl(nla_get_be32(tb[NFTA_NG_OFFSET])); in nft_ng_inc_init()
62 priv->modulus = ntohl(nla_get_be32(tb[NFTA_NG_MODULUS])); in nft_ng_inc_init()
154 const struct nlattr * const tb[]) in nft_ng_random_init() argument
158 if (tb[NFTA_NG_OFFSET]) in nft_ng_random_init()
159 priv->offset = ntohl(nla_get_be32(tb[NFTA_NG_OFFSET])); in nft_ng_random_init()
216 if (!tb[NFTA_NG_DREG] || in nft_ng_select_ops()
217 !tb[NFTA_NG_MODULUS] || in nft_ng_select_ops()
218 !tb[NFTA_NG_TYPE]) in nft_ng_select_ops()
[all …]
H A Dnfnetlink_acct.c60 const struct nlattr * const tb[]) in nfnl_acct_new() argument
68 if (!tb[NFACCT_NAME]) in nfnl_acct_new()
71 acct_name = nla_data(tb[NFACCT_NAME]); in nfnl_acct_new()
101 if (tb[NFACCT_FLAGS]) { in nfnl_acct_new()
128 if (tb[NFACCT_BYTES]) { in nfnl_acct_new()
132 if (tb[NFACCT_PKTS]) { in nfnl_acct_new()
260 if (!tb[NFACCT_FILTER_MASK] || !tb[NFACCT_FILTER_VALUE]) in nfnl_acct_start()
275 const struct nlattr * const tb[]) in nfnl_acct_get() argument
287 .data = (void *)tb[NFACCT_FILTER], in nfnl_acct_get()
293 if (!tb[NFACCT_NAME]) in nfnl_acct_get()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c430 if (tb[MT76_TM_ATTR_RESET]) { in mt76_testmode_cmd()
437 if (tb[MT76_TM_ATTR_TX_COUNT]) in mt76_testmode_cmd()
440 if (tb[MT76_TM_ATTR_TX_RATE_IDX]) in mt76_testmode_cmd()
460 if (tb[MT76_TM_ATTR_TX_LENGTH]) { in mt76_testmode_cmd()
470 if (tb[MT76_TM_ATTR_TX_IPG]) in mt76_testmode_cmd()
473 if (tb[MT76_TM_ATTR_TX_TIME]) in mt76_testmode_cmd()
479 if (tb[MT76_TM_ATTR_STATE]) { in mt76_testmode_cmd()
487 if (tb[MT76_TM_ATTR_TX_POWER]) { in mt76_testmode_cmd()
522 if (tb[i]) in mt76_testmode_cmd()
526 if (tb[MT76_TM_ATTR_STATE]) in mt76_testmode_cmd()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c196 const void **tb; in ath11k_tm_wmi_event_segmented() local
202 if (IS_ERR(tb)) { in ath11k_tm_wmi_event_segmented()
203 ret = PTR_ERR(tb); in ath11k_tm_wmi_event_segmented()
208 ev = tb[WMI_TAG_ARRAY_BYTE]; in ath11k_tm_wmi_event_segmented()
211 kfree(tb); in ath11k_tm_wmi_event_segmented()
220 kfree(tb); in ath11k_tm_wmi_event_segmented()
313 if (!tb[ATH11K_TM_ATTR_DATA]) { in ath11k_tm_cmd_wmi()
318 if (!tb[ATH11K_TM_ATTR_WMI_CMDID]) { in ath11k_tm_cmd_wmi()
412 if (!tb[ATH11K_TM_ATTR_DATA]) { in ath11k_tm_cmd_wmi_ftm()
487 if (!tb[ATH11K_TM_ATTR_CMD]) in ath11k_tm_cmd()
[all …]
/openbmc/linux/include/linux/
H A Dtty_flip.h67 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char() local
70 change = !tb->flags && (flag != TTY_NORMAL); in tty_insert_flip_char()
71 if (!change && tb->used < tb->size) { in tty_insert_flip_char()
72 if (tb->flags) in tty_insert_flip_char()
73 *flag_buf_ptr(tb, tb->used) = flag; in tty_insert_flip_char()
74 *char_buf_ptr(tb, tb->used++) = ch; in tty_insert_flip_char()
/openbmc/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c74 const struct nlattr * const tb[]) in nft_meta_bridge_get_init() argument
79 priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY])); in nft_meta_bridge_get_init()
90 return nft_meta_get_init(ctx, expr, tb); in nft_meta_bridge_get_init()
129 const struct nlattr * const tb[]) in nft_meta_bridge_set_init() argument
135 priv->key = ntohl(nla_get_be32(tb[NFTA_META_KEY])); in nft_meta_bridge_set_init()
141 return nft_meta_set_init(ctx, expr, tb); in nft_meta_bridge_set_init()
201 const struct nlattr * const tb[]) in nft_meta_bridge_select_ops() argument
203 if (tb[NFTA_META_KEY] == NULL) in nft_meta_bridge_select_ops()
206 if (tb[NFTA_META_DREG] && tb[NFTA_META_SREG]) in nft_meta_bridge_select_ops()
209 if (tb[NFTA_META_DREG]) in nft_meta_bridge_select_ops()
[all …]
/openbmc/qemu/hw/ppc/
H A Dppc.c519 uint64_t tb; in cpu_ppc_load_tbl() local
529 return tb; in cpu_ppc_load_tbl()
535 uint64_t tb; in _cpu_ppc_load_tbu() local
565 uint64_t tb; in cpu_ppc_store_tbl() local
576 uint64_t tb; in _cpu_ppc_store_tbu() local
592 uint64_t tb; in cpu_ppc_load_atbl() local
598 return tb; in cpu_ppc_load_atbl()
604 uint64_t tb; in cpu_ppc_load_atbu() local
617 uint64_t tb; in cpu_ppc_store_atbl() local
628 uint64_t tb; in cpu_ppc_store_atbu() local
[all …]
/openbmc/qemu/backends/tpm/
H A Dtpm_passthrough.c60 static void tpm_passthrough_cancel_cmd(TPMBackend *tb);
130 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_handle_request()
139 static void tpm_passthrough_reset(TPMBackend *tb) in tpm_passthrough_reset() argument
143 tpm_passthrough_cancel_cmd(tb); in tpm_passthrough_reset()
158 static void tpm_passthrough_cancel_cmd(TPMBackend *tb) in tpm_passthrough_cancel_cmd() argument
160 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_cancel_cmd()
184 static TPMVersion tpm_passthrough_get_tpm_version(TPMBackend *tb) in tpm_passthrough_get_tpm_version() argument
186 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_get_tpm_version()
191 static size_t tpm_passthrough_get_buffer_size(TPMBackend *tb) in tpm_passthrough_get_buffer_size() argument
193 TPMPassthruState *tpm_pt = TPM_PASSTHROUGH(tb); in tpm_passthrough_get_buffer_size()
[all …]
H A Dtpm_emulator.c228 TPMEmulator *tpm_emu = TPM_EMULATOR(tb); in tpm_emulator_handle_request()
290 TPMEmulator *tpm_emu = TPM_EMULATOR(tb); in tpm_emulator_stop_tpm()
342 TPMEmulator *tpm_emu = TPM_EMULATOR(tb); in tpm_emulator_set_buffer_size()
345 if (tpm_emulator_stop_tpm(tb) < 0) { in tpm_emulator_set_buffer_size()
653 object_unref(OBJECT(tb)); in tpm_emulator_create()
657 return tb; in tpm_emulator_create()
859 if (tpm_emulator_stop_tpm(tb) < 0) { in tpm_emulator_set_state_blobs()
883 TPMBackend *tb = opaque; in tpm_emulator_pre_save() local
889 tpm_backend_finish_sync(tb); in tpm_emulator_pre_save()
902 TPMBackend *tb = opaque; in tpm_emulator_vm_state_change() local
[all …]
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c693 if (tb[LWTUNNEL_IP_ID]) in ip_tun_build_state()
696 if (tb[LWTUNNEL_IP_DST]) in ip_tun_build_state()
699 if (tb[LWTUNNEL_IP_SRC]) in ip_tun_build_state()
702 if (tb[LWTUNNEL_IP_TTL]) in ip_tun_build_state()
705 if (tb[LWTUNNEL_IP_TOS]) in ip_tun_build_state()
708 if (tb[LWTUNNEL_IP_FLAGS]) in ip_tun_build_state()
972 if (tb[LWTUNNEL_IP6_ID]) in ip6_tun_build_state()
975 if (tb[LWTUNNEL_IP6_DST]) in ip6_tun_build_state()
978 if (tb[LWTUNNEL_IP6_SRC]) in ip6_tun_build_state()
984 if (tb[LWTUNNEL_IP6_TC]) in ip6_tun_build_state()
[all …]
/openbmc/linux/net/ethtool/
H A Dcabletest.c60 struct nlattr **tb = info->attrs; in ethnl_act_cable_test() local
65 tb[ETHTOOL_A_CABLE_TEST_HEADER], in ethnl_act_cable_test()
243 ret = nla_parse_nested(tb, in ethnl_act_cable_test_tdr_cfg()
250 if (tb[ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST]) in ethnl_act_cable_test_tdr_cfg()
252 tb[ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST]); in ethnl_act_cable_test_tdr_cfg()
254 if (tb[ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST]) in ethnl_act_cable_test_tdr_cfg()
257 if (tb[ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP]) in ethnl_act_cable_test_tdr_cfg()
260 if (tb[ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR]) { in ethnl_act_cable_test_tdr_cfg()
265 tb[ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR], in ethnl_act_cable_test_tdr_cfg()
311 struct nlattr **tb = info->attrs; in ethnl_act_cable_test_tdr() local
[all …]
/openbmc/qemu/accel/tcg/
H A Dtrace-events5 exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
6 exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR
7 exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"
14 translate_block(void *tb, uintptr_t pc, const void *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p"
/openbmc/linux/tools/lib/bpf/
H A Dnlattr.c104 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, in libbpf_nla_parse() argument
110 memset(tb, 0, sizeof(struct nlattr *) * (maxtype + 1)); in libbpf_nla_parse()
124 if (tb[type]) in libbpf_nla_parse()
128 tb[type] = nla; in libbpf_nla_parse()
149 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, in libbpf_nla_parse_nested() argument
153 return libbpf_nla_parse(tb, maxtype, libbpf_nla_data(nla), in libbpf_nla_parse_nested()
164 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in libbpf_nla_dump_errormsg() local
183 if (libbpf_nla_parse(tb, NLMSGERR_ATTR_MAX, attr, alen, in libbpf_nla_dump_errormsg()
189 if (tb[NLMSGERR_ATTR_MSG]) in libbpf_nla_dump_errormsg()
190 errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]); in libbpf_nla_dump_errormsg()
/openbmc/qemu/include/exec/
H A Dexec-all.h405 return tb->itree.start; in tb_page_addr0()
407 return tb->page_addr[0]; in tb_page_addr0()
414 tb_page_addr_t next = tb->itree.last & TARGET_PAGE_MASK; in tb_page_addr1()
417 return tb->page_addr[1]; in tb_page_addr1()
421 static inline void tb_set_page_addr0(TranslationBlock *tb, in tb_set_page_addr0() argument
425 tb->itree.start = addr; in tb_set_page_addr0()
434 tb->itree.last = addr; in tb_set_page_addr0()
436 tb->page_addr[0] = addr; in tb_set_page_addr0()
440 static inline void tb_set_page_addr1(TranslationBlock *tb, in tb_set_page_addr1() argument
445 tb->itree.last = addr; in tb_set_page_addr1()
[all …]
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dvendor_cmd.c33 struct nlattr *tb[NUM_WLCORE_VENDOR_ATTR]; in wlcore_vendor_cmd_smart_config_start() local
41 ret = nla_parse_deprecated(tb, MAX_WLCORE_VENDOR_ATTR, data, data_len, in wlcore_vendor_cmd_smart_config_start()
46 if (!tb[WLCORE_VENDOR_ATTR_GROUP_ID]) in wlcore_vendor_cmd_smart_config_start()
61 nla_get_u32(tb[WLCORE_VENDOR_ATTR_GROUP_ID])); in wlcore_vendor_cmd_smart_config_start()
110 struct nlattr *tb[NUM_WLCORE_VENDOR_ATTR]; in wlcore_vendor_cmd_smart_config_set_group_key() local
118 ret = nla_parse_deprecated(tb, MAX_WLCORE_VENDOR_ATTR, data, data_len, in wlcore_vendor_cmd_smart_config_set_group_key()
123 if (!tb[WLCORE_VENDOR_ATTR_GROUP_ID] || in wlcore_vendor_cmd_smart_config_set_group_key()
124 !tb[WLCORE_VENDOR_ATTR_GROUP_KEY]) in wlcore_vendor_cmd_smart_config_set_group_key()
139 nla_get_u32(tb[WLCORE_VENDOR_ATTR_GROUP_ID]), in wlcore_vendor_cmd_smart_config_set_group_key()
140 nla_len(tb[WLCORE_VENDOR_ATTR_GROUP_KEY]), in wlcore_vendor_cmd_smart_config_set_group_key()
[all …]

12345678910>>...26