Home
last modified time | relevance | path

Searched refs:lpbk_mode (Results 1 – 25 of 28) sorted by relevance

12

/dpdk/lib/ethdev/
H A Drte_ethdev_trace.h35 rte_trace_point_emit_u32(dev_conf->lpbk_mode);
H A Drte_ethdev.h1581 uint32_t lpbk_mode; /**< Loopback operation mode. By default the value member
/dpdk/drivers/net/sfc/
H A Dsfc_port.c206 if (sa->eth_dev->data->dev_conf.lpbk_mode != 0) { in sfc_port_start()
212 sa->eth_dev->data->dev_conf.lpbk_mode); in sfc_port_start()
214 sa->eth_dev->data->dev_conf.lpbk_mode); in sfc_port_start()
H A Dsfc_repr.c436 if (conf->lpbk_mode != 0) { in sfc_repr_check_conf()
H A Dsfc.c168 if (conf->lpbk_mode != 0) { in sfc_check_conf()
/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c89 .lpbk_mode = 0,
106 .lpbk_mode = 0,
H A Dtest_pmd_perf.c70 .lpbk_mode = 1, /* enable loopback */
H A Dtest_link_bonding_mode4.c116 .lpbk_mode = 0,
H A Dtest_link_bonding.c143 .lpbk_mode = 0,
/dpdk/examples/ip_pipeline/
H A Dlink.c62 .lpbk_mode = 0,
/dpdk/examples/pipeline/
H A Dobj.c144 .lpbk_mode = 0,
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c563 if (dev->data->dev_conf.lpbk_mode) { in mlx5_ibv_hrxq_new()
1109 if (dev->data->dev_conf.lpbk_mode) { in mlx5_rxq_ibv_obj_dummy_lb_create()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c1123 nix->enable_loop = eth_dev->data->dev_conf.lpbk_mode; in cnxk_nix_configure()
1253 eth_dev->data->dev_conf.lpbk_mode); in cnxk_nix_configure()
/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c808 dev->data->dev_conf.lpbk_mode, rsshf); in nicvf_configure_rss()
1698 ret = nicvf_loopback_config(nic, dev->data->dev_conf.lpbk_mode); in nicvf_dev_start()
/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c889 if (dev_conf->lpbk_mode) in ionic_dev_start()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3399 if (dev->data->dev_conf.lpbk_mode != 0) { in ixgbe_dev_clear_queues()
5089 if (dev->data->dev_conf.lpbk_mode != 0) { in ixgbe_dev_rx_init()
5281 if (dev->data->dev_conf.lpbk_mode == IXGBE_LPBK_TX_RX) in ixgbe_check_supported_loopback_mode()
5380 if (dev->data->dev_conf.lpbk_mode != 0) { in ixgbe_dev_rxtx_start()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c672 if (eth_conf->lpbk_mode) { in dpaa2_eth_dev_configure()
2629 if (eth_dev->data->dev_conf.lpbk_mode) in dpaa2_dev_init()
/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c778 if (dev->data->dev_conf.lpbk_mode) in mlx5_devx_tir_attr_set()
/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.c2898 if (hw->is_pf && dev->data->dev_conf.lpbk_mode) in ngbe_dev_rx_init()
3098 if (hw->is_pf && dev->data->dev_conf.lpbk_mode) in ngbe_dev_rxtx_start()
H A Dngbe_ethdev.c1027 if (hw->is_pf && dev->data->dev_conf.lpbk_mode) in ngbe_dev_start()
/dpdk/drivers/net/igc/
H A Digc_txrx.c1257 if (dev->data->dev_conf.lpbk_mode == 1) in igc_rx_init()
H A Digc_ethdev.c1070 if (dev->data->dev_conf.lpbk_mode == 1) { in eth_igc_start()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c4336 dev->data->dev_conf.lpbk_mode) in txgbe_dev_rx_init()
4541 dev->data->dev_conf.lpbk_mode) in txgbe_dev_rxtx_start()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c914 ret = pp2_ppio_set_loopback(priv->ppio, dev->data->dev_conf.lpbk_mode); in mrvl_dev_start()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c2439 if (dev->data->dev_conf.lpbk_mode == I40E_AQ_LB_MODE_NONE || in i40e_dev_start()
2440 dev->data->dev_conf.lpbk_mode == I40E_AQ_LB_PHY_LOCAL) { in i40e_dev_start()
2441 ret = i40e_aq_set_lb_modes(hw, dev->data->dev_conf.lpbk_mode, NULL); in i40e_dev_start()

12