Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
De1000.h46 struct e1000_info;
215 const struct e1000_info *ei;
352 struct e1000_info { struct
496 extern const struct e1000_info e1000_82571_info;
497 extern const struct e1000_info e1000_82572_info;
498 extern const struct e1000_info e1000_82573_info;
499 extern const struct e1000_info e1000_82574_info;
500 extern const struct e1000_info e1000_82583_info;
501 extern const struct e1000_info e1000_ich8_info;
502 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.c5675 const struct e1000_info e1000_ich8_info = {
5691 const struct e1000_info e1000_ich9_info = {
5708 const struct e1000_info e1000_ich10_info = {
5725 const struct e1000_info e1000_pch_info = {
5744 const struct e1000_info e1000_pch2_info = {
5764 const struct e1000_info e1000_pch_lpt_info = {
5784 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[] = {
6753 const struct e1000_info *ei = e1000_info_tbl[ent->driver_data]; in e1000_probe()
/linux-4.1.27/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.c2878 const struct e1000_info e1000_82575_info = {
Digb_main.c71 static const struct e1000_info *igb_info_tbl[] = {
2250 const struct e1000_info *ei = igb_info_tbl[ent->driver_data]; in igb_probe()