Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h369 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled);
437 static inline int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
Dqed_sriov.c4414 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
4569 qed_sriov_disable(cdev, false); in qed_sriov_enable()
4583 return qed_sriov_disable(cdev, true); in qed_sriov_configure()
Dqed_main.c1432 qed_sriov_disable(cdev, true); in qed_slowpath_stop()