Searched defs:ethtool_pauseparam (Results 1 – 6 of 6) 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;
333 struct ethtool_pauseparam { struct334 __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */346 __u32 autoneg;347 __u32 rx_pause;348 __u32 tx_pause;
543 struct ethtool_pauseparam { struct544 __u32 cmd;545 __u32 autoneg;546 __u32 rx_pause;547 __u32 tx_pause;
575 struct ethtool_pauseparam { struct576 __u32 cmd;577 __u32 autoneg;578 __u32 rx_pause;579 __u32 tx_pause;
968 #define ethtool_pauseparam _kc_ethtool_pauseparam macro