Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ethtool_channels Struct Reference

#include <ethtool.h>

Data Fields

__u32 cmd
 
__u32 max_rx
 
__u32 max_tx
 
__u32 max_other
 
__u32 max_combined
 
__u32 rx_count
 
__u32 tx_count
 
__u32 other_count
 
__u32 combined_count
 

Detailed Description

struct ethtool_channels - configuring number of network channel : ETHTOOL_{G,S}CHANNELS : Read only. Maximum number of receive channel the driver support. : Read only. Maximum number of transmit channel the driver support. : Read only. Maximum number of other channel the driver support. : Read only. Maximum number of combined channel the driver support. Set of queues RX, TX or other. : Valid values are in the range 1 to the max_rx. : Valid values are in the range 1 to the max_tx. : Valid values are in the range 1 to the max_other. : Valid values are in the range 1 to the max_combined.

This can be used to configure RX, TX and other channels.

Definition at line 320 of file ethtool.h.

Field Documentation

Definition at line 321 of file ethtool.h.

__u32 combined_count

Definition at line 329 of file ethtool.h.

__u32 max_combined

Definition at line 325 of file ethtool.h.

__u32 max_other

Definition at line 324 of file ethtool.h.

__u32 max_rx

Definition at line 322 of file ethtool.h.

__u32 max_tx

Definition at line 323 of file ethtool.h.

__u32 other_count

Definition at line 328 of file ethtool.h.

__u32 rx_count

Definition at line 326 of file ethtool.h.

__u32 tx_count

Definition at line 327 of file ethtool.h.


The documentation for this struct was generated from the following file: