/* SPDX-License-Identifier: GPL-2.0 */ /* * This file is based on code from OCTEON SDK by Cavium Networks. * * Copyright (c) 2003-2007 Cavium Networks */ int cvm_oct_xmit(struct sk_buff *skb, struct net_device *dev); int cvm_oct_xmit_pow(struct sk_buff *skb, struct net_device *dev); int cvm_oct_transmit_qos(struct net_device *dev, void *work_queue_entry, int do_free, int qos); void cvm_oct_tx_initialize(void); void cvm_oct_tx_shutdown(void); void cvm_oct_tx_shutdown_dev(struct net_device *dev);Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 68 | 97.14% | 4 | 66.67% |
Greg Kroah-Hartman | 2 | 2.86% | 2 | 33.33% |
Total | 70 | 100.00% | 6 | 100.00% |