Searched defs:ixgb_adapter (Results 1 – 1 of 1) sorted by relevance
137 struct ixgb_adapter { struct138 struct timer_list watchdog_timer;139 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];140 u32 bd_number;141 u32 rx_buffer_len;142 u32 part_num;143 u16 link_speed;144 u16 link_duplex;145 struct work_struct tx_timeout_task;148 struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;[all …]