| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 43 id->subsystem_device_id == table[i].subsystem_device_id) in pci_id_exists() 151 if (id_table->subsystem_device_id != in mlx5_dev_pci_match() 152 pci_dev->id.subsystem_device_id && in mlx5_dev_pci_match() 153 id_table->subsystem_device_id != RTE_PCI_ANY_ID) in mlx5_dev_pci_match()
|
| /dpdk/drivers/event/skeleton/ |
| H A D | skeleton_eventdev.h | 27 uint16_t subsystem_device_id; member
|
| H A D | skeleton_eventdev.c | 372 skel->subsystem_device_id = pci_dev->id.subsystem_device_id; in skeleton_eventdev_init()
|
| /dpdk/lib/pci/ |
| H A D | rte_pci.h | 86 uint16_t subsystem_device_id; /**< Subsystem device ID or RTE_PCI_ANY_ID. */ member
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.h | 133 uint16_t subsystem_device_id; member 189 uint16_t subsystem_device_id; member
|
| H A D | nfp_ethdev_vf.c | 320 hw->subsystem_device_id = pci_dev->id.subsystem_device_id; in nfp_netvf_init()
|
| H A D | nfp_ethdev.c | 441 hw->subsystem_device_id = pci_dev->id.subsystem_device_id; in nfp_net_init()
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_struct.h | 99 uint16_t subsystem_device_id; member
|
| H A D | nicvf_ethdev.c | 2147 nic->subsystem_device_id = pci_dev->id.subsystem_device_id; in nicvf_eth_dev_init() 2262 .subsystem_device_id = PCI_SUB_DEVICE_ID_CN88XX_PASS1_NICVF, 2269 .subsystem_device_id = PCI_SUB_DEVICE_ID_CN88XX_PASS2_NICVF, 2276 .subsystem_device_id = PCI_SUB_DEVICE_ID_CN81XX_NICVF, 2283 .subsystem_device_id = PCI_SUB_DEVICE_ID_CN83XX_NICVF,
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 146 if (id_table->subsystem_device_id != in rte_pci_match() 147 pci_dev->id.subsystem_device_id && in rte_pci_match() 148 id_table->subsystem_device_id != RTE_PCI_ANY_ID) in rte_pci_match()
|
| H A D | rte_bus_pci.h | 107 .subsystem_device_id = RTE_PCI_ANY_ID
|
| /dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.h | 86 uint16_t subsystem_device_id; member
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_vf.h | 247 u16 subsystem_device_id; member
|
| H A D | e1000_i210.c | 445 *data = hw->subsystem_device_id; in e1000_read_invm_i210()
|
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_hw.h | 152 return nic->subsystem_device_id; in nicvf_hw_version()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 1548 if ((hw->subsystem_device_id & 0xFF) == TXGBE_DEV_ID_MAC_XAUI) in txgbe_set_link_to_kx4() 2160 u8 type = hw->subsystem_device_id & 0xFF; in txgbe_autoc_read() 2243 u8 device_type = hw->subsystem_device_id & 0xFF; in txgbe_autoc_write() 2313 hw->subsystem_device_id = TXGBE_DEV_ID_WX1820_SFP; in txgbe_bp_mode_set() 2315 hw->subsystem_device_id = TXGBE_DEV_ID_WX1820_KR_KX_KX4; in txgbe_bp_mode_set() 2317 hw->subsystem_device_id = TXGBE_DEV_ID_WX1820_MAC_XAUI; in txgbe_bp_mode_set() 2319 hw->subsystem_device_id = TXGBE_DEV_ID_WX1820_MAC_SGMII; in txgbe_bp_mode_set()
|
| /dpdk/drivers/bus/pci/windows/ |
| H A D | pci.c | 319 pci_id->subsystem_device_id = subvendor_id >> 16; in parse_pci_hardware_id()
|
| /dpdk/buildtools/ |
| H A D | pmdinfogen.py | 185 pci_id.subsystem_device_id,
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_platform.h | 267 .subsystem_device_id = (subsystem_dev), \
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf.c | 607 hw->avf.subsystem_device_id = pci_dev->id.subsystem_device_id; in ice_dcf_init_hw()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev_vf.c | 212 hw->subsystem_device_id = pci_dev->id.subsystem_device_id; in eth_txgbevf_dev_init()
|
| /dpdk/drivers/bus/pci/bsd/ |
| H A D | pci.c | 241 dev->id.subsystem_device_id = conf->pc_subdevice; in pci_scan_one()
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_type.h | 335 u16 subsystem_device_id; member
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 261 dev->id.subsystem_device_id = (uint16_t)tmp; in pci_scan_one()
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_type.h | 716 u16 subsystem_device_id; member
|