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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskge.c2988 int DuplexCap; /* duplex capabilities (0=both, 1=full, 2=half */ local
2993 * The two parameters AutoNeg. and DuplexCap. map to one configuration
2995 * DuplexCap -> | both | full | half |
3037 DuplexCap = DC_BOTH;
3046 DuplexCap = DC_BOTH;
3049 DuplexCap = DC_FULL;
3052 DuplexCap = DC_HALF;
3063 if (AutoSet && AutoNeg==AN_OFF && DupSet && DuplexCap==DC_BOTH){
3065 " of values AutoNeg. and DuplexCap.\n Using "
3068 DuplexCap
[all...]

Completed in 39 milliseconds