Home
last modified time | relevance | path

Searched defs:ethtool_channels (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dethtool.h39 struct ethtool_channels { struct
40 __u32 cmd;
41 __u32 max_rx;
42 __u32 max_tx;
43 __u32 max_other;
44 __u32 max_combined;
45 __u32 rx_count;
46 __u32 tx_count;
47 __u32 other_count;
48 __u32 combined_count;
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c291 struct ethtool_channels { struct
307 struct ethtool_channels ch = { in rxq_num() argument
/openbmc/linux/include/uapi/linux/
H A Dethtool.h552 struct ethtool_channels { struct
553 __u32 cmd;
554 __u32 max_rx;
555 __u32 max_tx;
556 __u32 max_other;
557 __u32 max_combined;
558 __u32 rx_count;
559 __u32 tx_count;
560 __u32 other_count;
561 __u32 combined_count;
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h552 struct ethtool_channels { struct
553 uint32_t cmd;
554 uint32_t max_rx;
555 uint32_t max_tx;
556 uint32_t max_other;
557 uint32_t max_combined;
558 uint32_t rx_count;
559 uint32_t tx_count;
560 uint32_t other_count;
561 uint32_t combined_count;