Searched defs:gfar_priv_tx_q (Results 1 – 1 of 1) sorted by relevance
991 struct gfar_priv_tx_q { struct993 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));994 struct txbd8 *tx_bd_base;995 struct txbd8 *cur_tx;996 unsigned int num_txbdfree;997 unsigned short skb_curtx;998 unsigned short tx_ring_size;999 struct tx_q_stats stats;1000 struct gfar_priv_grp *grp;1002 struct net_device *dev;[all …]