Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * This file is based on code from OCTEON SDK by Cavium Networks.
0004  *
0005  * Copyright (c) 2003-2007 Cavium Networks
0006  */
0007 
0008 int cvm_oct_xmit(struct sk_buff *skb, struct net_device *dev);
0009 int cvm_oct_xmit_pow(struct sk_buff *skb, struct net_device *dev);
0010 int cvm_oct_transmit_qos(struct net_device *dev, void *work_queue_entry,
0011              int do_free, int qos);
0012 void cvm_oct_tx_initialize(void);
0013 void cvm_oct_tx_shutdown(void);
0014 void cvm_oct_tx_shutdown_dev(struct net_device *dev);