Searched defs:ixgb_adapter (Results 1 – 1 of 1) sorted by relevance
150 struct ixgb_adapter { struct151 struct timer_list watchdog_timer;152 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];153 u32 bd_number;154 u32 rx_buffer_len;155 u32 part_num;156 u16 link_speed;157 u16 link_duplex;158 struct work_struct tx_timeout_task;161 struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;[all …]