Lines Matching refs:__u32

21 	__u32	cmd;
22 __u32 supported; /* Features this interface supports */
23 __u32 advertising; /* Features this interface advertises */
39 __u32 maxtxpkt; /* Tx pkts before generating tx int */
40 __u32 maxrxpkt; /* Rx pkts before generating rx int */
49 __u32 lp_advertising; /* Features the link partner advertises */
50 __u32 reserved[2];
54 __u32 speed) in ethtool_cmd_speed_set()
61 static __inline__ __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
84 __u32 cmd;
99 __u32 n_priv_flags; /* number of flags valid in ETHTOOL_GPFLAGS */
100 __u32 n_stats; /* number of u64's from ETHTOOL_GSTATS */
101 __u32 testinfo_len;
102 __u32 eedump_len; /* Size of data from ETHTOOL_GEEPROM (bytes) */
103 __u32 regdump_len; /* Size of data from ETHTOOL_GREGS (bytes) */
109 __u32 cmd;
110 __u32 supported;
111 __u32 wolopts;
117 __u32 cmd;
118 __u32 data;
123 __u32 cmd;
124 __u32 version; /* driver-specific, indicates different chips/revs */
125 __u32 len; /* bytes */
131 __u32 cmd;
132 __u32 magic;
133 __u32 offset; /* in bytes */
134 __u32 len; /* in bytes */
156 __u32 cmd;
157 __u32 supported;
158 __u32 advertised;
159 __u32 lp_advertised;
160 __u32 eee_active;
161 __u32 eee_enabled;
162 __u32 tx_lpi_enabled;
163 __u32 tx_lpi_timer;
164 __u32 reserved[2];
178 __u32 cmd;
179 __u32 type;
180 __u32 eeprom_len;
181 __u32 reserved[8];
257 __u32 cmd;
258 __u32 rx_coalesce_usecs;
259 __u32 rx_max_coalesced_frames;
260 __u32 rx_coalesce_usecs_irq;
261 __u32 rx_max_coalesced_frames_irq;
262 __u32 tx_coalesce_usecs;
263 __u32 tx_max_coalesced_frames;
264 __u32 tx_coalesce_usecs_irq;
265 __u32 tx_max_coalesced_frames_irq;
266 __u32 stats_block_coalesce_usecs;
267 __u32 use_adaptive_rx_coalesce;
268 __u32 use_adaptive_tx_coalesce;
269 __u32 pkt_rate_low;
270 __u32 rx_coalesce_usecs_low;
271 __u32 rx_max_coalesced_frames_low;
272 __u32 tx_coalesce_usecs_low;
273 __u32 tx_max_coalesced_frames_low;
274 __u32 pkt_rate_high;
275 __u32 rx_coalesce_usecs_high;
276 __u32 rx_max_coalesced_frames_high;
277 __u32 tx_coalesce_usecs_high;
278 __u32 tx_max_coalesced_frames_high;
279 __u32 rate_sample_interval;
284 __u32 cmd; /* ETHTOOL_{G,S}RINGPARAM */
290 __u32 rx_max_pending;
291 __u32 rx_mini_max_pending;
292 __u32 rx_jumbo_max_pending;
293 __u32 tx_max_pending;
298 __u32 rx_pending;
299 __u32 rx_mini_pending;
300 __u32 rx_jumbo_pending;
301 __u32 tx_pending;
321 __u32 cmd;
322 __u32 max_rx;
323 __u32 max_tx;
324 __u32 max_other;
325 __u32 max_combined;
326 __u32 rx_count;
327 __u32 tx_count;
328 __u32 other_count;
329 __u32 combined_count;
334 __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */
346 __u32 autoneg;
347 __u32 rx_pause;
348 __u32 tx_pause;
362 __u32 cmd; /* ETHTOOL_GSTRINGS */
363 __u32 string_set; /* string set id e.c. ETH_SS_TEST, etc*/
364 __u32 len; /* number of strings in the string set */
369 __u32 cmd; /* ETHTOOL_GSSET_INFO */
370 __u32 reserved;
373 __u32 data[0]; /* ETH_SS_xxx count, in order, based on bits
398 __u32 cmd; /* ETHTOOL_TEST */
399 __u32 flags; /* ETH_TEST_FL_xxx */
400 __u32 reserved;
401 __u32 len; /* result length, in number of u64 elements */
407 __u32 cmd; /* ETHTOOL_GSTATS */
408 __u32 n_stats; /* number of u64's being returned */
413 __u32 cmd; /* ETHTOOL_GPERMADDR */
414 __u32 size;
542 __u32 flow_type;
548 __u32 location;
604 __u32 cmd;
605 __u32 flow_type;
608 __u32 rule_cnt;
609 __u32 rule_locs[0];
627 __u32 cmd;
628 __u32 size;
629 __u32 ring_index[0];
649 __u32 flow_type;
677 __u32 cmd;
688 __u32 cmd;
689 __u32 region;
711 __u32 cmd;
712 __u32 version;
713 __u32 flag;
714 __u32 len;
728 __u32 available;
729 __u32 requested;
730 __u32 active;
731 __u32 never_changed;
742 __u32 cmd;
743 __u32 size;
753 __u32 valid;
754 __u32 requested;
764 __u32 cmd;
765 __u32 size;
783 __u32 cmd;
784 __u32 so_timestamping;
786 __u32 tx_types;
787 __u32 tx_reserved[3];
788 __u32 rx_filters;
789 __u32 rx_reserved[3];