Linux Kernel
3.7.1
|
#include <mpt2sas_ctl.h>
Data Fields | |
struct mpt2_ioctl_header | hdr |
uint32_t | id |
uint32_t | bus |
uint16_t | handle |
uint16_t | rsvd |
struct mpt2_ioctl_btdh_mapping - mapping info - generic header - target device identification number - SCSI bus number that the target device exists on - device handle for the target device - reserved
To obtain a bus/id the application sets handle to valid handle, and bus/id to 0xFFFF.
To obtain the device handle the application sets bus/id valid value, and the handle to 0xFFFF.
Definition at line 289 of file mpt2sas_ctl.h.
uint32_t bus |
Definition at line 292 of file mpt2sas_ctl.h.
Definition at line 293 of file mpt2sas_ctl.h.
Definition at line 290 of file mpt2sas_ctl.h.
Definition at line 291 of file mpt2sas_ctl.h.
uint16_t rsvd |
Definition at line 294 of file mpt2sas_ctl.h.