Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_gate.c309 u64 cycletime = 0, basetime = 0; in tcf_gate_init() local
396 cycletime = nla_get_u64(tb[TCA_GATE_CYCLE_TIME]); in tcf_gate_init()
404 if (!cycletime) { in tcf_gate_init()
410 cycletime = cycle; in tcf_gate_init()
411 if (!cycletime) { in tcf_gate_init()
416 p->tcfg_cycletime = cycletime; in tcf_gate_init()
619 entry->gate.cycletime = tcf_gate_cycletime(act); in tcf_gate_offload_act_setup()
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_psfp.c162 spx5_wr(sg->cycletime, sparx5, ANA_AC_SG_CONFIG_REG_4); in sparx5_psfp_sg_set()
240 sparx5_new_base_time(sparx5, sg->cycletime, 0, &basetime); in sparx5_psfp_sg_add()
A Dsparx5_tc_flower.c682 if (act->gate.cycletime < SPX5_PSFP_SG_MIN_CYCLE_TIME_NS || in sparx5_tc_flower_parse_act_gate()
683 act->gate.cycletime > SPX5_PSFP_SG_MAX_CYCLE_TIME_NS) { in sparx5_tc_flower_parse_act_gate()
701 sg->cycletime = act->gate.cycletime; in sparx5_tc_flower_parse_act_gate()
759 sg->cycletime = SPX5_PSFP_SG_CYCLE_TIME_DEFAULT; in sparx5_tc_flower_psfp_setup()
A Dsparx5_main.h503 u32 cycletime; /* PSFPAdminCycleTime */ member
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_qos.c376 u64 cycletime; member
702 !sgi->cycletime) in enetc_streamgate_hw_set()
742 sgcl_data->ct = sgi->cycletime; in enetc_streamgate_hw_set()
774 err = get_start_ns(now, sgi->cycletime, &start); in enetc_streamgate_hw_set()
1191 sgi->cycletime = entryg->gate.cycletime; in enetc_psfp_parse_clsflower()
/linux-6.3-rc2/drivers/net/dsa/ocelot/
A Dfelix_vsc9959.c1696 u64 cycletime; member
2054 sgi->cycletime = entry->gate.cycletime; in vsc9959_psfp_parse_gate()
2091 if (sgi->cycletime < VSC9959_PSFP_GATE_CYCLETIME_MIN || in vsc9959_psfp_sgi_set()
2092 sgi->cycletime > NSEC_PER_SEC) in vsc9959_psfp_sgi_set()
2098 vsc9959_new_base_time(ocelot, sgi->basetime, sgi->cycletime, &base_ts); in vsc9959_psfp_sgi_set()
2113 ocelot_write(ocelot, sgi->cycletime, ANA_SG_CONFIG_REG_4); in vsc9959_psfp_sgi_set()
/linux-6.3-rc2/include/net/
A Dflow_offload.h316 u64 cycletime; member
/linux-6.3-rc2/drivers/net/dsa/sja1105/
A Dsja1105_flower.c422 act->gate.cycletime, in sja1105_cls_flower_add()

Completed in 24 milliseconds