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