Searched defs:qed_eth_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/qed/ |
| D | qed_eth_if.h | 258 struct qed_eth_ops { struct 259 const struct qed_common_ops *common; 261 const struct qed_iov_hv_ops *iov; 264 const struct qed_eth_dcbnl_ops *dcb; 266 const struct qed_eth_ptp_ops *ptp; 268 int (*fill_dev_info)(struct qed_dev *cdev, 271 void (*register_ops)(struct qed_dev *cdev, 275 bool(*check_mac) (struct qed_dev *cdev, u8 *mac); 277 int (*vport_start)(struct qed_dev *cdev, 280 int (*vport_stop)(struct qed_dev *cdev, [all …]
|
| /kernel/linux/linux-5.10/include/linux/qed/ |
| D | qed_eth_if.h | 269 struct qed_eth_ops { struct 270 const struct qed_common_ops *common; 272 const struct qed_iov_hv_ops *iov; 275 const struct qed_eth_dcbnl_ops *dcb; 277 const struct qed_eth_ptp_ops *ptp; 279 int (*fill_dev_info)(struct qed_dev *cdev, 282 void (*register_ops)(struct qed_dev *cdev, 286 bool(*check_mac) (struct qed_dev *cdev, u8 *mac); 288 int (*vport_start)(struct qed_dev *cdev, 291 int (*vport_stop)(struct qed_dev *cdev, [all …]
|