Searched defs:gfar_priv_grp (Results 1 – 1 of 1) sorted by relevance
1011 struct gfar_priv_grp { struct1012 spinlock_t grplock __attribute__ ((aligned (SMP_CACHE_BYTES)));1013 struct napi_struct napi;1014 struct gfar_private *priv;1015 struct gfar __iomem *regs;1016 unsigned int grp_id;1017 unsigned long rx_bit_map;1018 unsigned long tx_bit_map;1019 unsigned long num_tx_queues;1020 unsigned long num_rx_queues;[all …]