Home
last modified time | relevance | path

Searched refs:RTE_DEV_TO_PCI_CONST (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/bus/pci/
H A Dpci_params.c52 pdev = RTE_DEV_TO_PCI_CONST(dev); in pci_dev_match()
H A Drte_bus_pci.h87 #define RTE_DEV_TO_PCI_CONST(ptr) \ macro
H A Dpci_common.c487 pstart = RTE_DEV_TO_PCI_CONST(start); in pci_find_device()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_args.c28 const struct rte_pci_device *pdev = RTE_DEV_TO_PCI_CONST(dev); in bond_pci_addr_cmp()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_pci.c137 pci_dev = RTE_DEV_TO_PCI_CONST(dev); in mlx5_dev_pci_match()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c699 ibv = mlx5_os_get_ibv_device(&RTE_DEV_TO_PCI_CONST(dev)->addr); in mlx5_os_get_ibv_dev()