Searched defs:myri10ge_slice_state (Results 1 – 1 of 1) sorted by relevance
177 struct myri10ge_slice_state { struct178 struct myri10ge_tx_buf tx; /* transmit ring */179 struct myri10ge_rx_buf rx_small;180 struct myri10ge_rx_buf rx_big;181 struct myri10ge_rx_done rx_done;182 struct net_device *dev;183 struct napi_struct napi;184 struct myri10ge_priv *mgp;185 struct myri10ge_slice_netstats stats;186 __be32 __iomem *irq_claim;[all …]