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