Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h406 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled);
474 static inline int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
H A Dqed_sriov.c4457 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
4612 qed_sriov_disable(cdev, false); in qed_sriov_enable()
4626 return qed_sriov_disable(cdev, true); in qed_sriov_configure()
H A Dqed_main.c1409 qed_sriov_disable(cdev, true); in qed_slowpath_stop()