diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/net_driver.h')
-rw-r--r-- | drivers/net/ethernet/sfc/net_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h index ae0d145a5bed..a6f4d9aadd40 100644 --- a/drivers/net/ethernet/sfc/net_driver.h +++ b/drivers/net/ethernet/sfc/net_driver.h | |||
@@ -1330,6 +1330,7 @@ struct efx_nic_type { | |||
1330 | int (*ptp_set_ts_sync_events)(struct efx_nic *efx, bool en, bool temp); | 1330 | int (*ptp_set_ts_sync_events)(struct efx_nic *efx, bool en, bool temp); |
1331 | int (*ptp_set_ts_config)(struct efx_nic *efx, | 1331 | int (*ptp_set_ts_config)(struct efx_nic *efx, |
1332 | struct hwtstamp_config *init); | 1332 | struct hwtstamp_config *init); |
1333 | int (*sriov_configure)(struct efx_nic *efx, int num_vfs); | ||
1333 | int (*sriov_init)(struct efx_nic *efx); | 1334 | int (*sriov_init)(struct efx_nic *efx); |
1334 | void (*sriov_fini)(struct efx_nic *efx); | 1335 | void (*sriov_fini)(struct efx_nic *efx); |
1335 | void (*sriov_mac_address_changed)(struct efx_nic *efx); | 1336 | void (*sriov_mac_address_changed)(struct efx_nic *efx); |