Linux Kernel
3.7.1
|
#include <scsi_bsg_fc.h>
Data Fields | |
uint32_t | result |
uint32_t | reply_payload_rcv_len |
union { | |
struct fc_bsg_host_vendor_reply vendor_reply | |
struct fc_bsg_ctels_reply ctels_reply | |
} | reply_data |
Definition at line 297 of file scsi_bsg_fc.h.
struct fc_bsg_ctels_reply ctels_reply |
Definition at line 314 of file scsi_bsg_fc.h.
union { ... } reply_data |
uint32_t reply_payload_rcv_len |
Definition at line 309 of file scsi_bsg_fc.h.
uint32_t result |
Definition at line 306 of file scsi_bsg_fc.h.
struct fc_bsg_host_vendor_reply vendor_reply |
Definition at line 312 of file scsi_bsg_fc.h.