FreeBSD kernel CAM code
ccb_setasync Struct Reference

#include <cam_ccb.h>

Collaboration diagram for ccb_setasync:

Data Fields

struct ccb_hdr ccb_h
 
u_int32_t event_enable
 
ac_callback_tcallback
 
void * callback_arg
 

Detailed Description

Definition at line 907 of file cam_ccb.h.

Field Documentation

◆ callback

ac_callback_t* ccb_setasync::callback

◆ callback_arg

void* ccb_setasync::callback_arg

◆ ccb_h

struct ccb_hdr ccb_setasync::ccb_h

Definition at line 908 of file cam_ccb.h.

Referenced by xpt_action_default(), and xpt_register_async().

◆ event_enable

u_int32_t ccb_setasync::event_enable

Definition at line 909 of file cam_ccb.h.

Referenced by xpt_action_default(), and xpt_register_async().


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