[][src]Struct linux_nvme_sys::nvme_telemetry_log_page_hdr

#[repr(C)]
pub struct nvme_telemetry_log_page_hdr {
    pub lpi: __u8,
    pub rsvd: [__u8; 4],
    pub iee_oui: [__u8; 3],
    pub dalb1: __le16,
    pub dalb2: __le16,
    pub dalb3: __le16,
    pub rsvd1: [__u8; 368],
    pub ctrlavail: __u8,
    pub ctrldgn: __u8,
    pub rsnident: [__u8; 128],
    pub telemetry_dataarea: __IncompleteArrayField<__u8>,
}

struct nvme_telemetry_log_page_hdr - structure for telemetry log page @lpi: Log page identifier @iee_oui: IEEE OUI Identifier @dalb1: Data area 1 last block @dalb2: Data area 2 last block @dalb3: Data area 3 last block @ctrlavail: Controller initiated data available @ctrldgn: Controller initiated telemetry Data Generation Number @rsnident: Reason Identifier @telemetry_dataarea: Contains telemetry data block

This structure can be used for both telemetry host-initiated log page and controller-initiated log page.

Fields

lpi: __u8rsvd: [__u8; 4]iee_oui: [__u8; 3]dalb1: __le16dalb2: __le16dalb3: __le16rsvd1: [__u8; 368]ctrlavail: __u8ctrldgn: __u8rsnident: [__u8; 128]telemetry_dataarea: __IncompleteArrayField<__u8>

Trait Implementations

impl Default for nvme_telemetry_log_page_hdr[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]