Release 4.18 drivers/staging/octeon/ethernet-mem.h
/* 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_mem_fill_fpa(int pool, int size, int elements);
void cvm_oct_mem_empty_fpa(int pool, int size, int elements);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 26 | 92.86% | 1 | 33.33% |
Greg Kroah-Hartman | 2 | 7.14% | 2 | 66.67% |
Total | 28 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.