Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c403 profile.trtcm.cir = mp_new->params.trtcm_rfc2698.cir; in pmd_mtr_meter_profile_update()
404 profile.trtcm.pir = mp_new->params.trtcm_rfc2698.pir; in pmd_mtr_meter_profile_update()
405 profile.trtcm.cbs = mp_new->params.trtcm_rfc2698.cbs; in pmd_mtr_meter_profile_update()
406 profile.trtcm.pbs = mp_new->params.trtcm_rfc2698.pbs; in pmd_mtr_meter_profile_update()
H A Drte_eth_softnic_flow.c1605 profile.trtcm.cir = mp->params.trtcm_rfc2698.cir; in flow_rule_action_get()
1606 profile.trtcm.pir = mp->params.trtcm_rfc2698.pir; in flow_rule_action_get()
1607 profile.trtcm.cbs = mp->params.trtcm_rfc2698.cbs; in flow_rule_action_get()
1608 profile.trtcm.pbs = mp->params.trtcm_rfc2698.pbs; in flow_rule_action_get()
H A Drte_eth_softnic_cli.c5651 if (softnic_parser_read_uint64(&p.trtcm.cir, tokens[10]) != 0) { in cmd_pipeline_table_meter_profile_add()
5661 if (softnic_parser_read_uint64(&p.trtcm.pir, tokens[12]) != 0) { in cmd_pipeline_table_meter_profile_add()
5670 if (softnic_parser_read_uint64(&p.trtcm.cbs, tokens[14]) != 0) { in cmd_pipeline_table_meter_profile_add()
5680 if (softnic_parser_read_uint64(&p.trtcm.pbs, tokens[16]) != 0) { in cmd_pipeline_table_meter_profile_add()
/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h297 struct trtcm { struct
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h234 struct rte_meter_trtcm_params trtcm; member
H A Drte_table_action.c112 struct rte_meter_trtcm trtcm; member
280 status = rte_meter_trtcm_config(&data_tc->trtcm, in mtr_apply()
327 &data->trtcm, in pkt_work_mtr()
2680 &profile->trtcm); in rte_table_action_meter_profile_add()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst336 [meter srtcm | trtcm
528 | trtcm cir <cir> pir <pir> cbs <cbs> pbs <pbs>
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c5405 if (parser_read_uint64(&p.trtcm.cir, tokens[10]) != 0) { in cmd_pipeline_table_meter_profile_add()
5415 if (parser_read_uint64(&p.trtcm.pir, tokens[12]) != 0) { in cmd_pipeline_table_meter_profile_add()
5424 if (parser_read_uint64(&p.trtcm.cbs, tokens[14]) != 0) { in cmd_pipeline_table_meter_profile_add()
5434 if (parser_read_uint64(&p.trtcm.pbs, tokens[16]) != 0) { in cmd_pipeline_table_meter_profile_add()