Searched defs:ethtool_cmd (Results 1 – 4 of 4) sorted by relevance
| /bsp/loongson/ls1cdev/drivers/net/ |
| A D | mii.h | 201 struct ethtool_cmd { struct 202 u32 cmd; 203 u32 supported; /* Features this interface supports */ 206 u8 duplex; /* Duplex, half or full */ 207 u8 port; /* Which connector port */ 208 u8 phy_address; 209 u8 transceiver; /* Which transceiver to use */ 210 u8 autoneg; /* Enable or disable autonegotiation */ 211 u32 maxtxpkt; /* Tx pkts before generating tx int */ 212 u32 maxrxpkt; /* Rx pkts before generating rx int */ [all …]
|
| /bsp/loongson/ls2kdev/drivers/net/ |
| A D | mii.h | 199 struct ethtool_cmd { struct 200 u32 cmd; 201 u32 supported; /* Features this interface supports */ 204 u8 duplex; /* Duplex, half or full */ 205 u8 port; /* Which connector port */ 206 u8 phy_address; 207 u8 transceiver; /* Which transceiver to use */ 208 u8 autoneg; /* Enable or disable autonegotiation */ 209 u32 maxtxpkt; /* Tx pkts before generating tx int */ 210 u32 maxrxpkt; /* Rx pkts before generating rx int */ [all …]
|
| /bsp/nuvoton/libraries/m460/rtt_port/emac/ |
| A D | mii.h | 197 struct ethtool_cmd struct 199 u32 cmd; 200 u32 supported; /* Features this interface supports */ 201 u32 advertising; /* Features this interface advertises */ 202 u16 speed; /* The forced speed, 10Mb, 100Mb, gigabit */ 203 u8 duplex; /* Duplex, half or full */ 204 u8 port; /* Which connector port */ 205 u8 phy_address; 206 u8 transceiver; /* Which transceiver to use */ 207 u8 autoneg; /* Enable or disable autonegotiation */ [all …]
|
| /bsp/nuvoton/libraries/ma35/rtt_port/gmac/ |
| A D | mii.h | 197 struct ethtool_cmd struct 199 u32 cmd; 200 u32 supported; /* Features this interface supports */ 201 u32 advertising; /* Features this interface advertises */ 202 u16 speed; /* The forced speed, 10Mb, 100Mb, gigabit */ 203 u8 duplex; /* Duplex, half or full */ 204 u8 port; /* Which connector port */ 205 u8 phy_address; 206 u8 transceiver; /* Which transceiver to use */ 207 u8 autoneg; /* Enable or disable autonegotiation */ [all …]
|
Completed in 13 milliseconds