Searched defs:skge_port (Results 1 – 1 of 1) sorted by relevance
2450 struct skge_port { struct2451 struct skge_hw *hw;2452 struct net_device *netdev;2453 struct napi_struct napi;2454 int port;2455 u32 msg_enable;2457 struct skge_ring tx_ring;2459 struct skge_ring rx_ring ____cacheline_aligned_in_smp;2460 unsigned int rx_buf_size;2462 struct timer_list link_timer;[all …]