Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h370 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled);
438 static inline int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
Dqed_sriov.c4426 int qed_sriov_disable(struct qed_dev *cdev, bool pci_enabled) in qed_sriov_disable() function
4581 qed_sriov_disable(cdev, false); in qed_sriov_enable()
4595 return qed_sriov_disable(cdev, true); in qed_sriov_configure()
Dqed_main.c1438 qed_sriov_disable(cdev, true); in qed_slowpath_stop()