Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h393 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled);
461 static inline int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
Dqed_sriov.c4439 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
4594 qed_sriov_disable(cdev, false); in qed_sriov_enable()
4608 return qed_sriov_disable(cdev, true); in qed_sriov_configure()
Dqed_main.c1382 qed_sriov_disable(cdev, true); in qed_slowpath_stop()