Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_hw.h381 struct e1000_mac_info { struct
382 struct e1000_mac_operations ops;
384 u8 addr[6];
385 u8 perm_addr[6];
387 enum e1000_mac_type type;
389 u32 ledctl_default;
390 u32 ledctl_mode1;
391 u32 ledctl_mode2;
392 u32 mc_filter_type;
393 u32 txcw;
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dhw.h534 struct e1000_mac_info { struct
535 struct e1000_mac_operations ops;
536 u8 addr[ETH_ALEN];
537 u8 perm_addr[ETH_ALEN];
539 enum e1000_mac_type type;
541 u32 collision_delta;
542 u32 ledctl_default;
543 u32 ledctl_mode1;
544 u32 ledctl_mode2;
545 u32 mc_filter_type;
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dvf.h191 struct e1000_mac_info { struct
192 struct e1000_mac_operations ops;
193 u8 addr[6];
194 u8 perm_addr[6];
196 enum e1000_mac_type type;
198 u16 mta_reg_count;
199 u16 rar_entry_count;
201 bool get_link_status;