diff options
author | Shannon Nelson <snelson@pensando.io> | 2020-03-27 20:14:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-30 11:40:50 -0700 |
commit | 987c0871e8ae8991f7f0f08489d883fa19e13f82 (patch) | |
tree | 11fdf031399684f15795c8cca7b59f4566f9a637 /drivers/net/ethernet/pensando/ionic/ionic_lif.h | |
parent | aa47b540b79cb35d6e10baf8b401c316e84199c0 (diff) | |
download | linux-987c0871e8ae8991f7f0f08489d883fa19e13f82.tar.bz2 |
ionic: check for linkup in watchdog
Add a link_status_check to the heartbeat watchdog.
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/pensando/ionic/ionic_lif.h')
-rw-r--r-- | drivers/net/ethernet/pensando/ionic/ionic_lif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/pensando/ionic/ionic_lif.h b/drivers/net/ethernet/pensando/ionic/ionic_lif.h index 7c0c6fef8c0b..8aaa7daf3842 100644 --- a/drivers/net/ethernet/pensando/ionic/ionic_lif.h +++ b/drivers/net/ethernet/pensando/ionic/ionic_lif.h @@ -224,6 +224,7 @@ static inline u32 ionic_coal_hw_to_usec(struct ionic *ionic, u32 units) return (units * div) / mult; } +void ionic_link_status_check_request(struct ionic_lif *lif); int ionic_lifs_alloc(struct ionic *ionic); void ionic_lifs_free(struct ionic *ionic); void ionic_lifs_deinit(struct ionic *ionic); |