Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
De1000.h27 struct e1000_info;
195 const struct e1000_info *ei;
334 struct e1000_info { struct
488 extern const struct e1000_info e1000_82571_info;
489 extern const struct e1000_info e1000_82572_info;
490 extern const struct e1000_info e1000_82573_info;
491 extern const struct e1000_info e1000_82574_info;
492 extern const struct e1000_info e1000_82583_info;
493 extern const struct e1000_info e1000_ich8_info;
494 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.c5816 const struct e1000_info e1000_ich8_info = {
5832 const struct e1000_info e1000_ich9_info = {
5849 const struct e1000_info e1000_ich10_info = {
5866 const struct e1000_info e1000_pch_info = {
5885 const struct e1000_info e1000_pch2_info = {
5906 const struct e1000_info e1000_pch_lpt_info = {
5927 const struct e1000_info e1000_pch_spt_info = {
5947 const struct e1000_info e1000_pch_cnp_info = {
D80003es2lan.c1394 const struct e1000_info e1000_es2_info = {
Dnetdev.c38 static const struct e1000_info *e1000_info_tbl[] = {
7364 const struct e1000_info *ei = e1000_info_tbl[ent->driver_data]; in e1000_probe()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
De1000_hw.h354 struct e1000_info { struct
361 extern const struct e1000_info e1000_82575_info; argument
Digb.h653 struct e1000_info ei;
De1000_82575.c2921 const struct e1000_info e1000_82575_info = {
Digb_main.c59 static const struct e1000_info *igb_info_tbl[] = {
3151 const struct e1000_info *ei = igb_info_tbl[ent->driver_data]; in igb_probe()