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