Struct redbpf_probes::bindings::ethtool_fecparam [−][src]
#[repr(C)]pub struct ethtool_fecparam {
pub cmd: __u32,
pub active_fec: __u32,
pub fec: __u32,
pub reserved: __u32,
}
Expand description
struct ethtool_fecparam - Ethernet forward error correction(fec) parameters @cmd: Command number = %ETHTOOL_GFECPARAM or %ETHTOOL_SFECPARAM @active_fec: FEC mode which is active on porte @fec: Bitmask of supported/configured FEC modes @rsvd: Reserved for future extensions. i.e FEC bypass feature.
Drivers should reject a non-zero setting of @autoneg when autoneogotiation is disabled (or not supported) for the link.
Fields
cmd: __u32
active_fec: __u32
fec: __u32
reserved: __u32