FreeBSD kernel CAM code
xpt_xport_ops Struct Reference

#include <cam_xpt_internal.h>

Collaboration diagram for xpt_xport_ops:

Data Fields

xpt_alloc_device_func alloc_device
 
xpt_release_device_func reldev
 
xpt_action_func action
 
xpt_dev_async_func async
 
xpt_announce_periph_func announce
 
xpt_announce_periph_sbuf_func announce_sbuf
 

Detailed Description

Definition at line 54 of file cam_xpt_internal.h.

Field Documentation

◆ action

xpt_action_func xpt_xport_ops::action

Definition at line 57 of file cam_xpt_internal.h.

Referenced by xpt_action().

◆ alloc_device

xpt_alloc_device_func xpt_xport_ops::alloc_device

Definition at line 55 of file cam_xpt_internal.h.

Referenced by xpt_compile_path().

◆ announce

xpt_announce_periph_func xpt_xport_ops::announce

Definition at line 59 of file cam_xpt_internal.h.

Referenced by xpt_announce_periph().

◆ announce_sbuf

xpt_announce_periph_sbuf_func xpt_xport_ops::announce_sbuf

Definition at line 60 of file cam_xpt_internal.h.

Referenced by xpt_announce_periph_sbuf().

◆ async

xpt_dev_async_func xpt_xport_ops::async

Definition at line 58 of file cam_xpt_internal.h.

Referenced by xpt_async_process_dev().

◆ reldev

xpt_release_device_func xpt_xport_ops::reldev

Definition at line 56 of file cam_xpt_internal.h.


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