Lines Matching defs:gfar_priv_tx_q
992 struct gfar_priv_tx_q { struct
994 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
995 struct txbd8 *tx_bd_base;
996 struct txbd8 *cur_tx;
997 unsigned int num_txbdfree;
998 unsigned short skb_curtx;
999 unsigned short tx_ring_size;
1000 struct tx_q_stats stats;
1001 struct gfar_priv_grp *grp;
1003 struct net_device *dev;
1004 struct sk_buff **tx_skbuff;
1005 struct txbd8 *dirty_tx;
1006 unsigned short skb_dirtytx;
1007 unsigned short qindex;
1009 unsigned int txcoalescing;
1010 unsigned long txic;
1011 dma_addr_t tx_bd_dma_base;