Searched defs:skge_port (Results 1 – 1 of 1) sorted by relevance
2449 struct skge_port { struct2450 struct skge_hw *hw;2451 struct net_device *netdev;2452 struct napi_struct napi;2453 int port;2454 u32 msg_enable;2456 struct skge_ring tx_ring;2458 struct skge_ring rx_ring ____cacheline_aligned_in_smp;2459 unsigned int rx_buf_size;2461 struct timer_list link_timer;[all …]