Searched refs:netxen_get_phy_speed (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_niu.c411 if (netxen_get_phy_speed(status) == 2) {
413 } else if ((netxen_get_phy_speed(status) == 1)
414 || (netxen_get_phy_speed(status) == 0)) {
525 if (netxen_get_phy_speed(status) == 2) {
532 } else if (netxen_get_phy_speed(status) == 1) {
539 } else if (netxen_get_phy_speed(status) == 0) {
H A Dnetxen_nic_hw.h335 #define netxen_get_phy_speed(config_word) (((config_word) >> 14) & 0x03) macro
H A Dnetxen_nic_hw.c1082 switch (netxen_get_phy_speed(status)) {

Completed in 19 milliseconds