Lines Matching refs:__u32
106 __u32 cmd;
107 __u32 supported;
108 __u32 advertising;
116 __u32 maxtxpkt;
117 __u32 maxrxpkt;
121 __u32 lp_advertising;
122 __u32 reserved[2];
126 __u32 speed) in ethtool_cmd_speed_set()
132 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
188 __u32 cmd;
195 __u32 n_priv_flags;
196 __u32 n_stats;
197 __u32 testinfo_len;
198 __u32 eedump_len;
199 __u32 regdump_len;
214 __u32 cmd;
215 __u32 supported;
216 __u32 wolopts;
222 __u32 cmd;
223 __u32 data;
256 __u32 cmd;
257 __u32 id;
258 __u32 type_id;
259 __u32 len;
322 __u32 cmd;
323 __u32 version;
324 __u32 len;
347 __u32 cmd;
348 __u32 magic;
349 __u32 offset;
350 __u32 len;
373 __u32 cmd;
374 __u32 supported;
375 __u32 advertised;
376 __u32 lp_advertised;
377 __u32 eee_active;
378 __u32 eee_enabled;
379 __u32 tx_lpi_enabled;
380 __u32 tx_lpi_timer;
381 __u32 reserved[2];
396 __u32 cmd;
397 __u32 type;
398 __u32 eeprom_len;
399 __u32 reserved[8];
476 __u32 cmd;
477 __u32 rx_coalesce_usecs;
478 __u32 rx_max_coalesced_frames;
479 __u32 rx_coalesce_usecs_irq;
480 __u32 rx_max_coalesced_frames_irq;
481 __u32 tx_coalesce_usecs;
482 __u32 tx_max_coalesced_frames;
483 __u32 tx_coalesce_usecs_irq;
484 __u32 tx_max_coalesced_frames_irq;
485 __u32 stats_block_coalesce_usecs;
486 __u32 use_adaptive_rx_coalesce;
487 __u32 use_adaptive_tx_coalesce;
488 __u32 pkt_rate_low;
489 __u32 rx_coalesce_usecs_low;
490 __u32 rx_max_coalesced_frames_low;
491 __u32 tx_coalesce_usecs_low;
492 __u32 tx_max_coalesced_frames_low;
493 __u32 pkt_rate_high;
494 __u32 rx_coalesce_usecs_high;
495 __u32 rx_max_coalesced_frames_high;
496 __u32 tx_coalesce_usecs_high;
497 __u32 tx_max_coalesced_frames_high;
498 __u32 rate_sample_interval;
527 __u32 cmd;
528 __u32 rx_max_pending;
529 __u32 rx_mini_max_pending;
530 __u32 rx_jumbo_max_pending;
531 __u32 tx_max_pending;
532 __u32 rx_pending;
533 __u32 rx_mini_pending;
534 __u32 rx_jumbo_pending;
535 __u32 tx_pending;
555 __u32 cmd;
556 __u32 max_rx;
557 __u32 max_tx;
558 __u32 max_other;
559 __u32 max_combined;
560 __u32 rx_count;
561 __u32 tx_count;
562 __u32 other_count;
563 __u32 combined_count;
589 __u32 cmd;
590 __u32 autoneg;
591 __u32 rx_pause;
592 __u32 tx_pause;
797 __u32 cmd;
798 __u32 string_set;
799 __u32 len;
822 __u32 cmd;
823 __u32 reserved;
825 __u32 data[];
861 __u32 cmd;
862 __u32 flags;
863 __u32 reserved;
864 __u32 len;
880 __u32 cmd;
881 __u32 n_stats;
897 __u32 cmd;
898 __u32 size;
1084 __u32 flow_type;
1090 __u32 location;
1180 __u32 cmd;
1181 __u32 flow_type;
1185 __u32 rule_cnt;
1186 __u32 rss_context;
1188 __u32 rule_locs[0];
1206 __u32 cmd;
1207 __u32 size;
1208 __u32 ring_index[];
1242 __u32 cmd;
1243 __u32 rss_context;
1244 __u32 indir_size;
1245 __u32 key_size;
1248 __u32 rsvd32;
1249 __u32 rss_config[];
1271 __u32 flow_type;
1299 __u32 cmd;
1310 __u32 cmd;
1311 __u32 region;
1330 __u32 cmd;
1331 __u32 version;
1332 __u32 flag;
1333 __u32 len;
1349 __u32 available;
1350 __u32 requested;
1351 __u32 active;
1352 __u32 never_changed;
1364 __u32 cmd;
1365 __u32 size;
1375 __u32 valid;
1376 __u32 requested;
1386 __u32 cmd;
1387 __u32 size;
1412 __u32 cmd;
1413 __u32 so_timestamping;
1415 __u32 tx_types;
1416 __u32 tx_reserved[3];
1417 __u32 rx_filters;
1418 __u32 rx_reserved[3];
1466 __u32 cmd;
1467 __u32 sub_command;
1468 __u32 queue_mask[__KERNEL_DIV_ROUND_UP(MAX_NUM_QUEUE, 32)];
1502 __u32 cmd;
1504 __u32 active_fec;
1505 __u32 fec;
1506 __u32 reserved;
1854 static inline int ethtool_validate_speed(__u32 speed) in ethtool_validate_speed()
1856 return speed <= INT_MAX || speed == (__u32)SPEED_UNKNOWN; in ethtool_validate_speed()
2134 __u32 cmd;
2135 __u32 speed;
2148 __u32 reserved[7];
2149 __u32 link_mode_masks[];