Lines Matching defs:qed_eth_ops
295 struct qed_eth_ops { struct
296 const struct qed_common_ops *common;
298 const struct qed_iov_hv_ops *iov;
301 const struct qed_eth_dcbnl_ops *dcb;
303 const struct qed_eth_ptp_ops *ptp;
305 int (*fill_dev_info)(struct qed_dev *cdev,
308 void (*register_ops)(struct qed_dev *cdev,
312 bool(*check_mac) (struct qed_dev *cdev, u8 *mac);
314 int (*vport_start)(struct qed_dev *cdev,
317 int (*vport_stop)(struct qed_dev *cdev,
320 int (*vport_update)(struct qed_dev *cdev,
323 int (*q_rx_start)(struct qed_dev *cdev,
332 int (*q_rx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle);
334 int (*q_tx_start)(struct qed_dev *cdev,
341 int (*q_tx_stop)(struct qed_dev *cdev, u8 rss_id, void *handle);
343 int (*filter_config)(struct qed_dev *cdev,
368 const struct qed_eth_ops *qed_get_eth_ops(void); argument