Home
last modified time | relevance | path

Searched refs:cycletime (Results 1 – 7 of 7) sorted by relevance

/linux/net/sched/
H A Dact_gate.c353 u64 cycletime = 0, basetime = 0, cycletime_ext = 0; in tcf_gate_init() local
459 cycletime = cur_p->tcfg_cycletime; in tcf_gate_init()
476 cycletime = nla_get_u64(tb[TCA_GATE_CYCLE_TIME]); in tcf_gate_init()
496 if (!cycletime) { in tcf_gate_init()
502 cycletime = cycle; in tcf_gate_init()
504 p->tcfg_cycletime = cycletime; in tcf_gate_init()
720 entry->gate.cycletime = tcf_gate_cycletime(act); in tcf_gate_offload_act_setup()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c441 u64 cycletime; member
767 !sgi->cycletime) in enetc_streamgate_hw_set()
807 sgcl_data->ct = sgi->cycletime; in enetc_streamgate_hw_set()
839 err = get_start_ns(now, sgi->cycletime, &start); in enetc_streamgate_hw_set()
1256 sgi->cycletime = entryg->gate.cycletime; in enetc_psfp_parse_clsflower()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c713 if (act->gate.cycletime < SPX5_PSFP_SG_MIN_CYCLE_TIME_NS || in sparx5_tc_flower_parse_act_gate()
714 act->gate.cycletime > SPX5_PSFP_SG_MAX_CYCLE_TIME_NS) { in sparx5_tc_flower_parse_act_gate()
732 sg->cycletime = act->gate.cycletime; in sparx5_tc_flower_parse_act_gate()
792 sg->cycletime = SPX5_PSFP_SG_CYCLE_TIME_DEFAULT; in sparx5_tc_flower_psfp_setup()
H A Dsparx5_main.h672 u32 cycletime; /* PSFPAdminCycleTime */ member
/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1745 u64 cycletime; member
2106 sgi->cycletime = entry->gate.cycletime; in vsc9959_psfp_parse_gate()
2143 if (sgi->cycletime < VSC9959_PSFP_GATE_CYCLETIME_MIN || in vsc9959_psfp_sgi_set()
2144 sgi->cycletime > NSEC_PER_SEC) in vsc9959_psfp_sgi_set()
2150 vsc9959_new_base_time(ocelot, sgi->basetime, sgi->cycletime, &base_ts); in vsc9959_psfp_sgi_set()
2165 ocelot_write(ocelot, sgi->cycletime, ANA_SG_CONFIG_REG_4); in vsc9959_psfp_sgi_set()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c494 u32 cycletime; in prueth_iep_settime() local
499 cycletime = IEP_DEFAULT_CYCLE_TIME_NS; in prueth_iep_settime()
500 cyclecount = ns / cycletime; in prueth_iep_settime()
503 sc_desc.margin = cycletime - 1000; in prueth_iep_settime()
506 sc_desc.iepcount_set = ns % cycletime; in prueth_iep_settime()
508 sc_desc.CMP0_current = cycletime - emac->iep->def_inc; in prueth_iep_settime()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c425 act->gate.cycletime, in sja1105_cls_flower_add()