Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c61 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 Dfslmc_vfio.c712 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 Drte_fslmc.h111 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 Dcoresight_tmc.c205 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 Dcoresight.c58 cs_dev->dev_type = desc->dev_type; in coresight_register()
H A Dcoresight.h76 enum cs_dev_type dev_type; member
109 enum cs_dev_type dev_type; member
H A Dcoresight_cmd.c104 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 Dcoresight_replicator.c113 desc.dev_type = CORESIGHT_DYNAMIC_REPLICATOR; in replicator_attach()
H A Dcoresight_tmc.h126 uint32_t dev_type; member
H A Dcoresight_cpu_debug.c138 desc.dev_type = CORESIGHT_CPU_DEBUG; in debug_attach()
H A Dcoresight_funnel.c129 desc.dev_type = CORESIGHT_FUNNEL; in funnel_attach()
H A Dcoresight_etm4x.c252 desc.dev_type = CORESIGHT_ETMV4; in etm_attach()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c165 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 Drte_pmd_ixgbe.h628 uint32_t dev_type, uint16_t *phy_data);
652 uint32_t dev_type, uint16_t phy_data);
H A Drte_pmd_ixgbe.c1051 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 Dmlx4_ethdev.c65 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 Ddpaa2_hw_dpcon.c109 .dev_type = DPAA2_CON,
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpbp.c120 .dev_type = DPAA2_BPOOL,
H A Ddpaa2_hw_dpci.c183 .dev_type = DPAA2_CI,
H A Ddpaa2_hw_dpio.c629 .dev_type = DPAA2_IO,
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ptp.c178 .dev_type = DPAA2_DPRTC,
H A Ddpaa2_mux.c265 .dev_type = DPAA2_MUX,
/f-stack/dpdk/drivers/net/qede/
H A Dqede_if.h62 enum ecore_dev_type dev_type; member
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.c96 enum bcmfs_device_type dev_type __rte_unused) in fsdev_allocate_one_dev()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vfpf_if.h195 u8 dev_type; member

12