Lines Matching defs:gfar_priv_tx_q
957 struct gfar_priv_tx_q { struct
959 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
960 struct txbd8 *tx_bd_base;
961 struct txbd8 *cur_tx;
962 unsigned int num_txbdfree;
963 unsigned short skb_curtx;
964 unsigned short tx_ring_size;
965 struct tx_q_stats stats;
966 struct gfar_priv_grp *grp;
968 struct net_device *dev;
969 struct sk_buff **tx_skbuff;
970 struct txbd8 *dirty_tx;
971 unsigned short skb_dirtytx;
972 unsigned short qindex;
974 unsigned int txcoalescing;
975 unsigned long txic;
976 dma_addr_t tx_bd_dma_base;