Searched defs:ixgb_adapter (Results 1 – 1 of 1) sorted by relevance
112 struct ixgb_adapter { struct113 struct timer_list watchdog_timer;114 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];115 u32 bd_number;116 u32 rx_buffer_len;117 u32 part_num;118 u16 link_speed;119 u16 link_duplex;120 struct work_struct tx_timeout_task;123 struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;[all …]