Searched refs:mac_type (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e1000/
H A De1000_osdep.h80 ((a)->mac_type >= e1000_82543) ? \
85 ((a)->mac_type >= e1000_82543) ? \
90 ((a)->mac_type >= e1000_82543) ? \
95 ((a)->mac_type >= e1000_82543) ? \
H A De1000_hw.c69 hw->mac_type = e1000_82542_rev2_0;
72 hw->mac_type = e1000_82542_rev2_1;
81 hw->mac_type = e1000_82543;
87 hw->mac_type = e1000_82544;
94 hw->mac_type = e1000_82540;
98 hw->mac_type = e1000_82545;
102 hw->mac_type = e1000_82546;
126 if(hw->mac_type == e1000_82542_rev2_0) {
159 if(hw->mac_type > e1000_82543)
165 if(hw->mac_type < e1000_8254
[all...]
H A De1000_param.c316 e1000_mac_type mac_type = adapter->hw.mac_type; local
317 opt.arg.r.max = mac_type < e1000_82544 ?
333 e1000_mac_type mac_type = adapter->hw.mac_type; local
334 opt.arg.r.max = mac_type < e1000_82544 ? MAX_RXD : MAX_82544_RXD;
H A De1000_main.c315 if(adapter->hw.mac_type >= e1000_82544)
419 if(adapter->hw.mac_type >= e1000_82543) {
451 if((adapter->hw.mac_type == e1000_82544) &&
488 if((adapter->hw.mac_type >= e1000_82544) &&
526 if(adapter->hw.mac_type >= e1000_82540) {
593 if(hw->mac_type >= e1000_82543) {
604 if(hw->mac_type < e1000_82543)
759 switch (adapter->hw.mac_type) {
779 if(adapter->hw.mac_type >= e1000_82540)
911 if(adapter->hw.mac_type >
[all...]
H A De1000_ethtool.c70 if(hw->mac_type == e1000_82543)
86 if(hw->mac_type >= e1000_82545)
161 if((hw->mac_type > e1000_82544) &&
H A De1000_proc.c565 if(adapter->hw.mac_type >= e1000_82543) {
626 if(adapter->hw.mac_type >= e1000_82543)
H A De1000_hw.h848 e1000_mac_type mac_type; member in struct:e1000_hw

Completed in 66 milliseconds