Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7-rc4 13 lines 353 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright Sunplus Technology Co., Ltd. 3 * All rights reserved. 4 */ 5 6#ifndef __SPL2SW_INT_H__ 7#define __SPL2SW_INT_H__ 8 9int spl2sw_rx_poll(struct napi_struct *napi, int budget); 10int spl2sw_tx_poll(struct napi_struct *napi, int budget); 11irqreturn_t spl2sw_ethernet_interrupt(int irq, void *dev_id); 12 13#endif