FreeBSD kernel CAM code
ccb_smpio Struct Reference

#include <cam_ccb.h>

Collaboration diagram for ccb_smpio:

Data Fields

struct ccb_hdr ccb_h
 
uint8_t * smp_request
 
int smp_request_len
 
uint16_t smp_request_sglist_cnt
 
uint8_t * smp_response
 
int smp_response_len
 
uint16_t smp_response_sglist_cnt
 
ccb_smp_pass_flags flags
 

Detailed Description

Definition at line 719 of file cam_ccb.h.

Field Documentation

◆ ccb_h

struct ccb_hdr ccb_smpio::ccb_h

Definition at line 720 of file cam_ccb.h.

Referenced by cam_fill_smpio(), and smp_error_sbuf().

◆ flags

ccb_smp_pass_flags ccb_smpio::flags

Definition at line 727 of file cam_ccb.h.

◆ smp_request

uint8_t* ccb_smpio::smp_request

◆ smp_request_len

int ccb_smpio::smp_request_len

◆ smp_request_sglist_cnt

uint16_t ccb_smpio::smp_request_sglist_cnt

Definition at line 723 of file cam_ccb.h.

◆ smp_response

uint8_t* ccb_smpio::smp_response

◆ smp_response_len

int ccb_smpio::smp_response_len

◆ smp_response_sglist_cnt

uint16_t ccb_smpio::smp_response_sglist_cnt

Definition at line 726 of file cam_ccb.h.


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