Home
last modified time | relevance | path

Searched refs:hns3_is_phys_func (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h657 bool hns3_is_phys_func(struct pci_dev *pdev);
Dhns3_debugfs.c249 if (!hns3_is_phys_func(h->pdev)) in hns3_dbg_help()
Dhns3_enet.c1829 bool hns3_is_phys_func(struct pci_dev *pdev) in hns3_is_phys_func() function
1920 if (hns3_is_phys_func(pdev) && IS_ENABLED(CONFIG_PCI_IOV)) in hns3_remove()
1939 if (!(hns3_is_phys_func(pdev) && IS_ENABLED(CONFIG_PCI_IOV))) { in hns3_pci_sriov_configure()