Lines Matching defs:qed_eth_ops
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,
294 int (*vport_update)(struct qed_dev *cdev,
297 int (*q_rx_start)(struct qed_dev *cdev,
306 int (*q_rx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle);
308 int (*q_tx_start)(struct qed_dev *cdev,
315 int (*q_tx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle);
317 int (*filter_config)(struct qed_dev *cdev,
342 const struct qed_eth_ops *qed_get_eth_ops(void); argument