2019-06-01 10:08:37 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2017-01-23 22:09:18 -08:00
|
|
|
/*
|
|
|
|
|
* aQuantia Corporation Network Driver
|
|
|
|
|
* Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* File aq_ethtool.h: Declaration of ethertool related functions. */
|
|
|
|
|
|
|
|
|
|
#ifndef AQ_ETHTOOL_H
|
|
|
|
|
#define AQ_ETHTOOL_H
|
|
|
|
|
|
|
|
|
|
#include "aq_common.h"
|
|
|
|
|
|
|
|
|
|
extern const struct ethtool_ops aq_ethtool_ops;
|
2019-11-07 22:41:58 +00:00
|
|
|
#define AQ_PRIV_FLAGS_MASK (AQ_HW_LOOPBACK_MASK)
|
2017-01-23 22:09:18 -08:00
|
|
|
|
|
|
|
|
#endif /* AQ_ETHTOOL_H */
|