| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_pci.c | 20 static struct rte_pci_id *mlx5_pci_id_table; 23 pci_id_table_size_get(const struct rte_pci_id *id_table) in pci_id_table_size_get() 33 pci_id_exists(const struct rte_pci_id *id, const struct rte_pci_id *table, in pci_id_exists() 50 pci_id_insert(struct rte_pci_id *new_table, int *next_idx, in pci_id_insert() 51 const struct rte_pci_id *id_table) in pci_id_insert() 66 pci_ids_table_update(const struct rte_pci_id *driver_id_table) in pci_ids_table_update() 68 const struct rte_pci_id *id_iter; in pci_ids_table_update() 69 struct rte_pci_id *updated_table; in pci_ids_table_update() 70 struct rte_pci_id *old_table; in pci_ids_table_update() 133 const struct rte_pci_id *id_table; in mlx5_dev_pci_match() [all …]
|
| /dpdk/buildtools/ |
| H A D | pmdinfogen.py | 117 class rte_pci_id(base_type): class 127 return rte_pci_id 168 rte_pci_id = define_rte_pci_id(image.is_big_endian) 172 size = ctypes.sizeof(rte_pci_id) 177 pci_id = rte_pci_id.from_buffer_copy(data)
|
| /dpdk/drivers/bus/pci/ |
| H A D | rte_bus_pci.h | 69 struct rte_pci_id id; /**< PCI ID. */ 169 const struct rte_pci_id *id_table; /**< ID table, NULL terminated. */
|
| /dpdk/lib/pci/ |
| H A D | rte_pci.h | 81 struct rte_pci_id { struct
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_probe.c | 197 static const struct rte_pci_id pci_ssowvf_map[] = { 273 static const struct rte_pci_id pci_ssovf_map[] = {
|
| H A D | timvf_probe.c | 148 static const struct rte_pci_id pci_timvf_map[] = {
|
| /dpdk/lib/kni/ |
| H A D | rte_kni.h | 68 struct rte_pci_id id; /* depreciated */
|
| /dpdk/drivers/bus/pci/windows/ |
| H A D | pci.c | 292 parse_pci_hardware_id(const char *buf, struct rte_pci_id *pci_id) in parse_pci_hardware_id() 343 struct rte_pci_id pci_id; in pci_scan_one()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 22 static struct rte_pci_id pci_id_cpt_table[] = {
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 108 static struct rte_pci_id pci_id_nitrox_map[] = {
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_cryptodev.c | 24 static struct rte_pci_id pci_id_cpt_table[] = {
|
| H A D | cn10k_cryptodev.c | 24 static struct rte_pci_id pci_id_cpt_table[] = {
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.c | 621 const struct rte_pci_id *ccp_id, in is_ccp_device() 625 const struct rte_pci_id *id; in is_ccp_device() 682 const struct rte_pci_id *ccp_id) in ccp_probe_devices()
|
| H A D | rte_ccp_pmd.c | 183 static struct rte_pci_id ccp_pci_id[] = {
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci_ethdev.c | 30 static const struct rte_pci_id pci_id_virtio_map[] = {
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cnxk_mempool.c | 163 static const struct rte_pci_id npa_pci_map[] = {
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 156 static const struct rte_pci_id mlx5_regex_pci_id_map[] = {
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 16 static const struct rte_pci_id cxgb4vf_pci_tbl[] = {
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.c | 223 static const struct rte_pci_id pci_pkivf_map[] = {
|
| /dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_pf.c | 686 static const struct rte_pci_id pci_id_dlb2_map[] = { 696 static const struct rte_pci_id pci_id_dlb2_5_map[] = {
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_sec.c | 313 static const struct rte_pci_id cnxk_nix_inl_pci_map[] = {
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa.c | 227 static struct rte_pci_id pci_id_sfc_vdpa_efx_map[] = {
|
| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | cnxk_bphy_cgx.c | 318 static const struct rte_pci_id cnxk_bphy_cgx_map[] = {
|
| H A D | cnxk_bphy.c | 18 static const struct rte_pci_id pci_bphy_map[] = {
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 21 static const struct rte_pci_id pci_id_bnx2x_map[] = { 39 static const struct rte_pci_id pci_id_bnx2xvf_map[] = {
|