| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 61 if (dev1->dev_type > dev2->dev_type) { in compare_dpaa2_devname() 63 } else if (dev1->dev_type < dev2->dev_type) { in compare_dpaa2_devname() 171 dev->dev_type = DPAA2_ETH; in scan_one_fslmc_device() 173 dev->dev_type = DPAA2_CRYPTO; in scan_one_fslmc_device() 175 dev->dev_type = DPAA2_CON; in scan_one_fslmc_device() 177 dev->dev_type = DPAA2_BPOOL; in scan_one_fslmc_device() 179 dev->dev_type = DPAA2_IO; in scan_one_fslmc_device() 181 dev->dev_type = DPAA2_CI; in scan_one_fslmc_device() 185 dev->dev_type = DPAA2_QDMA; in scan_one_fslmc_device() 187 dev->dev_type = DPAA2_MUX; in scan_one_fslmc_device() [all …]
|
| H A D | fslmc_vfio.c | 712 switch (dev->dev_type) { in fslmc_process_iodevices() 724 if (dev->dev_type == object->dev_type) in fslmc_process_iodevices() 812 if (dev->dev_type == DPAA2_MPORTAL) { in fslmc_vfio_process_group() 818 if (dev->dev_type == DPAA2_IO) { in fslmc_vfio_process_group() 829 if (dev->dev_type == DPAA2_MPORTAL) { in fslmc_vfio_process_group() 876 if (dev->dev_type == DPAA2_IO) in fslmc_vfio_process_group() 886 dev->dev_type != DPAA2_ETH && in fslmc_vfio_process_group() 887 dev->dev_type != DPAA2_CRYPTO && in fslmc_vfio_process_group() 888 dev->dev_type != DPAA2_QDMA && in fslmc_vfio_process_group() 889 dev->dev_type != DPAA2_IO) { in fslmc_vfio_process_group() [all …]
|
| H A D | rte_fslmc.h | 111 enum rte_dpaa2_dev_type dev_type; /**< Type of device */ member 126 enum rte_dpaa2_dev_type dev_type; /**< Device Type */ member
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight_tmc.c | 205 sc->dev_type = CORESIGHT_ETR; in tmc_init() 209 sc->dev_type = CORESIGHT_ETF; in tmc_init() 217 sc->dev_type = CORESIGHT_UNKNOWN; in tmc_init() 233 if (sc->dev_type == CORESIGHT_ETF) in tmc_enable() 236 KASSERT(sc->dev_type == CORESIGHT_ETR, in tmc_enable() 268 if (sc->dev_type == CORESIGHT_ETF) in tmc_disable() 271 KASSERT(sc->dev_type == CORESIGHT_ETR, ("Wrong dev_type")); in tmc_disable() 292 if (sc->dev_type == CORESIGHT_ETF) in tmc_read() 331 desc.dev_type = CORESIGHT_TMC; in tmc_attach()
|
| H A D | coresight.c | 58 cs_dev->dev_type = desc->dev_type; in coresight_register()
|
| H A D | coresight.h | 76 enum cs_dev_type dev_type; member 109 enum cs_dev_type dev_type; member
|
| H A D | coresight_cmd.c | 104 if (cs_dev->dev_type == event->src && in coresight_init_event() 114 if (cs_dev->dev_type == CORESIGHT_CPU_DEBUG && in coresight_init_event()
|
| H A D | coresight_replicator.c | 113 desc.dev_type = CORESIGHT_DYNAMIC_REPLICATOR; in replicator_attach()
|
| H A D | coresight_tmc.h | 126 uint32_t dev_type; member
|
| H A D | coresight_cpu_debug.c | 138 desc.dev_type = CORESIGHT_CPU_DEBUG; in debug_attach()
|
| H A D | coresight_funnel.c | 129 desc.dev_type = CORESIGHT_FUNNEL; in funnel_attach()
|
| H A D | coresight_etm4x.c | 252 desc.dev_type = CORESIGHT_ETMV4; in etm_attach()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 165 unsigned int dev_type = 0; in mlx5_get_ifname_sysfs() local 192 (dev_type ? "dev_id" : "dev_port")); in mlx5_get_ifname_sysfs() 204 if (dev_type) in mlx5_get_ifname_sysfs() 206 dev_type = 1; in mlx5_get_ifname_sysfs() 211 r = fscanf(file, (dev_type ? "%x" : "%u"), &dev_port); in mlx5_get_ifname_sysfs()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | rte_pmd_ixgbe.h | 628 uint32_t dev_type, uint16_t *phy_data); 652 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()
|
| /f-stack/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()
|
| /f-stack/dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_hw_dpcon.c | 109 .dev_type = DPAA2_CON,
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| 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 | 629 .dev_type = DPAA2_IO,
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ptp.c | 178 .dev_type = DPAA2_DPRTC,
|
| H A D | dpaa2_mux.c | 265 .dev_type = DPAA2_MUX,
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_if.h | 62 enum ecore_dev_type dev_type; member
|
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_device.c | 96 enum bcmfs_device_type dev_type __rte_unused) in fsdev_allocate_one_dev()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vfpf_if.h | 195 u8 dev_type; member
|