smartmontools SVN Rev 5611
Utility to control and monitor storage systems with "S.M.A.R.T."
Public Attributes | List of all members
mfi_ioc_packet Struct Reference

#include <os_freebsd.h>

Collaboration diagram for mfi_ioc_packet:
Collaboration graph
[legend]

Public Attributes

uint16_t mfi_adapter_no
 
uint16_t mfi_pad1
 
uint32_t mfi_sgl_off
 
uint32_t mfi_sge_count
 
uint32_t mfi_sense_off
 
uint32_t mfi_sense_len
 
union {
   uint8_t   raw [128]
 
   struct mfi_frame_header   hdr
 
mfi_frame
 
struct iovec mfi_sgl [MAX_IOCTL_SGE]
 

Detailed Description

Definition at line 718 of file os_freebsd.h.

Member Data Documentation

◆ hdr

struct mfi_frame_header mfi_ioc_packet::hdr

Definition at line 727 of file os_freebsd.h.

◆ mfi_adapter_no

uint16_t mfi_ioc_packet::mfi_adapter_no

Definition at line 719 of file os_freebsd.h.

◆ 

union { ... } mfi_ioc_packet::mfi_frame

◆ mfi_pad1

uint16_t mfi_ioc_packet::mfi_pad1

Definition at line 720 of file os_freebsd.h.

◆ mfi_sense_len

uint32_t mfi_ioc_packet::mfi_sense_len

Definition at line 724 of file os_freebsd.h.

◆ mfi_sense_off

uint32_t mfi_ioc_packet::mfi_sense_off

Definition at line 723 of file os_freebsd.h.

◆ mfi_sge_count

uint32_t mfi_ioc_packet::mfi_sge_count

Definition at line 722 of file os_freebsd.h.

◆ mfi_sgl

struct iovec mfi_ioc_packet::mfi_sgl[MAX_IOCTL_SGE]

Definition at line 730 of file os_freebsd.h.

◆ mfi_sgl_off

uint32_t mfi_ioc_packet::mfi_sgl_off

Definition at line 721 of file os_freebsd.h.

◆ raw

uint8_t mfi_ioc_packet::raw[128]

Definition at line 726 of file os_freebsd.h.


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