FreeBSD kernel CAM code
ctl_ha_dt_req Struct Reference

#include <ctl_ha.h>

Collaboration diagram for ctl_ha_dt_req:

Public Member Functions

 TAILQ_ENTRY (ctl_ha_dt_req) links
 

Data Fields

ctl_ha_dt_cmd command
 
void * context
 
ctl_ha_dt_cb callback
 
int ret
 
uint32_t size
 
uint8_t * local
 
uint8_t * remote
 

Detailed Description

Definition at line 101 of file ctl_ha.h.

Member Function Documentation

◆ TAILQ_ENTRY()

ctl_ha_dt_req::TAILQ_ENTRY ( ctl_ha_dt_req  )

Field Documentation

◆ callback

ctl_ha_dt_cb ctl_ha_dt_req::callback

Definition at line 104 of file ctl_ha.h.

Referenced by ctl_datamove_remote_xfer(), ctl_dt_event_handler(), and ctl_dt_single().

◆ command

ctl_ha_dt_cmd ctl_ha_dt_req::command

Definition at line 102 of file ctl_ha.h.

Referenced by ctl_datamove_remote_xfer(), and ctl_dt_single().

◆ context

void* ctl_ha_dt_req::context

◆ local

uint8_t* ctl_ha_dt_req::local

Definition at line 107 of file ctl_ha.h.

Referenced by ctl_datamove_remote_xfer(), ctl_dt_event_handler(), and ctl_dt_single().

◆ remote

uint8_t* ctl_ha_dt_req::remote

Definition at line 108 of file ctl_ha.h.

Referenced by ctl_datamove_remote_xfer(), and ctl_dt_single().

◆ ret

int ctl_ha_dt_req::ret

◆ size

uint32_t ctl_ha_dt_req::size

Definition at line 106 of file ctl_ha.h.

Referenced by ctl_datamove_remote_xfer(), and ctl_dt_single().


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