Lines Matching defs:gfar_priv_tx_q
1000 struct gfar_priv_tx_q { struct
1002 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
1003 struct txbd8 *tx_bd_base;
1004 struct txbd8 *cur_tx;
1005 unsigned int num_txbdfree;
1006 unsigned short skb_curtx;
1007 unsigned short tx_ring_size;
1008 struct tx_q_stats stats;
1009 struct gfar_priv_grp *grp;
1011 struct net_device *dev;
1012 struct sk_buff **tx_skbuff;
1013 struct txbd8 *dirty_tx;
1014 unsigned short skb_dirtytx;
1015 unsigned short qindex;
1017 unsigned int txcoalescing;
1018 unsigned long txic;
1019 dma_addr_t tx_bd_dma_base;