Home
last modified time | relevance | path

Searched refs:pcidev_hdl (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwif.c283 if (hw->pcidev_hdl->kdrv == RTE_PCI_KDRV_VFIO) in hinic_set_msix_state()
400 pci_dev = (struct rte_pci_device *)(hwdev->pcidev_hdl); in hinic_init_hwif()
452 PMD_DRV_LOG(INFO, "Device %s hwif attribute:", hwdev->pcidev_hdl->name); in hinic_parse_hwif_attr()
467 struct rte_pci_device *pci_dev = hwdev->pcidev_hdl; in hinic_get_mmio()
508 hwdev->pcidev_hdl->name); in hinic_hwif_res_init()
518 hwdev->pcidev_hdl->name); in hinic_hwif_res_init()
H A Dhinic_pmd_nicio.c756 struct rte_pci_device *pdev = hwdev->pcidev_hdl; in hinic_alloc_nicio()
844 hwdev->pcidev_hdl->name); in hinic_init_nicio()
853 hwdev->pcidev_hdl->name); in hinic_init_nicio()
860 hwdev->pcidev_hdl->name); in hinic_init_nicio()
H A Dhinic_pmd_hwdev.h433 struct rte_pci_device *pcidev_hdl; member
H A Dhinic_pmd_hwdev.c130 hwdev->pcidev_hdl->name, alloc_cnt); in hinic_dma_mem_zalloc()
335 dh_params.name = hwdev->pcidev_hdl->name; in hinic_osdep_init()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.c2758 nic_dev->hwdev->pcidev_hdl = RTE_ETH_DEV_TO_PCI(eth_dev); in hinic_nic_dev_create()