| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 365 opriv->master && in mlx5_find_master_dev() 413 struct rte_eth_dev *master; in mlx5_link_update_unlocked_gset() local 426 if (master) { in mlx5_link_update_unlocked_gset() 485 struct rte_eth_dev *master = NULL; in mlx5_link_update_unlocked_gs() local 516 if (master) { in mlx5_link_update_unlocked_gs() 540 ret = mlx5_ifreq(master ? master : dev, SIOCETHTOOL, &ifr); in mlx5_link_update_unlocked_gs() 1061 switch_info->master = device_dir; in mlx5_sysfs_check_switch_info() 1069 switch_info->master = device_dir; in mlx5_sysfs_check_switch_info() 1073 switch_info->master = 1; in mlx5_sysfs_check_switch_info() 1088 switch_info->master = device_dir; in mlx5_sysfs_check_switch_info() [all …]
|
| H A D | mlx5_os.c | 1185 priv->master = !!switch_info->master; in mlx5_dev_spawn() 1195 priv->master, priv->representor, priv->pf_bond); in mlx5_dev_spawn() 1406 opriv->master && in mlx5_dev_spawn() 1682 ret = si_b->master - si_a->master; in mlx5_dev_spawn_data_cmp() 2057 !list[ns].info.master)) { in mlx5_os_pci_probe_pf() 2075 list[ns].info.master = 0; in mlx5_os_pci_probe_pf() 2095 list[ns].info.master)) in mlx5_os_pci_probe_pf() 2181 !list[ns].info.master)) { in mlx5_os_pci_probe_pf() 2191 list[ns].info.master)) { in mlx5_os_pci_probe_pf() 2195 !list[ns].info.master) { in mlx5_os_pci_probe_pf() [all …]
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | README | 42 3. Add altera SPI master driver and Intel MAX10 device driver. 43 4. Add Altera I2C master driver and AT24 eeprom driver.
|
| /dpdk/drivers/net/mlx5/windows/ |
| H A D | mlx5_os.c | 357 priv->master = !!switch_info->master; in mlx5_dev_spawn() 412 opriv->master && in mlx5_dev_spawn()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_nl.c | 1251 switch_info->master = num_vf_set; in mlx5_nl_check_switch_info() 1259 switch_info->master = num_vf_set; in mlx5_nl_check_switch_info() 1263 switch_info->master = 1; in mlx5_nl_check_switch_info() 1295 .master = 0, in mlx5_nl_switch_info_cb() 1354 MLX5_ASSERT(!(info.master && info.representor)); in mlx5_nl_switch_info_cb() 1408 if (info->master && info->representor) { in mlx5_nl_switch_info()
|
| /dpdk/lib/vhost/ |
| H A D | vhost_user.h | 128 uint32_t master; /* a VhostUserRequest value */ member
|
| H A D | vhost_user.c | 98 vhost_message_handlers[ctx->msg.request.master].description, in validate_msg_fds() 1152 if (ack_ctx.msg.request.master != VHOST_USER_SET_MEM_TABLE) { in vhost_user_postcopy_register() 1154 dev->ifname, ack_ctx.msg.request.master); in vhost_user_postcopy_register() 2787 switch (ctx->msg.request.master) { in vhost_user_check_and_alloc_queue_pair() 2891 request = ctx.msg.request.master; in vhost_user_msg_handler()
|
| H A D | vhost_crypto.c | 470 switch (ctx->msg.request.master) { in vhost_crypto_msg_post_handler()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_mac.c | 175 if (pf_priv->master == 1) in mlx5_mac_addr_set()
|
| H A D | mlx5_ethdev.c | 49 if (priv->master && priv->sh->bond.ifindex > 0) in mlx5_ifindex()
|
| H A D | mlx5.h | 1451 unsigned int master:1; /* Device is a E-Switch master. */ member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ptpclient.rst | 8 example of using the DPDK IEEE1588 API to communicate with a PTP master clock 24 * The first discovered master is the main for the session.
|
| H A D | intro.rst | 88 master clock to synchronize time on a Network Interface Card (NIC) using the
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 165 uint32_t master:1; /**< Master device. */ member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | glossary.rst | 131 master lcore
|
| /dpdk/doc/guides/nics/ |
| H A D | nfb.rst | 102 NUMA nodes, there is need for manual check where master/slave is connected.
|
| H A D | ena.rst | 171 <https://github.com/amzn/amzn-drivers/tree/master/userspace/dpdk/README.md>`_.
|
| H A D | bnxt.rst | 141 PFs as a master PF. 538 synchronize the time on the NIC (and optionally, on the system) to a PTP master. 540 The BNXT PMD supports a PTP client application to communicate with a PTP master
|
| H A D | thunderx.rst | 206 The primary VFs are used as master queue sets. Secondary VFs provide
|
| H A D | mlx4.rst | 212 …nstallation documentation`: https://raw.githubusercontent.com/linux-rdma/rdma-core/master/README.md
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 340 enum dev_master master, enum dev_state *state);
|
| H A D | t4_hw.c | 3204 enum dev_master master, enum dev_state *state) in t4_fw_hello() argument 3216 V_FW_HELLO_CMD_MASTERDIS(master == MASTER_CANT) | in t4_fw_hello() 3217 V_FW_HELLO_CMD_MASTERFORCE(master == MASTER_MUST) | in t4_fw_hello() 3218 V_FW_HELLO_CMD_MBMASTER(master == MASTER_MUST ? mbox : in t4_fw_hello()
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 167 `Sphinx Getting Started <http://www.sphinx-doc.org/en/master/usage/quickstart.html>`_. 439 …`Sphinx Documentation <https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html…
|
| H A D | coding_style.rst | 350 'master / slave' (or 'slave' independent of 'master') and 'blacklist / 353 Recommended replacements for 'master / slave' are:
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_int.c | 209 static const char *grc_timeout_attn_master_to_str(u8 master) in grc_timeout_attn_master_to_str() argument 211 switch (master) { in grc_timeout_attn_master_to_str()
|