| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 62 if (dev1->dev_type > dev2->dev_type) { in compare_dpaa2_devname() 64 } else if (dev1->dev_type < dev2->dev_type) { in compare_dpaa2_devname() 177 dev->dev_type = DPAA2_ETH; in scan_one_fslmc_device() 181 dev->dev_type = DPAA2_CON; in scan_one_fslmc_device() 183 dev->dev_type = DPAA2_BPOOL; in scan_one_fslmc_device() 185 dev->dev_type = DPAA2_IO; in scan_one_fslmc_device() 187 dev->dev_type = DPAA2_CI; in scan_one_fslmc_device() 191 dev->dev_type = DPAA2_QDMA; in scan_one_fslmc_device() 193 dev->dev_type = DPAA2_MUX; in scan_one_fslmc_device() 195 dev->dev_type = DPAA2_DPRTC; in scan_one_fslmc_device() [all …]
|
| H A D | fslmc_vfio.c | 720 switch (dev->dev_type) { in fslmc_process_iodevices() 733 if (dev->dev_type == object->dev_type) in fslmc_process_iodevices() 822 if (dev->dev_type == DPAA2_MPORTAL) { in fslmc_vfio_process_group() 828 if (dev->dev_type == DPAA2_IO) { in fslmc_vfio_process_group() 890 if (dev->dev_type == DPAA2_DPRC) { in fslmc_vfio_process_group() 903 if (dev->dev_type == DPAA2_IO) in fslmc_vfio_process_group() 913 dev->dev_type != DPAA2_ETH && in fslmc_vfio_process_group() 914 dev->dev_type != DPAA2_CRYPTO && in fslmc_vfio_process_group() 915 dev->dev_type != DPAA2_QDMA && in fslmc_vfio_process_group() 916 dev->dev_type != DPAA2_IO) { in fslmc_vfio_process_group() [all …]
|
| H A D | rte_fslmc.h | 113 enum rte_dpaa2_dev_type dev_type; /**< Type of device */ member 128 enum rte_dpaa2_dev_type dev_type; /**< Device Type */ member
|
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dprc.c | 53 if (dev->dev_type == DPAA2_ETH) { in rte_dpaa2_create_dprc_device() 96 .dev_type = DPAA2_DPRC,
|
| H A D | dpaa2_hw_dpbp.c | 120 .dev_type = DPAA2_BPOOL,
|
| H A D | dpaa2_hw_dpci.c | 183 .dev_type = DPAA2_CI,
|
| H A D | dpaa2_hw_dpio.c | 636 .dev_type = DPAA2_IO,
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 65 unsigned int dev_type = 0; in mlx4_get_ifname() local 91 (dev_type ? "dev_id" : "dev_port")); in mlx4_get_ifname() 103 if (dev_type) in mlx4_get_ifname() 105 dev_type = 1; in mlx4_get_ifname() 110 r = fscanf(file, (dev_type ? "%x" : "%u"), &dev_port); in mlx4_get_ifname()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | rte_pmd_ixgbe.h | 625 uint32_t dev_type, uint16_t *phy_data); 648 uint32_t dev_type, uint16_t phy_data);
|
| H A D | rte_pmd_ixgbe.c | 1051 uint32_t dev_type, uint16_t *phy_data) in rte_pmd_ixgbe_mdio_unlocked_read() argument 1068 (dev_type << IXGBE_MSCA_PHY_ADDR_SHIFT) | in rte_pmd_ixgbe_mdio_unlocked_read() 1098 uint32_t dev_type, uint16_t phy_data) in rte_pmd_ixgbe_mdio_unlocked_write() argument 1118 (dev_type << IXGBE_MSCA_PHY_ADDR_SHIFT) | in rte_pmd_ixgbe_mdio_unlocked_write()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 161 unsigned int dev_type = 0; in mlx5_get_ifname_sysfs() local 188 (dev_type ? "dev_id" : "dev_port")); in mlx5_get_ifname_sysfs() 200 if (dev_type) in mlx5_get_ifname_sysfs() 202 dev_type = 1; in mlx5_get_ifname_sysfs() 207 r = fscanf(file, (dev_type ? "%x" : "%u"), &dev_port); in mlx5_get_ifname_sysfs()
|
| /dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_hw_dpcon.c | 109 .dev_type = DPAA2_CON,
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ptp.c | 179 .dev_type = DPAA2_DPRTC,
|
| H A D | dpaa2_mux.c | 362 .dev_type = DPAA2_MUX,
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_if.h | 62 enum ecore_dev_type dev_type; member
|
| H A D | qede_main.c | 373 dev_info->dev_type = edev->type; in qed_fill_dev_info()
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_device.c | 96 enum bcmfs_device_type dev_type __rte_unused) in fsdev_allocate_one_dev()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_vfpf_if.h | 195 u8 dev_type; member
|
| H A D | ecore_vf.c | 472 p_dev->type = resp->pfdev_info.dev_type; in ecore_vf_pf_acquire()
|
| H A D | ecore_sriov.c | 1899 pfdev_info->dev_type = p_hwfn->p_dev->type; in ecore_iov_vf_mbx_acquire()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 285 * Replaced ``dev_type`` enumeration with ``uint8_t`` ``driver_id`` in
|