mt76.h (021af945997ffaeaa37c9673d71afad7cde6bdef) | mt76.h (ec193b41cc56077e481af4abca2e00e298fcf798) |
---|---|
1/* SPDX-License-Identifier: ISC */ 2/* 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name> 4 */ 5 6#ifndef __MT76_H 7#define __MT76_H 8 --- 774 unchanged lines hidden (view full) --- 783 784 struct mt76_mcu mcu; 785 786 struct net_device napi_dev; 787 struct net_device tx_napi_dev; 788 spinlock_t rx_lock; 789 struct napi_struct napi[__MT_RXQ_MAX]; 790 struct sk_buff_head rx_skb[__MT_RXQ_MAX]; | 1/* SPDX-License-Identifier: ISC */ 2/* 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name> 4 */ 5 6#ifndef __MT76_H 7#define __MT76_H 8 --- 774 unchanged lines hidden (view full) --- 783 784 struct mt76_mcu mcu; 785 786 struct net_device napi_dev; 787 struct net_device tx_napi_dev; 788 spinlock_t rx_lock; 789 struct napi_struct napi[__MT_RXQ_MAX]; 790 struct sk_buff_head rx_skb[__MT_RXQ_MAX]; |
791 struct tasklet_struct irq_tasklet; |
|
791 792 struct list_head txwi_cache; 793 struct list_head rxwi_cache; 794 struct mt76_queue *q_mcu[__MT_MCUQ_MAX]; 795 struct mt76_queue q_rx[__MT_RXQ_MAX]; 796 const struct mt76_queue_ops *queue_ops; 797 int tx_dma_idx[4]; 798 --- 715 unchanged lines hidden --- | 792 793 struct list_head txwi_cache; 794 struct list_head rxwi_cache; 795 struct mt76_queue *q_mcu[__MT_MCUQ_MAX]; 796 struct mt76_queue q_rx[__MT_RXQ_MAX]; 797 const struct mt76_queue_ops *queue_ops; 798 int tx_dma_idx[4]; 799 --- 715 unchanged lines hidden --- |