1685343fcSTom GundersenWhat: /sys/class/net/<iface>/name_assign_type 2685343fcSTom GundersenDate: July 2014 3685343fcSTom GundersenKernelVersion: 3.17 4685343fcSTom GundersenContact: netdev@vger.kernel.org 5685343fcSTom GundersenDescription: 6685343fcSTom Gundersen Indicates the name assignment type. Possible values are: 754a19b4dSMauro Carvalho Chehab 854a19b4dSMauro Carvalho Chehab == ========================================================== 954a19b4dSMauro Carvalho Chehab 1 enumerated by the kernel, possibly in an unpredictable way 1054a19b4dSMauro Carvalho Chehab 2 predictably named by the kernel 1154a19b4dSMauro Carvalho Chehab 3 named by userspace 1254a19b4dSMauro Carvalho Chehab 4 renamed 1354a19b4dSMauro Carvalho Chehab == ========================================================== 14685343fcSTom Gundersen 1539f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/addr_assign_type 1639f1a2f0SFlorian FainelliDate: July 2010 1739f1a2f0SFlorian FainelliKernelVersion: 3.2 1839f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 1939f1a2f0SFlorian FainelliDescription: 2039f1a2f0SFlorian Fainelli Indicates the address assignment type. Possible values are: 2154a19b4dSMauro Carvalho Chehab 2254a19b4dSMauro Carvalho Chehab == ============================= 2354a19b4dSMauro Carvalho Chehab 0 permanent address 2454a19b4dSMauro Carvalho Chehab 1 randomly generated 2554a19b4dSMauro Carvalho Chehab 2 stolen from another device 2654a19b4dSMauro Carvalho Chehab 3 set using dev_set_mac_address 2754a19b4dSMauro Carvalho Chehab == ============================= 2839f1a2f0SFlorian Fainelli 2939f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/addr_len 3039f1a2f0SFlorian FainelliDate: April 2005 3139f1a2f0SFlorian FainelliKernelVersion: 2.6.12 3239f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 3339f1a2f0SFlorian FainelliDescription: 3439f1a2f0SFlorian Fainelli Indicates the hardware address size in bytes. 3539f1a2f0SFlorian Fainelli Values vary based on the lower-level protocol used by the 3639f1a2f0SFlorian Fainelli interface (Ethernet, FDDI, ATM, IEEE 802.15.4...). See 3739f1a2f0SFlorian Fainelli include/uapi/linux/if_*.h for actual values. 3839f1a2f0SFlorian Fainelli 3939f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/address 4039f1a2f0SFlorian FainelliDate: April 2005 4139f1a2f0SFlorian FainelliKernelVersion: 2.6.12 4239f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 4339f1a2f0SFlorian FainelliDescription: 4439f1a2f0SFlorian Fainelli Hardware address currently assigned to this interface. 4539f1a2f0SFlorian Fainelli Format is a string, e.g: 00:11:22:33:44:55 for an Ethernet MAC 4639f1a2f0SFlorian Fainelli address. 4739f1a2f0SFlorian Fainelli 48784b58a3SBernhard ThalerWhat: /sys/class/net/<bridge iface>/bridge/group_fwd_mask 49784b58a3SBernhard ThalerDate: January 2012 50784b58a3SBernhard ThalerKernelVersion: 3.2 51784b58a3SBernhard ThalerContact: netdev@vger.kernel.org 52784b58a3SBernhard ThalerDescription: 53784b58a3SBernhard Thaler Bitmask to allow forwarding of link local frames with address 54784b58a3SBernhard Thaler 01-80-C2-00-00-0X on a bridge device. Only values that set bits 55784b58a3SBernhard Thaler not matching BR_GROUPFWD_RESTRICTED in net/bridge/br_private.h 56784b58a3SBernhard Thaler allowed. 57784b58a3SBernhard Thaler Default value 0 does not forward any link local frames. 58784b58a3SBernhard Thaler 59784b58a3SBernhard Thaler Restricted bits: 6054a19b4dSMauro Carvalho Chehab 6154a19b4dSMauro Carvalho Chehab == ======================================================== 6254a19b4dSMauro Carvalho Chehab 0 01-80-C2-00-00-00 Bridge Group Address used for STP 6354a19b4dSMauro Carvalho Chehab 1 01-80-C2-00-00-01 (MAC Control) 802.3 used for MAC PAUSE 6454a19b4dSMauro Carvalho Chehab 2 01-80-C2-00-00-02 (Link Aggregation) 802.3ad 6554a19b4dSMauro Carvalho Chehab == ======================================================== 66784b58a3SBernhard Thaler 67784b58a3SBernhard Thaler Any values not setting these bits can be used. Take special 68784b58a3SBernhard Thaler care when forwarding control frames e.g. 802.1X-PAE or LLDP. 69784b58a3SBernhard Thaler 7039f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/broadcast 7139f1a2f0SFlorian FainelliDate: April 2005 7239f1a2f0SFlorian FainelliKernelVersion: 2.6.12 7339f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 7439f1a2f0SFlorian FainelliDescription: 7539f1a2f0SFlorian Fainelli Hardware broadcast address for this interface. Format is a 7639f1a2f0SFlorian Fainelli string, e.g: ff:ff:ff:ff:ff:ff for an Ethernet broadcast MAC 7739f1a2f0SFlorian Fainelli address. 7839f1a2f0SFlorian Fainelli 7939f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/carrier 8039f1a2f0SFlorian FainelliDate: April 2005 8139f1a2f0SFlorian FainelliKernelVersion: 2.6.12 8239f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 8339f1a2f0SFlorian FainelliDescription: 8439f1a2f0SFlorian Fainelli Indicates the current physical link state of the interface. 85*ebab9426SBjorn Helgaas Possible values are: 8654a19b4dSMauro Carvalho Chehab 8754a19b4dSMauro Carvalho Chehab == ===================== 8854a19b4dSMauro Carvalho Chehab 0 physical link is down 8954a19b4dSMauro Carvalho Chehab 1 physical link is up 9054a19b4dSMauro Carvalho Chehab == ===================== 9139f1a2f0SFlorian Fainelli 9239f1a2f0SFlorian Fainelli Note: some special devices, e.g: bonding and team drivers will 9339f1a2f0SFlorian Fainelli allow this attribute to be written to force a link state for 9439f1a2f0SFlorian Fainelli operating correctly and designating another fallback interface. 9539f1a2f0SFlorian Fainelli 9639f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/dev_id 9739f1a2f0SFlorian FainelliDate: April 2008 9839f1a2f0SFlorian FainelliKernelVersion: 2.6.26 9939f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 10039f1a2f0SFlorian FainelliDescription: 10139f1a2f0SFlorian Fainelli Indicates the device unique identifier. Format is an hexadecimal 10239f1a2f0SFlorian Fainelli value. This is used to disambiguate interfaces which might be 10339f1a2f0SFlorian Fainelli stacked (e.g: VLAN interfaces) but still have the same MAC 10439f1a2f0SFlorian Fainelli address as their parent device. 10539f1a2f0SFlorian Fainelli 1064c0b6534SArseny MaslennikovWhat: /sys/class/net/<iface>/dev_port 1074c0b6534SArseny MaslennikovDate: February 2014 1084c0b6534SArseny MaslennikovKernelVersion: 3.15 1094c0b6534SArseny MaslennikovContact: netdev@vger.kernel.org 1104c0b6534SArseny MaslennikovDescription: 1114c0b6534SArseny Maslennikov Indicates the port number of this network device, formatted 1124c0b6534SArseny Maslennikov as a decimal value. Some NICs have multiple independent ports 1134c0b6534SArseny Maslennikov on the same PCI bus, device and function. This attribute allows 1144c0b6534SArseny Maslennikov userspace to distinguish the respective interfaces. 1154c0b6534SArseny Maslennikov 1164c0b6534SArseny Maslennikov Note: some device drivers started to use 'dev_id' for this 1174c0b6534SArseny Maslennikov purpose since long before 3.15 and have not adopted the new 1184c0b6534SArseny Maslennikov attribute ever since. To query the port number, some tools look 1194c0b6534SArseny Maslennikov exclusively at 'dev_port', while others only consult 'dev_id'. 1204c0b6534SArseny Maslennikov If a network device has multiple client adapter ports as 1214c0b6534SArseny Maslennikov described in the previous paragraph and does not set this 1224c0b6534SArseny Maslennikov attribute to its port number, it's a kernel bug. 1234c0b6534SArseny Maslennikov 12439f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/dormant 12539f1a2f0SFlorian FainelliDate: March 2006 12639f1a2f0SFlorian FainelliKernelVersion: 2.6.17 12739f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 12839f1a2f0SFlorian FainelliDescription: 12939f1a2f0SFlorian Fainelli Indicates whether the interface is in dormant state. Possible 13039f1a2f0SFlorian Fainelli values are: 13139f1a2f0SFlorian Fainelli 0: interface is not dormant 13239f1a2f0SFlorian Fainelli 1: interface is dormant 13339f1a2f0SFlorian Fainelli 13439f1a2f0SFlorian Fainelli This attribute can be used by supplicant software to signal that 13539f1a2f0SFlorian Fainelli the device is not usable unless some supplicant-based 13639f1a2f0SFlorian Fainelli authentication is performed (e.g: 802.1x). 'link_mode' attribute 13739f1a2f0SFlorian Fainelli will also reflect the dormant state. 13839f1a2f0SFlorian Fainelli 139db30a577SAndrew LunnWhat: /sys/class/net/<iface>/testing 140db30a577SAndrew LunnDate: April 2002 141db30a577SAndrew LunnKernelVersion: 5.8 142db30a577SAndrew LunnContact: netdev@vger.kernel.org 143db30a577SAndrew LunnDescription: 144db30a577SAndrew Lunn Indicates whether the interface is under test. Possible 145db30a577SAndrew Lunn values are: 14654a19b4dSMauro Carvalho Chehab 14754a19b4dSMauro Carvalho Chehab == ============================= 14854a19b4dSMauro Carvalho Chehab 0 interface is not being tested 14954a19b4dSMauro Carvalho Chehab 1 interface is being tested 15054a19b4dSMauro Carvalho Chehab == ============================= 151db30a577SAndrew Lunn 152db30a577SAndrew Lunn When an interface is under test, it cannot be expected 153db30a577SAndrew Lunn to pass packets as normal. 154db30a577SAndrew Lunn 1551088ee22SMauro Carvalho ChehabWhat: /sys/class/net/<iface>/duplex 15639f1a2f0SFlorian FainelliDate: October 2009 15739f1a2f0SFlorian FainelliKernelVersion: 2.6.33 15839f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 15939f1a2f0SFlorian FainelliDescription: 16039f1a2f0SFlorian Fainelli Indicates the interface latest or current duplex value. Possible 16139f1a2f0SFlorian Fainelli values are: 16254a19b4dSMauro Carvalho Chehab 16354a19b4dSMauro Carvalho Chehab ==== =========== 16454a19b4dSMauro Carvalho Chehab half half duplex 16554a19b4dSMauro Carvalho Chehab full full duplex 16654a19b4dSMauro Carvalho Chehab ==== =========== 16739f1a2f0SFlorian Fainelli 16839f1a2f0SFlorian Fainelli Note: This attribute is only valid for interfaces that implement 1699b300495SMichal Kubecek the ethtool get_link_ksettings method (mostly Ethernet). 17039f1a2f0SFlorian Fainelli 17139f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/flags 17239f1a2f0SFlorian FainelliDate: April 2005 17339f1a2f0SFlorian FainelliKernelVersion: 2.6.12 17439f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 17539f1a2f0SFlorian FainelliDescription: 17639f1a2f0SFlorian Fainelli Indicates the interface flags as a bitmask in hexadecimal. See 17739f1a2f0SFlorian Fainelli include/uapi/linux/if.h for a list of all possible values and 17839f1a2f0SFlorian Fainelli the flags semantics. 17939f1a2f0SFlorian Fainelli 18039f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/ifalias 18139f1a2f0SFlorian FainelliDate: September 2008 18239f1a2f0SFlorian FainelliKernelVersion: 2.6.28 18339f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 18439f1a2f0SFlorian FainelliDescription: 18539f1a2f0SFlorian Fainelli Indicates/stores an interface alias name as a string. This can 18639f1a2f0SFlorian Fainelli be used for system management purposes. 18739f1a2f0SFlorian Fainelli 18839f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/ifindex 18939f1a2f0SFlorian FainelliDate: April 2005 19039f1a2f0SFlorian FainelliKernelVersion: 2.6.12 19139f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 19239f1a2f0SFlorian FainelliDescription: 19339f1a2f0SFlorian Fainelli Indicates the system-wide interface unique index identifier as a 19439f1a2f0SFlorian Fainelli decimal number. This attribute is used for mapping an interface 19539f1a2f0SFlorian Fainelli identifier to an interface name. It is used throughout the 19639f1a2f0SFlorian Fainelli networking stack for specifying the interface specific 19739f1a2f0SFlorian Fainelli requests/events. 19839f1a2f0SFlorian Fainelli 19939f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/iflink 20039f1a2f0SFlorian FainelliDate: April 2005 20139f1a2f0SFlorian FainelliKernelVersion: 2.6.12 20239f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 20339f1a2f0SFlorian FainelliDescription: 20439f1a2f0SFlorian Fainelli Indicates the system-wide interface unique index identifier a 20539f1a2f0SFlorian Fainelli the interface is linked to. Format is decimal. This attribute is 20639f1a2f0SFlorian Fainelli used to resolve interfaces chaining, linking and stacking. 20739f1a2f0SFlorian Fainelli Physical interfaces have the same 'ifindex' and 'iflink' values. 20839f1a2f0SFlorian Fainelli 20939f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/link_mode 21039f1a2f0SFlorian FainelliDate: March 2006 21139f1a2f0SFlorian FainelliKernelVersion: 2.6.17 21239f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 21339f1a2f0SFlorian FainelliDescription: 21439f1a2f0SFlorian Fainelli Indicates the interface link mode, as a decimal number. This 21539f1a2f0SFlorian Fainelli attribute should be used in conjunction with 'dormant' attribute 21639f1a2f0SFlorian Fainelli to determine the interface usability. Possible values: 21754a19b4dSMauro Carvalho Chehab 21854a19b4dSMauro Carvalho Chehab == ================= 21954a19b4dSMauro Carvalho Chehab 0 default link mode 22054a19b4dSMauro Carvalho Chehab 1 dormant link mode 22154a19b4dSMauro Carvalho Chehab == ================= 22239f1a2f0SFlorian Fainelli 22339f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/mtu 22439f1a2f0SFlorian FainelliDate: April 2005 22539f1a2f0SFlorian FainelliKernelVersion: 2.6.12 22639f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 22739f1a2f0SFlorian FainelliDescription: 22839f1a2f0SFlorian Fainelli Indicates the interface currently configured MTU value, in 22939f1a2f0SFlorian Fainelli bytes, and in decimal format. Specific values depends on the 23039f1a2f0SFlorian Fainelli lower-level interface protocol used. Ethernet devices will show 23139f1a2f0SFlorian Fainelli a 'mtu' attribute value of 1500 unless changed. 23239f1a2f0SFlorian Fainelli 2331578ea3aSJunien FridrickWhat: /sys/class/net/<iface>/netdev_group 23439f1a2f0SFlorian FainelliDate: January 2011 23539f1a2f0SFlorian FainelliKernelVersion: 2.6.39 23639f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 23739f1a2f0SFlorian FainelliDescription: 23839f1a2f0SFlorian Fainelli Indicates the interface network device group, as a decimal 23939f1a2f0SFlorian Fainelli integer. Default value is 0 which corresponds to the initial 24039f1a2f0SFlorian Fainelli network devices group. The group can be changed to affect 24139f1a2f0SFlorian Fainelli routing decisions (see: net/ipv4/fib_rules and 24239f1a2f0SFlorian Fainelli net/ipv6/fib6_rules.c). 24339f1a2f0SFlorian Fainelli 24439f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/operstate 24539f1a2f0SFlorian FainelliDate: March 2006 24639f1a2f0SFlorian FainelliKernelVersion: 2.6.17 24739f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 24839f1a2f0SFlorian FainelliDescription: 24939f1a2f0SFlorian Fainelli Indicates the interface RFC2863 operational state as a string. 25054a19b4dSMauro Carvalho Chehab 25139f1a2f0SFlorian Fainelli Possible values are: 25254a19b4dSMauro Carvalho Chehab 25339f1a2f0SFlorian Fainelli "unknown", "notpresent", "down", "lowerlayerdown", "testing", 25439f1a2f0SFlorian Fainelli "dormant", "up". 25539f1a2f0SFlorian Fainelli 25679499bcaSFlorian FainelliWhat: /sys/class/net/<iface>/phys_port_id 25779499bcaSFlorian FainelliDate: July 2013 25879499bcaSFlorian FainelliKernelVersion: 3.12 25979499bcaSFlorian FainelliContact: netdev@vger.kernel.org 26079499bcaSFlorian FainelliDescription: 26179499bcaSFlorian Fainelli Indicates the interface unique physical port identifier within 26279499bcaSFlorian Fainelli the NIC, as a string. 26379499bcaSFlorian Fainelli 264db24a904SDavid AhernWhat: /sys/class/net/<iface>/phys_port_name 265db24a904SDavid AhernDate: March 2015 266db24a904SDavid AhernKernelVersion: 4.0 267db24a904SDavid AhernContact: netdev@vger.kernel.org 268db24a904SDavid AhernDescription: 269db24a904SDavid Ahern Indicates the interface physical port name within the NIC, 270db24a904SDavid Ahern as a string. 271db24a904SDavid Ahern 27239f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/speed 27339f1a2f0SFlorian FainelliDate: October 2009 27439f1a2f0SFlorian FainelliKernelVersion: 2.6.33 27539f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 27639f1a2f0SFlorian FainelliDescription: 27739f1a2f0SFlorian Fainelli Indicates the interface latest or current speed value. Value is 27839f1a2f0SFlorian Fainelli an integer representing the link speed in Mbits/sec. 27939f1a2f0SFlorian Fainelli 28039f1a2f0SFlorian Fainelli Note: this attribute is only valid for interfaces that implement 2819b300495SMichal Kubecek the ethtool get_link_ksettings method (mostly Ethernet). 28239f1a2f0SFlorian Fainelli 28339f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/tx_queue_len 28439f1a2f0SFlorian FainelliDate: April 2005 28539f1a2f0SFlorian FainelliKernelVersion: 2.6.12 28639f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 28739f1a2f0SFlorian FainelliDescription: 28839f1a2f0SFlorian Fainelli Indicates the interface transmit queue len in number of packets, 28939f1a2f0SFlorian Fainelli as an integer value. Value depend on the type of interface, 29039f1a2f0SFlorian Fainelli Ethernet network adapters have a default value of 1000 unless 29139f1a2f0SFlorian Fainelli configured otherwise 29239f1a2f0SFlorian Fainelli 29339f1a2f0SFlorian FainelliWhat: /sys/class/net/<iface>/type 29439f1a2f0SFlorian FainelliDate: April 2005 29539f1a2f0SFlorian FainelliKernelVersion: 2.6.12 29639f1a2f0SFlorian FainelliContact: netdev@vger.kernel.org 29739f1a2f0SFlorian FainelliDescription: 29839f1a2f0SFlorian Fainelli Indicates the interface protocol type as a decimal value. See 29939f1a2f0SFlorian Fainelli include/uapi/linux/if_arp.h for all possible values. 300aecbe01eSJiri Pirko 301aecbe01eSJiri PirkoWhat: /sys/class/net/<iface>/phys_switch_id 302aecbe01eSJiri PirkoDate: November 2014 303aecbe01eSJiri PirkoKernelVersion: 3.19 304aecbe01eSJiri PirkoContact: netdev@vger.kernel.org 305aecbe01eSJiri PirkoDescription: 306aecbe01eSJiri Pirko Indicates the unique physical switch identifier of a switch this 307aecbe01eSJiri Pirko port belongs to, as a string. 3088f602198SFlorian Fainelli 3098f602198SFlorian FainelliWhat: /sys/class/net/<iface>/phydev 3108f602198SFlorian FainelliDate: May 2017 3118f602198SFlorian FainelliKernelVersion: 4.13 3128f602198SFlorian FainelliContact: netdev@vger.kernel.org 3138f602198SFlorian FainelliDescription: 3148f602198SFlorian Fainelli Symbolic link to the PHY device this network device is attached 3158f602198SFlorian Fainelli to. 316b2d3bcfaSDavid Decotigny 317b2d3bcfaSDavid DecotignyWhat: /sys/class/net/<iface>/carrier_changes 318b2d3bcfaSDavid DecotignyDate: Mar 2014 319b2d3bcfaSDavid DecotignyKernelVersion: 3.15 320b2d3bcfaSDavid DecotignyContact: netdev@vger.kernel.org 321b2d3bcfaSDavid DecotignyDescription: 322b2d3bcfaSDavid Decotigny 32-bit unsigned integer counting the number of times the link has 323b2d3bcfaSDavid Decotigny seen a change from UP to DOWN and vice versa 324b2d3bcfaSDavid Decotigny 325b2d3bcfaSDavid DecotignyWhat: /sys/class/net/<iface>/carrier_up_count 326b2d3bcfaSDavid DecotignyDate: Jan 2018 327b2d3bcfaSDavid DecotignyKernelVersion: 4.16 328b2d3bcfaSDavid DecotignyContact: netdev@vger.kernel.org 329b2d3bcfaSDavid DecotignyDescription: 330b2d3bcfaSDavid Decotigny 32-bit unsigned integer counting the number of times the link has 331b2d3bcfaSDavid Decotigny been up 332b2d3bcfaSDavid Decotigny 333b2d3bcfaSDavid DecotignyWhat: /sys/class/net/<iface>/carrier_down_count 334b2d3bcfaSDavid DecotignyDate: Jan 2018 335b2d3bcfaSDavid DecotignyKernelVersion: 4.16 336b2d3bcfaSDavid DecotignyContact: netdev@vger.kernel.org 337b2d3bcfaSDavid DecotignyDescription: 338b2d3bcfaSDavid Decotigny 32-bit unsigned integer counting the number of times the link has 339b2d3bcfaSDavid Decotigny been down 3405fdd2f0eSWei Wang 3415fdd2f0eSWei WangWhat: /sys/class/net/<iface>/threaded 3425fdd2f0eSWei WangDate: Jan 2021 3435fdd2f0eSWei WangKernelVersion: 5.12 3445fdd2f0eSWei WangContact: netdev@vger.kernel.org 3455fdd2f0eSWei WangDescription: 3465fdd2f0eSWei Wang Boolean value to control the threaded mode per device. User could 3475fdd2f0eSWei Wang set this value to enable/disable threaded mode for all napi 3485fdd2f0eSWei Wang belonging to this device, without the need to do device up/down. 3495fdd2f0eSWei Wang 3505fdd2f0eSWei Wang Possible values: 3515fdd2f0eSWei Wang == ================================== 3525fdd2f0eSWei Wang 0 threaded mode disabled for this dev 3535fdd2f0eSWei Wang 1 threaded mode enabled for this dev 3545fdd2f0eSWei Wang == ================================== 355