Home
last modified time | relevance | path

Searched defs:ixgb_adapter (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/ixgb/
Dixgb.h111 struct ixgb_adapter { struct
112 struct timer_list watchdog_timer;
113 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
114 u32 bd_number;
115 u32 rx_buffer_len;
116 u32 part_num;
117 u16 link_speed;
118 u16 link_duplex;
119 struct work_struct tx_timeout_task;
122 struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp;
[all …]