diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qed/qed_eth_if.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/qed/qed_eth_if.h b/include/linux/qed/qed_eth_if.h index 67a7b41b70aa..ab1041424013 100644 --- a/include/linux/qed/qed_eth_if.h +++ b/include/linux/qed/qed_eth_if.h | |||
| @@ -111,6 +111,10 @@ struct qed_eth_ops { | |||
| 111 | int (*fill_dev_info)(struct qed_dev *cdev, | 111 | int (*fill_dev_info)(struct qed_dev *cdev, |
| 112 | struct qed_dev_eth_info *info); | 112 | struct qed_dev_eth_info *info); |
| 113 | 113 | ||
| 114 | void (*register_ops)(struct qed_dev *cdev, | ||
| 115 | struct qed_eth_cb_ops *ops, | ||
| 116 | void *cookie); | ||
| 117 | |||
| 114 | int (*vport_start)(struct qed_dev *cdev, | 118 | int (*vport_start)(struct qed_dev *cdev, |
| 115 | u8 vport_id, u16 mtu, | 119 | u8 vport_id, u16 mtu, |
| 116 | u8 drop_ttl0_flg, | 120 | u8 drop_ttl0_flg, |
