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;
199 const struct e1000_info *ei;
338 struct e1000_info { struct
513 extern const struct e1000_info e1000_82571_info;
514 extern const struct e1000_info e1000_82572_info;
515 extern const struct e1000_info e1000_82573_info;
516 extern const struct e1000_info e1000_82574_info;
517 extern const struct e1000_info e1000_82583_info;
518 extern const struct e1000_info e1000_ich8_info;
519 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.c5924 const struct e1000_info e1000_ich8_info = {
5940 const struct e1000_info e1000_ich9_info = {
5957 const struct e1000_info e1000_ich10_info = {
5974 const struct e1000_info e1000_pch_info = {
5993 const struct e1000_info e1000_pch2_info = {
6014 const struct e1000_info e1000_pch_lpt_info = {
6035 const struct e1000_info e1000_pch_spt_info = {
6055 const struct e1000_info e1000_pch_cnp_info = {
6075 const struct e1000_info e1000_pch_tgp_info = {
6095 const struct e1000_info e1000_pch_adp_info = {
[all …]
H A D80003es2lan.c1393 const struct e1000_info e1000_es2_info = {
H A Dnetdev.c40 static const struct e1000_info *e1000_info_tbl[] = {
7370 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 De1000_82575.c2914 const struct e1000_info e1000_82575_info = {
H A Digb_main.c58 static const struct e1000_info *igb_info_tbl[] = {
3187 const struct e1000_info *ei = igb_info_tbl[ent->driver_data]; in igb_probe()