Searched defs:ethtool_pauseparam (Results 1 – 3 of 3) sorted by relevance
229 struct ethtool_pauseparam { struct230 __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */242 __u32 autoneg;243 __u32 rx_pause;244 __u32 tx_pause;
586 struct ethtool_pauseparam { struct587 __u32 cmd;588 __u32 autoneg;589 __u32 rx_pause;590 __u32 tx_pause;
586 struct ethtool_pauseparam { struct587 uint32_t cmd;588 uint32_t autoneg;589 uint32_t rx_pause;590 uint32_t tx_pause;