#define SPEED_1000 1000 #define SPEED_2500 2500 #define SPEED_10000 10000 #define SPEED_UNKNOWN -1 /* Duplex, half or full. */ #define DUPLEX_HALF 0x00 #define DUPLEX_FULL 0x01 #define DUPLEX_UNKNOWN 0xff /* Which connector port. */ #define PORT_TP 0x00 #define PORT_AUI 0x01 #...
__u32 advertising; /* Features this interface advertises */ __u16 speed; /* The forced speed (lower bits) in * Mbps. Please use * ethtool_cmd_speed()/_set() to * access it */ __u8 duplex; /* Duplex, half or full */ __u8 port; /* Which connector port */ __...
*/ if ((speed_wanted != -1 || duplex_wanted != -1) && link_usettings->base.autoneg && advertising_wanted == NULL) { fprintf(stderr, "Cannot advertise"); if (speed_wanted >= 0) fprintf(stderr, " speed %d", speed_wanted); if (duplex_wanted >= 0) fprintf(stderr, " duplex...
__u32 advertising; /* Features this interface advertises */ __u16 speed; /* The forced speed (lower bits) in * Mbps. Please use * ethtool_cmd_speed()/_set() to * access it */ __u8 duplex; /* Duplex, half or full */ __u8 port; /* Which connector port */ __...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
* @speed_hi: High bits of the speed * @eth_tp_mdix: Ethernet twisted-pair MDI(-X) status; one of * %ETH_TP_MDI_*. If the status is unknown or not applicable, the * value will be %ETH_TP_MDI_INVALID. Read-only. * @eth_tp_mdix_ctrl: Ethernet twisted pair MDI(-X) ...