Searched refs:lpbk_mode (Results 1 – 25 of 28) sorted by relevance
12
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev_trace.h | 35 rte_trace_point_emit_u32(dev_conf->lpbk_mode);
|
| H A D | rte_ethdev.h | 1581 uint32_t lpbk_mode; /**< Loopback operation mode. By default the value member
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_port.c | 206 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 D | sfc_repr.c | 436 if (conf->lpbk_mode != 0) { in sfc_repr_check_conf()
|
| H A D | sfc.c | 168 if (conf->lpbk_mode != 0) { in sfc_check_conf()
|
| /dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 89 .lpbk_mode = 0, 106 .lpbk_mode = 0,
|
| H A D | test_pmd_perf.c | 70 .lpbk_mode = 1, /* enable loopback */
|
| H A D | test_link_bonding_mode4.c | 116 .lpbk_mode = 0,
|
| H A D | test_link_bonding.c | 143 .lpbk_mode = 0,
|
| /dpdk/examples/ip_pipeline/ |
| H A D | link.c | 62 .lpbk_mode = 0,
|
| /dpdk/examples/pipeline/ |
| H A D | obj.c | 144 .lpbk_mode = 0,
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 563 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 D | cnxk_ethdev.c | 1123 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 D | nicvf_ethdev.c | 808 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 D | ionic_ethdev.c | 889 if (dev_conf->lpbk_mode) in ionic_dev_start()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.c | 3399 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 D | dpaa2_ethdev.c | 672 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 D | mlx5_devx.c | 778 if (dev->data->dev_conf.lpbk_mode) in mlx5_devx_tir_attr_set()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_rxtx.c | 2898 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 D | ngbe_ethdev.c | 1027 if (hw->is_pf && dev->data->dev_conf.lpbk_mode) in ngbe_dev_start()
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 1257 if (dev->data->dev_conf.lpbk_mode == 1) in igc_rx_init()
|
| H A D | igc_ethdev.c | 1070 if (dev->data->dev_conf.lpbk_mode == 1) { in eth_igc_start()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 4336 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 D | mrvl_ethdev.c | 914 ret = pp2_ppio_set_loopback(priv->ppio, dev->data->dev_conf.lpbk_mode); in mrvl_dev_start()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 2439 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