xref: /linux/drivers/net/ethernet/wangxun/txgbe/txgbe_irq.h (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2015 - 2024 Beijing WangXun Technology Co., Ltd. */
3 
4 void txgbe_irq_enable(struct wx *wx, bool queues);
5 int txgbe_request_queue_irqs(struct wx *wx);
6 void txgbe_free_misc_irq(struct txgbe *txgbe);
7 int txgbe_setup_misc_irq(struct txgbe *txgbe);
8