Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
De1000.h28 struct e1000_info;
196 const struct e1000_info *ei;
335 struct e1000_info { struct
490 extern const struct e1000_info e1000_82571_info;
491 extern const struct e1000_info e1000_82572_info;
492 extern const struct e1000_info e1000_82573_info;
493 extern const struct e1000_info e1000_82574_info;
494 extern const struct e1000_info e1000_82583_info;
495 extern const struct e1000_info e1000_ich8_info;
496 extern const struct e1000_info e1000_ich9_info;
[all …]
D82571.c1945 const struct e1000_info e1000_82571_info = {
1966 const struct e1000_info e1000_82572_info = {
1984 const struct e1000_info e1000_82573_info = {
2002 const struct e1000_info e1000_82574_info = {
2027 const struct e1000_info e1000_82583_info = {
Dich8lan.c5779 const struct e1000_info e1000_ich8_info = {
5795 const struct e1000_info e1000_ich9_info = {
5812 const struct e1000_info e1000_ich10_info = {
5829 const struct e1000_info e1000_pch_info = {
5848 const struct e1000_info e1000_pch2_info = {
5869 const struct e1000_info e1000_pch_lpt_info = {
5890 const struct e1000_info e1000_pch_spt_info = {
5910 const struct e1000_info e1000_pch_cnp_info = {
D80003es2lan.c1382 const struct e1000_info e1000_es2_info = {
Dnetdev.c42 static const struct e1000_info *e1000_info_tbl[] = {
7029 const struct e1000_info *ei = e1000_info_tbl[ent->driver_data]; in e1000_probe()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_hw.h354 struct e1000_info { struct
361 extern const struct e1000_info e1000_82575_info; argument
Digb.h583 struct e1000_info ei;
De1000_82575.c2925 const struct e1000_info e1000_82575_info = {
Digb_main.c64 static const struct e1000_info *igb_info_tbl[] = {
3032 const struct e1000_info *ei = igb_info_tbl[ent->driver_data]; in igb_probe()