Home
last modified time | relevance | path

Searched refs:tca (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/drivers/leds/
A Dleds-tca6507.c354 set = tca->reg_set; in tca6507_work()
356 tca->reg_set = 0; in tca6507_work()
485 b = &tca->bank[i]; in led_prepare()
508 set_times(tca, i); in led_prepare()
540 if (tca->reg_set) in led_assign()
605 set_select(tca, tca->gpio_map[offset], in tca6507_gpio_set_value()
608 if (tca->reg_set) in tca6507_gpio_set_value()
644 err = gpiochip_add_data(&tca->gpio, tca); in tca6507_probe_gpios()
749 tca = devm_kzalloc(dev, sizeof(*tca), GFP_KERNEL); in tca6507_probe()
750 if (!tca) in tca6507_probe()
[all …]
/linux-6.3-rc2/net/sched/
A Dsch_api.c1285 if (tca[TCA_STAB]) { in qdisc_create()
1300 if (tca[TCA_RATE]) { in qdisc_create()
1312 tca[TCA_RATE]); in qdisc_create()
1347 if (tca[TCA_OPTIONS]) { in qdisc_change()
1352 if (tca[TCA_INGRESS_BLOCK] || tca[TCA_EGRESS_BLOCK]) { in qdisc_change()
1361 if (tca[TCA_STAB]) { in qdisc_change()
1371 if (tca[TCA_RATE]) { in qdisc_change()
1496 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc()
1587 if (tca[TCA_KIND] && in tc_modify_qdisc()
1647 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
[all …]
A Dcls_cgroup.c80 u32 handle, struct nlattr **tca, in cls_cgroup_change() argument
89 if (!tca[TCA_OPTIONS]) in cls_cgroup_change()
108 tca[TCA_OPTIONS], cgroup_policy, in cls_cgroup_change()
113 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &new->exts, flags, in cls_cgroup_change()
A Dcls_api.c2209 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_new_tfilter()
2276 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter()
2420 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_del_tfilter()
2455 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter()
2576 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_get_tfilter()
2597 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
2739 if (tca[TCA_DUMP_FLAGS]) { in tc_dump_tfilter()
2799 if (tca[TCA_CHAIN] && in tc_dump_tfilter()
2941 if (!tca[TCA_KIND]) in tc_chain_tmplt_add()
3010 chain_index = tca[TCA_CHAIN] ? nla_get_u32(tca[TCA_CHAIN]) : 0; in tc_ctl_chain()
[all …]
A Dcls_fw.c203 struct nlattr **tca, unsigned long base, u32 flags, in fw_set_parms() argument
210 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &f->exts, flags, in fw_set_parms()
241 u32 handle, struct nlattr **tca, void **arg, in fw_change() argument
246 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change()
281 err = fw_set_parms(net, tp, fnew, tb, tca, base, flags, extack); in fw_change()
330 err = fw_set_parms(net, tp, f, tb, tca, base, flags, extack); in fw_change()
A Dsch_drr.c55 struct nlattr **tca, unsigned long *arg, in drr_change_class() argument
60 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class()
85 if (tca[TCA_RATE]) { in drr_change_class()
89 tca[TCA_RATE]); in drr_change_class()
119 if (tca[TCA_RATE]) { in drr_change_class()
121 NULL, true, tca[TCA_RATE]); in drr_change_class()
A Dcls_basic.c174 struct nlattr **tca, void **arg, in basic_change() argument
183 if (tca[TCA_OPTIONS] == NULL) in basic_change()
186 err = nla_parse_nested_deprecated(tb, TCA_BASIC_MAX, tca[TCA_OPTIONS], in basic_change()
221 err = basic_set_parms(net, tp, fnew, base, tb, tca[TCA_RATE], flags, in basic_change()
A Dcls_matchall.c184 u32 handle, struct nlattr **tca, in mall_change() argument
194 if (!tca[TCA_OPTIONS]) in mall_change()
201 tca[TCA_OPTIONS], mall_policy, NULL); in mall_change()
229 err = mall_set_parms(net, tp, new, base, tb, tca[TCA_RATE], in mall_change()
A Dcls_bpf.c461 u32 handle, struct nlattr **tca, in cls_bpf_change() argument
471 if (tca[TCA_OPTIONS] == NULL) in cls_bpf_change()
474 ret = nla_parse_nested_deprecated(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], in cls_bpf_change()
507 ret = cls_bpf_set_parms(net, tp, prog, base, tb, tca[TCA_RATE], flags, in cls_bpf_change()
A Dsch_qfq.c393 struct nlattr **tca, unsigned long *arg, in qfq_change_class() argument
405 if (tca[TCA_OPTIONS] == NULL) { in qfq_change_class()
410 err = nla_parse_nested_deprecated(tb, TCA_QFQ_MAX, tca[TCA_OPTIONS], in qfq_change_class()
450 if (tca[TCA_RATE]) { in qfq_change_class()
455 tca[TCA_RATE]); in qfq_change_class()
477 if (tca[TCA_RATE]) { in qfq_change_class()
482 tca[TCA_RATE]); in qfq_change_class()
A Dcls_route.c474 struct nlattr **tca, void **arg, u32 flags, in route4_change() argument
481 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change()
525 tca[TCA_RATE], new, flags, extack); in route4_change()
A Dcls_flow.c391 u32 handle, struct nlattr **tca, in flow_change() argument
397 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change()
447 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &fnew->exts, flags, in flow_change()
A Dsch_hfsc.c914 struct nlattr **tca, unsigned long *arg, in hfsc_change_class() argument
920 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class()
964 if (tca[TCA_RATE]) { in hfsc_change_class()
969 tca[TCA_RATE]); in hfsc_change_class()
1034 if (tca[TCA_RATE]) { in hfsc_change_class()
1036 NULL, true, tca[TCA_RATE]); in hfsc_change_class()
A Dact_api.c2014 struct nlattr *tca[TCA_ROOT_MAX + 1]; in tc_ctl_action() local
2023 ret = nlmsg_parse_deprecated(n, sizeof(struct tcamsg), tca, in tc_ctl_action()
2028 if (tca[TCA_ACT_TAB] == NULL) { in tc_ctl_action()
2044 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, flags, in tc_ctl_action()
2048 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action()
2052 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action()
A Dsch_htb.c1769 u32 parentid, struct nlattr **tca, in htb_change_class() argument
1776 struct nlattr *opt = tca[TCA_OPTIONS]; in htb_change_class()
1877 if (htb_rate_est || tca[TCA_RATE]) { in htb_change_class()
1882 tca[TCA_RATE] ? : &est.nla); in htb_change_class()
2003 if (tca[TCA_RATE]) { in htb_change_class()
2008 tca[TCA_RATE]); in htb_change_class()
A Dcls_u32.c850 struct nlattr **tca, void **arg, u32 flags, in u32_change() argument
857 struct nlattr *opt = tca[TCA_OPTIONS]; in u32_change()
905 tca[TCA_RATE], flags, new->flags, in u32_change()
1075 err = u32_set_parms(net, tp, base, n, tb, tca[TCA_RATE], in u32_change()
A Dsch_ets.c198 struct nlattr **tca, unsigned long *arg, in ets_class_change() argument
203 struct nlattr *opt = tca[TCA_OPTIONS]; in ets_class_change()
A Dcls_flower.c2151 u32 handle, struct nlattr **tca, in fl_change() argument
2164 if (!tca[TCA_OPTIONS]) { in fl_change()
2182 tca[TCA_OPTIONS], fl_policy, NULL); in fl_change()
2242 err = fl_set_parms(net, tp, fnew, mask, base, tb, tca[TCA_RATE], in fl_change()
2550 struct nlattr **tca, in fl_tmplt_create() argument
2557 if (!tca[TCA_OPTIONS]) in fl_tmplt_create()
2564 tca[TCA_OPTIONS], fl_policy, NULL); in fl_tmplt_create()
A Dsch_sfb.c648 struct nlattr **tca, unsigned long *arg, in sfb_change_class() argument
/linux-6.3-rc2/drivers/s390/cio/
A Dfcx.c109 dcw = (struct dcw *) &tccb->tca[offset]; in calc_dcw_count()
167 tcat = (struct tccb_tcat *) &tccb->tca[tca_size(tccb)]; in tcw_finalize()
310 dcw = (struct dcw *) &tccb->tca[tca_offset]; in tccb_add_dcw()
/linux-6.3-rc2/arch/s390/include/asm/
A Dfcx.h289 u8 tca[0]; member
/linux-6.3-rc2/include/net/
A Dsch_generic.h369 struct nlattr **tca,
/linux-6.3-rc2/drivers/s390/block/
A Ddasd_eckd.c4935 dcw = (struct dcw *)&tccb->tca[0]; in dasd_eckd_reset_ccw_to_base_io()

Completed in 73 milliseconds