151b35a45SEdward Cree /* SPDX-License-Identifier: GPL-2.0-only */ 251b35a45SEdward Cree /**************************************************************************** 351b35a45SEdward Cree * Driver for Solarflare network controllers and boards 451b35a45SEdward Cree * Copyright 2018 Solarflare Communications Inc. 551b35a45SEdward Cree * Copyright 2019-2020 Xilinx Inc. 651b35a45SEdward Cree * 751b35a45SEdward Cree * This program is free software; you can redistribute it and/or modify it 851b35a45SEdward Cree * under the terms of the GNU General Public License version 2 as published 951b35a45SEdward Cree * by the Free Software Foundation, incorporated herein by reference. 1051b35a45SEdward Cree */ 1151b35a45SEdward Cree 1251b35a45SEdward Cree #include <linux/netdevice.h> 13*f72c38faSEdward Cree #include "ef100_rep.h" 1451b35a45SEdward Cree 15*f72c38faSEdward Cree netdev_tx_t __ef100_hard_start_xmit(struct sk_buff *skb, 16*f72c38faSEdward Cree struct efx_nic *efx, 17*f72c38faSEdward Cree struct net_device *net_dev, 18*f72c38faSEdward Cree struct efx_rep *efv); 1951b35a45SEdward Cree int ef100_netdev_event(struct notifier_block *this, 2051b35a45SEdward Cree unsigned long event, void *ptr); 2198ff4c7cSJonathan Cooper int ef100_probe_netdev(struct efx_probe_data *probe_data); 2298ff4c7cSJonathan Cooper void ef100_remove_netdev(struct efx_probe_data *probe_data); 23