Searched refs:rx_thresh (Results 1 – 25 of 32) sorted by relevance
12
41 struct ring_thresh rx_thresh = { variable84 rx_conf.rx_thresh.pthresh = rx_thresh.pthresh; in app_init_port()85 rx_conf.rx_thresh.hthresh = rx_thresh.hthresh; in app_init_port()86 rx_conf.rx_thresh.wthresh = rx_thresh.wthresh; in app_init_port()440 rx_thresh.pthresh, rx_thresh.hthresh, rx_thresh.wthresh, in app_init()
182 rx_thresh.pthresh = (uint8_t)vals[0]; in app_parse_rth_conf()183 rx_thresh.hthresh = (uint8_t)vals[1]; in app_parse_rth_conf()184 rx_thresh.wthresh = (uint8_t)vals[2]; in app_parse_rth_conf()
149 extern struct ring_thresh rx_thresh;
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);
1224 struct rte_eth_thresh rx_thresh; /**< Rx ring threshold registers. */ member
86 .rx_thresh = {
1355 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_igc_rx_queue_setup()1356 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igc_rx_queue_setup()1357 rxq->wthresh = rx_conf->rx_thresh.wthresh; in eth_igc_rx_queue_setup()2219 qinfo->conf.rx_thresh.hthresh = rxq->hthresh; in eth_igc_rxq_info_get()2220 qinfo->conf.rx_thresh.pthresh = rxq->pthresh; in eth_igc_rxq_info_get()2221 qinfo->conf.rx_thresh.wthresh = rxq->wthresh; in eth_igc_rxq_info_get()
1502 .rx_thresh = { in eth_igc_infos_get()
598 if (rx_conf->rx_thresh.pthresh != 0 || in sfc_repr_rx_qcheck_conf()599 rx_conf->rx_thresh.hthresh != 0 || in sfc_repr_rx_qcheck_conf()600 rx_conf->rx_thresh.wthresh != 0) { in sfc_repr_rx_qcheck_conf()
965 if (rx_conf->rx_thresh.pthresh != 0 || in sfc_rx_qcheck_conf()966 rx_conf->rx_thresh.hthresh != 0 || in sfc_rx_qcheck_conf()967 rx_conf->rx_thresh.wthresh != 0) { in sfc_rx_qcheck_conf()
310 rxconf_i->rx_thresh.pthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first()311 rxconf_i->rx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first()312 rxconf_i->rx_thresh.wthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first()
158 qinfo->conf.rx_thresh.pthresh = 0; in mlx5_rxq_info_get()159 qinfo->conf.rx_thresh.hthresh = 0; in mlx5_rxq_info_get()160 qinfo->conf.rx_thresh.wthresh = 0; in mlx5_rxq_info_get()
170 .rx_thresh = { in ice_dcf_vf_repr_dev_info_get()
742 .rx_thresh = { in ice_dcf_dev_info_get()
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()
1723 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_igb_rx_queue_setup()1724 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igb_rx_queue_setup()1725 rxq->wthresh = rx_conf->rx_thresh.wthresh; in eth_igb_rx_queue_setup()
2227 .rx_thresh = { in eth_igb_infos_get()2322 .rx_thresh = { in eth_igbvf_infos_get()
57 .rx_thresh = {
74 .rx_thresh = {
476 printf("\nRX prefetch threshold: %hhu", qinfo.conf.rx_thresh.pthresh); in rx_queue_infos_display()477 printf("\nRX host threshold: %hhu", qinfo.conf.rx_thresh.hthresh); in rx_queue_infos_display()478 printf("\nRX writeback threshold: %hhu", qinfo.conf.rx_thresh.wthresh); in rx_queue_infos_display()3647 pthresh_tmp = rx_conf[qid].rx_thresh.pthresh; in rxtx_config_display()3648 hthresh_tmp = rx_conf[qid].rx_thresh.hthresh; in rxtx_config_display()3649 wthresh_tmp = rx_conf[qid].rx_thresh.wthresh; in rxtx_config_display()3655 pthresh_tmp = rx_qinfo.conf.rx_thresh.pthresh; in rxtx_config_display()3656 hthresh_tmp = rx_qinfo.conf.rx_thresh.hthresh; in rxtx_config_display()3657 wthresh_tmp = rx_qinfo.conf.rx_thresh.wthresh; in rxtx_config_display()
3686 port->rx_conf[qid].rx_thresh.pthresh = rx_pthresh; in rxtx_port_config()3689 port->rx_conf[qid].rx_thresh.hthresh = rx_hthresh; in rxtx_port_config()3692 port->rx_conf[qid].rx_thresh.wthresh = rx_wthresh; in rxtx_port_config()
73 .rx_thresh = { in i40e_vf_representor_dev_infos_get()
731 .rx_thresh = { in nfp_net_infos_get()
501 .rx_thresh = { in txgbevf_dev_info_get()
1769 .rx_thresh = { in ngbe_dev_info_get()