Lines Matching defs:gfar_priv_tx_q
984 struct gfar_priv_tx_q { struct
986 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
987 struct txbd8 *tx_bd_base;
988 struct txbd8 *cur_tx;
989 unsigned int num_txbdfree;
990 unsigned short skb_curtx;
991 unsigned short tx_ring_size;
992 struct tx_q_stats stats;
993 struct gfar_priv_grp *grp;
995 struct net_device *dev;
996 struct sk_buff **tx_skbuff;
997 struct txbd8 *dirty_tx;
998 unsigned short skb_dirtytx;
999 unsigned short qindex;
1001 unsigned int txcoalescing;
1002 unsigned long txic;
1003 dma_addr_t tx_bd_dma_base;