Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /****************************************************************************
0003  * Driver for Solarflare network controllers and boards
0004  * Copyright 2018 Solarflare Communications Inc.
0005  * Copyright 2019-2020 Xilinx Inc.
0006  *
0007  * This program is free software; you can redistribute it and/or modify it
0008  * under the terms of the GNU General Public License version 2 as published
0009  * by the Free Software Foundation, incorporated herein by reference.
0010  */
0011 
0012 #include <linux/netdevice.h>
0013 #include "ef100_rep.h"
0014 
0015 netdev_tx_t __ef100_hard_start_xmit(struct sk_buff *skb,
0016                     struct efx_nic *efx,
0017                     struct net_device *net_dev,
0018                     struct efx_rep *efv);
0019 int ef100_netdev_event(struct notifier_block *this,
0020                unsigned long event, void *ptr);
0021 int ef100_probe_netdev(struct efx_probe_data *probe_data);
0022 void ef100_remove_netdev(struct efx_probe_data *probe_data);