Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
Dgianfar.h1050 struct gfar_priv_rx_q { struct
1052 struct rxbd8 *rx_bd_base;
1053 struct net_device *ndev;
1054 struct device *dev;
1055 u16 rx_ring_size;
1056 u16 qindex;
1057 struct gfar_priv_grp *grp;
1058 u16 next_to_clean;
1059 u16 next_to_use;
1060 u16 next_to_alloc;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Dgianfar.h1006 struct gfar_priv_rx_q { struct
1008 struct rxbd8 *rx_bd_base;
1009 struct net_device *ndev;
1010 struct device *dev;
1011 u16 rx_ring_size;
1012 u16 qindex;
1013 struct gfar_priv_grp *grp;
1014 u16 next_to_clean;
1015 u16 next_to_use;
1016 u16 next_to_alloc;
[all …]