| /f-stack/dpdk/examples/qos_sched/ |
| H A D | init.c | 41 struct ring_thresh rx_thresh = { variable 85 rx_conf.rx_thresh.pthresh = rx_thresh.pthresh; in app_init_port() 86 rx_conf.rx_thresh.hthresh = rx_thresh.hthresh; in app_init_port() 87 rx_conf.rx_thresh.wthresh = rx_thresh.wthresh; in app_init_port() 436 rx_thresh.pthresh, rx_thresh.hthresh, rx_thresh.wthresh, in app_init()
|
| H A D | args.c | 186 rx_thresh.pthresh = (uint8_t)vals[0]; in app_parse_rth_conf() 187 rx_thresh.hthresh = (uint8_t)vals[1]; in app_parse_rth_conf() 188 rx_thresh.wthresh = (uint8_t)vals[2]; in app_parse_rth_conf()
|
| H A D | main.h | 149 extern struct ring_thresh rx_thresh;
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_trace.h | 48 rte_trace_point_emit_u8(rx_conf->rx_thresh.pthresh); 49 rte_trace_point_emit_u8(rx_conf->rx_thresh.hthresh); 50 rte_trace_point_emit_u8(rx_conf->rx_thresh.wthresh);
|
| H A D | rte_ethdev.h | 1033 struct rte_eth_thresh rx_thresh; /**< RX ring threshold registers. */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ti,cpsw-switch.yaml | 65 - const: "rx_thresh" 190 interrupt-names = "rx_thresh", "rx", "tx", "misc";
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | init.c | 87 .rx_thresh = {
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_api.c | 303 rxconf_i->rx_thresh.pthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first() 304 rxconf_i->rx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first() 305 rxconf_i->rx_thresh.wthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 1368 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_igc_rx_queue_setup() 1369 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igc_rx_queue_setup() 1370 rxq->wthresh = rx_conf->rx_thresh.wthresh; in eth_igc_rx_queue_setup() 2232 qinfo->conf.rx_thresh.hthresh = rxq->hthresh; in eth_igc_rxq_info_get() 2233 qinfo->conf.rx_thresh.pthresh = rxq->pthresh; in eth_igc_rxq_info_get() 2234 qinfo->conf.rx_thresh.wthresh = rxq->wthresh; in eth_igc_rxq_info_get()
|
| H A D | igc_ethdev.c | 1505 .rx_thresh = { in eth_igc_infos_get()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 469 printf("\nRX prefetch threshold: %hhu", qinfo.conf.rx_thresh.pthresh); in rx_queue_infos_display() 470 printf("\nRX host threshold: %hhu", qinfo.conf.rx_thresh.hthresh); in rx_queue_infos_display() 471 printf("\nRX writeback threshold: %hhu", qinfo.conf.rx_thresh.wthresh); in rx_queue_infos_display() 2879 pthresh_tmp = rx_conf[qid].rx_thresh.pthresh; in rxtx_config_display() 2880 hthresh_tmp = rx_conf[qid].rx_thresh.hthresh; in rxtx_config_display() 2881 wthresh_tmp = rx_conf[qid].rx_thresh.wthresh; in rxtx_config_display() 2887 pthresh_tmp = rx_qinfo.conf.rx_thresh.pthresh; in rxtx_config_display() 2888 hthresh_tmp = rx_qinfo.conf.rx_thresh.hthresh; in rxtx_config_display() 2889 wthresh_tmp = rx_qinfo.conf.rx_thresh.wthresh; in rxtx_config_display()
|
| H A D | testpmd.c | 3447 port->rx_conf[qid].rx_thresh.pthresh = rx_pthresh; in rxtx_port_config() 3450 port->rx_conf[qid].rx_thresh.hthresh = rx_hthresh; in rxtx_port_config() 3453 port->rx_conf[qid].rx_thresh.wthresh = rx_wthresh; in rxtx_port_config()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_rx.c | 936 if (rx_conf->rx_thresh.pthresh != 0 || in sfc_rx_qcheck_conf() 937 rx_conf->rx_thresh.hthresh != 0 || in sfc_rx_qcheck_conf() 938 rx_conf->rx_thresh.wthresh != 0) { in sfc_rx_qcheck_conf()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_kni.c | 57 .rx_thresh = {
|
| H A D | test_pmd_perf.c | 76 .rx_thresh = {
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_rxtx.c | 1465 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_em_rx_queue_setup() 1466 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_em_rx_queue_setup() 1467 rxq->wthresh = rx_conf->rx_thresh.wthresh; in eth_em_rx_queue_setup()
|
| H A D | igb_rxtx.c | 1720 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_igb_rx_queue_setup() 1721 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igb_rx_queue_setup() 1722 rxq->wthresh = rx_conf->rx_thresh.wthresh; in eth_igb_rx_queue_setup()
|
| H A D | igb_ethdev.c | 2242 .rx_thresh = { in eth_igb_infos_get() 2337 .rx_thresh = { in eth_igbvf_infos_get()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 68 .rx_thresh = { in i40e_vf_representor_dev_infos_get()
|
| H A D | i40e_ethdev_vf.c | 2354 .rx_thresh = { in i40evf_dev_info_get()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 675 .rx_thresh = { in ice_dcf_dev_info_get()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | link_status_intr.rst | 232 .rx_thresh = {
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.c | 560 qinfo->conf.rx_thresh.pthresh = 0; in mlx5_rxq_info_get() 561 qinfo->conf.rx_thresh.hthresh = 0; in mlx5_rxq_info_get() 562 qinfo->conf.rx_thresh.wthresh = 0; in mlx5_rxq_info_get()
|
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net.c | 1241 .rx_thresh = { in nfp_net_infos_get()
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 1403 .rx_thresh = { in fm10k_dev_infos_get()
|