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