Lines Matching refs:__u32
19 __u32 cmd;
20 __u32 supported; /* Features this interface supports */
21 __u32 advertising; /* Features this interface advertises */
28 __u32 maxtxpkt; /* Tx pkts before generating tx int */
29 __u32 maxrxpkt; /* Rx pkts before generating rx int */
30 __u32 reserved[4];
36 __u32 cmd;
44 __u32 n_priv_flags; /* number of flags valid in ETHTOOL_GPFLAGS */
45 __u32 n_stats; /* number of u64's from ETHTOOL_GSTATS */
46 __u32 testinfo_len;
47 __u32 eedump_len; /* Size of data from ETHTOOL_GEEPROM (bytes) */
48 __u32 regdump_len; /* Size of data from ETHTOOL_GREGS (bytes) */
54 __u32 cmd;
55 __u32 supported;
56 __u32 wolopts;
62 __u32 cmd;
63 __u32 data;
68 __u32 cmd;
69 __u32 version; /* driver-specific, indicates different chips/revs */
70 __u32 len; /* bytes */
76 __u32 cmd;
77 __u32 magic;
78 __u32 offset; /* in bytes */
79 __u32 len; /* in bytes */
85 __u32 cmd; /* ETHTOOL_{G,S}COALESCE */
91 __u32 rx_coalesce_usecs;
99 __u32 rx_max_coalesced_frames;
106 __u32 rx_coalesce_usecs_irq;
107 __u32 rx_max_coalesced_frames_irq;
113 __u32 tx_coalesce_usecs;
121 __u32 tx_max_coalesced_frames;
128 __u32 tx_coalesce_usecs_irq;
129 __u32 tx_max_coalesced_frames_irq;
136 __u32 stats_block_coalesce_usecs;
145 __u32 use_adaptive_rx_coalesce;
146 __u32 use_adaptive_tx_coalesce;
152 __u32 pkt_rate_low;
153 __u32 rx_coalesce_usecs_low;
154 __u32 rx_max_coalesced_frames_low;
155 __u32 tx_coalesce_usecs_low;
156 __u32 tx_max_coalesced_frames_low;
167 __u32 pkt_rate_high;
168 __u32 rx_coalesce_usecs_high;
169 __u32 rx_max_coalesced_frames_high;
170 __u32 tx_coalesce_usecs_high;
171 __u32 tx_max_coalesced_frames_high;
176 __u32 rate_sample_interval;
181 __u32 cmd; /* ETHTOOL_{G,S}RINGPARAM */
187 __u32 rx_max_pending;
188 __u32 rx_mini_max_pending;
189 __u32 rx_jumbo_max_pending;
190 __u32 tx_max_pending;
195 __u32 rx_pending;
196 __u32 rx_mini_pending;
197 __u32 rx_jumbo_pending;
198 __u32 tx_pending;
203 __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */
215 __u32 autoneg;
216 __u32 rx_pause;
217 __u32 tx_pause;
229 __u32 cmd; /* ETHTOOL_GSTRINGS */
230 __u32 string_set; /* string set id e.c. ETH_SS_TEST, etc*/
231 __u32 len; /* number of strings in the string set */
242 __u32 cmd; /* ETHTOOL_TEST */
243 __u32 flags; /* ETH_TEST_FL_xxx */
244 __u32 reserved;
245 __u32 len; /* result length, in number of u64 elements */
251 __u32 cmd; /* ETHTOOL_GSTATS */
252 __u32 n_stats; /* number of u64's being returned */
257 __u32 cmd; /* ETHTOOL_GPERMADDR */
258 __u32 size;