Searched defs:myri10ge_priv (Results 1 – 1 of 1) sorted by relevance
196 struct myri10ge_priv { struct197 struct myri10ge_slice_state *ss;198 int tx_boundary; /* boundary transmits cannot cross */199 int num_slices;200 int running; /* running? */201 int small_bytes;202 int big_bytes;203 int max_intr_slots;204 struct net_device *dev;205 u8 __iomem *sram;[all …]