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