// SPDX-License-Identifier: GPL-2.0-or-later /* * Applied Micro X-Gene SoC Ethernet v2 Driver * * Copyright (c) 2017, Applied Micro Circuits Corporation * Author(s): Iyappan Subramanian <[email protected]> * Keyur Chudgar <[email protected]> */ #include "main.h" void xge_mac_reset(struct xge_pdata *pdata) { … } void xge_mac_set_speed(struct xge_pdata *pdata) { … } void xge_mac_set_station_addr(struct xge_pdata *pdata) { … } void xge_mac_init(struct xge_pdata *pdata) { … } void xge_mac_enable(struct xge_pdata *pdata) { … } void xge_mac_disable(struct xge_pdata *pdata) { … }