Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
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
Dqed_sriov.c4454 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
4609 qed_sriov_disable(cdev, false); in qed_sriov_enable()
4623 return qed_sriov_disable(cdev, true); in qed_sriov_configure()
Dqed_main.c1419 qed_sriov_disable(cdev, true); in qed_slowpath_stop()