Lines Matching defs:gfar_priv_tx_q
934 struct gfar_priv_tx_q { struct
935 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
936 struct sk_buff ** tx_skbuff;
938 dma_addr_t tx_bd_dma_base;
939 struct txbd8 *tx_bd_base;
940 struct txbd8 *cur_tx;
941 struct txbd8 *dirty_tx;
942 struct tx_q_stats stats;
943 struct net_device *dev;
944 struct gfar_priv_grp *grp;
945 u16 skb_curtx;
946 u16 skb_dirtytx;
947 u16 qindex;
948 unsigned int tx_ring_size;
949 unsigned int num_txbdfree;
951 unsigned char txcoalescing;
952 unsigned long txic;
953 unsigned short txcount;
954 unsigned short txtime;