Searched defs:qed_common_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/qed/ |
| D | qed_if.h | 848 struct qed_common_ops { struct 849 struct qed_selftest_ops *selftest; 851 struct qed_dev* (*probe)(struct pci_dev *dev, 854 void (*remove)(struct qed_dev *cdev); 856 int (*set_power_state)(struct qed_dev *cdev, pci_power_t state); 858 void (*set_name) (struct qed_dev *cdev, char name[]); 864 void (*update_pf_params)(struct qed_dev *cdev, 867 int (*slowpath_start)(struct qed_dev *cdev, 870 int (*slowpath_stop)(struct qed_dev *cdev); 875 int (*set_fp_int)(struct qed_dev *cdev, u16 cnt); [all …]
|
| /kernel/linux/linux-6.6/include/linux/qed/ |
| D | qed_if.h | 876 struct qed_common_ops { struct 877 struct qed_selftest_ops *selftest; 879 struct qed_dev* (*probe)(struct pci_dev *dev, 882 void (*remove)(struct qed_dev *cdev); 884 int (*set_power_state)(struct qed_dev *cdev, pci_power_t state); 886 void (*set_name) (struct qed_dev *cdev, char name[]); 892 void (*update_pf_params)(struct qed_dev *cdev, 895 int (*slowpath_start)(struct qed_dev *cdev, 898 int (*slowpath_stop)(struct qed_dev *cdev); 903 int (*set_fp_int)(struct qed_dev *cdev, u16 cnt); [all …]
|