Searched defs:myri10ge_priv (Results 1 – 1 of 1) sorted by relevance
212 struct myri10ge_priv { struct213 struct myri10ge_slice_state *ss;214 int tx_boundary; /* boundary transmits cannot cross */215 int num_slices;216 int running; /* running? */217 int small_bytes;218 int big_bytes;219 int max_intr_slots;220 struct net_device *dev;221 u8 __iomem *sram;[all …]