Home
last modified time | relevance | path

Searched defs:gfar_priv_tx_q (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/freescale/
Dgianfar.h933 struct gfar_priv_tx_q { struct
935 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
936 struct txbd8 *tx_bd_base;
937 struct txbd8 *cur_tx;
938 unsigned int num_txbdfree;
939 unsigned short skb_curtx;
940 unsigned short tx_ring_size;
941 struct tx_q_stats stats;
942 struct gfar_priv_grp *grp;
944 struct net_device *dev;
[all …]