Searched defs:gfar_priv_tx_q (Results 1 – 1 of 1) sorted by relevance
1003 struct gfar_priv_tx_q { struct1005 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;[all …]