Home
last modified time | relevance | path

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

/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c62 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 Dfslmc_vfio.c720 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 Drte_fslmc.h113 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 Ddpaa2_hw_dprc.c53 if (dev->dev_type == DPAA2_ETH) { in rte_dpaa2_create_dprc_device()
96 .dev_type = DPAA2_DPRC,
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.c636 .dev_type = DPAA2_IO,
/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()
/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.h625 uint32_t dev_type, uint16_t *phy_data);
648 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()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c161 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 Ddpaa2_hw_dpcon.c109 .dev_type = DPAA2_CON,
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ptp.c179 .dev_type = DPAA2_DPRTC,
H A Ddpaa2_mux.c362 .dev_type = DPAA2_MUX,
/dpdk/drivers/net/qede/
H A Dqede_if.h62 enum ecore_dev_type dev_type; member
H A Dqede_main.c373 dev_info->dev_type = edev->type; in qed_fill_dev_info()
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.c96 enum bcmfs_device_type dev_type __rte_unused) in fsdev_allocate_one_dev()
/dpdk/drivers/net/qede/base/
H A Decore_vfpf_if.h195 u8 dev_type; member
H A Decore_vf.c472 p_dev->type = resp->pfdev_info.dev_type; in ecore_vf_pf_acquire()
H A Decore_sriov.c1899 pfdev_info->dev_type = p_hwfn->p_dev->type; in ecore_iov_vf_mbx_acquire()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst285 * Replaced ``dev_type`` enumeration with ``uint8_t`` ``driver_id`` in