Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_hw.h363 struct e1000_mac_info { struct
364 struct e1000_mac_operations ops;
366 u8 addr[6];
367 u8 perm_addr[6];
369 enum e1000_mac_type type;
371 u32 ledctl_default;
372 u32 ledctl_mode1;
373 u32 ledctl_mode2;
374 u32 mc_filter_type;
375 u32 txcw;
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dhw.h562 struct e1000_mac_info { struct
563 struct e1000_mac_operations ops;
564 u8 addr[ETH_ALEN];
565 u8 perm_addr[ETH_ALEN];
567 enum e1000_mac_type type;
569 u32 collision_delta;
570 u32 ledctl_default;
571 u32 ledctl_mode1;
572 u32 ledctl_mode2;
573 u32 mc_filter_type;
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/igbvf/
Dvf.h170 struct e1000_mac_info { struct
171 struct e1000_mac_operations ops;
172 u8 addr[6];
173 u8 perm_addr[6];
175 enum e1000_mac_type type;
177 u16 mta_reg_count;
178 u16 rar_entry_count;
180 bool get_link_status;