Searched refs:cycletime (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | act_gate.c | 309 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()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_psfp.c | 162 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()
|
H A D | sparx5_tc_flower.c | 709 if (act->gate.cycletime < SPX5_PSFP_SG_MIN_CYCLE_TIME_NS || in sparx5_tc_flower_parse_act_gate() 710 act->gate.cycletime > SPX5_PSFP_SG_MAX_CYCLE_TIME_NS) { in sparx5_tc_flower_parse_act_gate() 728 sg->cycletime = act->gate.cycletime; in sparx5_tc_flower_parse_act_gate() 786 sg->cycletime = SPX5_PSFP_SG_CYCLE_TIME_DEFAULT; in sparx5_tc_flower_psfp_setup()
|
H A D | sparx5_main.h | 507 u32 cycletime; /* PSFPAdminCycleTime */ member
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_qos.c | 441 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()
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 1741 u64 cycletime; member 2099 sgi->cycletime = entry->gate.cycletime; in vsc9959_psfp_parse_gate() 2136 if (sgi->cycletime < VSC9959_PSFP_GATE_CYCLETIME_MIN || in vsc9959_psfp_sgi_set() 2137 sgi->cycletime > NSEC_PER_SEC) in vsc9959_psfp_sgi_set() 2143 vsc9959_new_base_time(ocelot, sgi->basetime, sgi->cycletime, &base_ts); in vsc9959_psfp_sgi_set() 2158 ocelot_write(ocelot, sgi->cycletime, ANA_SG_CONFIG_REG_4); in vsc9959_psfp_sgi_set()
|
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_prueth.c | 1209 u32 cycletime; in prueth_iep_settime() local 1217 cycletime = IEP_DEFAULT_CYCLE_TIME_NS; in prueth_iep_settime() 1218 cyclecount = ns / cycletime; in prueth_iep_settime() 1221 sc_desc.margin = cycletime - 1000; in prueth_iep_settime() 1224 sc_desc.iepcount_set = ns % cycletime; in prueth_iep_settime() 1225 sc_desc.CMP0_current = cycletime - 4; //Count from 0 to (cycle time)-4 in prueth_iep_settime()
|
/openbmc/linux/include/net/ |
H A D | flow_offload.h | 322 u64 cycletime; member
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 422 act->gate.cycletime, in sja1105_cls_flower_add()
|