/* SPDX-License-Identifier: GPL-2.0-only */ /***************************************************************************** * * * File: gmac.h * * $Revision: 1.6 $ * * $Date: 2005/06/21 18:29:47 $ * * Description: * * Generic MAC functionality. * * part of the Chelsio 10Gb Ethernet Driver. * * * * * * http://www.chelsio.com * * * * Copyright (c) 2003 - 2005 Chelsio Communications, Inc. * * All rights reserved. * * * * Maintainers: [email protected] * * * * Authors: Dimitrios Michailidis <[email protected]> * * Tina Yang <[email protected]> * * Felix Marti <[email protected]> * * Scott Bardone <[email protected]> * * Kurt Ottaway <[email protected]> * * Frank DiMambro <[email protected]> * * * * History: * * * ****************************************************************************/ #ifndef _CXGB_GMAC_H_ #define _CXGB_GMAC_H_ #include "common.h" enum { … }; enum { … }; struct cmac_statistics { … }; struct cmac_ops { … }; cmac_instance; struct cmac { … }; struct gmac { … }; extern const struct gmac t1_pm3393_ops; extern const struct gmac t1_vsc7326_ops; #endif /* _CXGB_GMAC_H_ */