Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
Dgianfar.h1000 struct gfar_priv_tx_q { struct
1002 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
1003 struct txbd8 *tx_bd_base;
1004 struct txbd8 *cur_tx;
1005 unsigned int num_txbdfree;
1006 unsigned short skb_curtx;
1007 unsigned short tx_ring_size;
1008 struct tx_q_stats stats;
1009 struct gfar_priv_grp *grp;
1011 struct net_device *dev;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Dgianfar.h956 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;
[all …]