Home
last modified time | relevance | path

Searched defs:qed_common_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/qed/
Dqed_if.h155 struct qed_common_ops { struct
156 struct qed_dev* (*probe)(struct pci_dev *dev,
160 void (*remove)(struct qed_dev *cdev);
162 int (*set_power_state)(struct qed_dev *cdev,
165 void (*set_id)(struct qed_dev *cdev,
173 void (*update_pf_params)(struct qed_dev *cdev,
175 int (*slowpath_start)(struct qed_dev *cdev,
178 int (*slowpath_stop)(struct qed_dev *cdev);
183 int (*set_fp_int)(struct qed_dev *cdev,
187 int (*get_fp_int)(struct qed_dev *cdev,
[all …]