Home
last modified time | relevance | path

Searched refs:e1000_info (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h46 struct e1000_info;
217 const struct e1000_info *ei;
354 struct e1000_info { struct
502 extern const struct e1000_info e1000_82571_info;
503 extern const struct e1000_info e1000_82572_info;
504 extern const struct e1000_info e1000_82573_info;
505 extern const struct e1000_info e1000_82574_info;
506 extern const struct e1000_info e1000_82583_info;
507 extern const struct e1000_info e1000_ich8_info;
508 extern const struct e1000_info e1000_ich9_info;
[all …]
D82571.c1963 const struct e1000_info e1000_82571_info = {
1984 const struct e1000_info e1000_82572_info = {
2002 const struct e1000_info e1000_82573_info = {
2020 const struct e1000_info e1000_82574_info = {
2044 const struct e1000_info e1000_82583_info = {
Dich8lan.c5741 const struct e1000_info e1000_ich8_info = {
5757 const struct e1000_info e1000_ich9_info = {
5774 const struct e1000_info e1000_ich10_info = {
5791 const struct e1000_info e1000_pch_info = {
5810 const struct e1000_info e1000_pch2_info = {
5830 const struct e1000_info e1000_pch_lpt_info = {
5850 const struct e1000_info e1000_pch_spt_info = {
D80003es2lan.c1400 const struct e1000_info e1000_es2_info = {
Dnetdev.c60 static const struct e1000_info *e1000_info_tbl[] = {
6974 const struct e1000_info *ei = e1000_info_tbl[ent->driver_data]; in e1000_probe()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_hw.h372 struct e1000_info { struct
379 extern const struct e1000_info e1000_82575_info; argument
Digb.h464 struct e1000_info ei;
De1000_82575.c2904 const struct e1000_info e1000_82575_info = {
Digb_main.c71 static const struct e1000_info *igb_info_tbl[] = {
2239 const struct e1000_info *ei = igb_info_tbl[ent->driver_data]; in igb_probe()