Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h28 struct e1000_info;
200 const struct e1000_info *ei;
339 struct e1000_info { struct
515 extern const struct e1000_info e1000_82571_info;
516 extern const struct e1000_info e1000_82572_info;
517 extern const struct e1000_info e1000_82573_info;
518 extern const struct e1000_info e1000_82574_info;
519 extern const struct e1000_info e1000_82583_info;
520 extern const struct e1000_info e1000_ich8_info;
521 extern const struct e1000_info e1000_ich9_info;
[all …]
H A D82571.c1946 const struct e1000_info e1000_82571_info = {
1967 const struct e1000_info e1000_82572_info = {
1985 const struct e1000_info e1000_82573_info = {
2003 const struct e1000_info e1000_82574_info = {
2028 const struct e1000_info e1000_82583_info = {
H A Dich8lan.c6013 const struct e1000_info e1000_ich8_info = {
6029 const struct e1000_info e1000_ich9_info = {
6046 const struct e1000_info e1000_ich10_info = {
6063 const struct e1000_info e1000_pch_info = {
6082 const struct e1000_info e1000_pch2_info = {
6103 const struct e1000_info e1000_pch_lpt_info = {
6124 const struct e1000_info e1000_pch_spt_info = {
6144 const struct e1000_info e1000_pch_cnp_info = {
6164 const struct e1000_info e1000_pch_tgp_info = {
6184 const struct e1000_info e1000_pch_adp_info = {
[all …]
H A D80003es2lan.c1393 const struct e1000_info e1000_es2_info = {
H A Dnetdev.c41 static const struct e1000_info *e1000_info_tbl[] = {
7386 const struct e1000_info *ei = e1000_info_tbl[ent->driver_data]; in e1000_probe()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h354 struct e1000_info { struct
361 extern const struct e1000_info e1000_82575_info; argument
H A Digb.h663 struct e1000_info ei;
H A Digb_main.c58 static const struct e1000_info *igb_info_tbl[] = {
3212 const struct e1000_info *ei = igb_info_tbl[ent->driver_data]; in igb_probe()