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