FreeBSD kernel CAM code
cam_devq Struct Reference

#include <cam_queue.h>

Collaboration diagram for cam_devq:

Data Fields

struct mtx send_mtx
 
struct camq send_queue
 
int send_openings
 
int send_active
 

Detailed Description

Definition at line 74 of file cam_queue.h.

Field Documentation

◆ send_active

int cam_devq::send_active

Definition at line 78 of file cam_queue.h.

Referenced by cam_devq_init(), xpt_done_process(), and xpt_run_devq().

◆ send_mtx

◆ send_openings

int cam_devq::send_openings

Definition at line 77 of file cam_queue.h.

Referenced by cam_devq_init(), xpt_done_process(), xpt_poll_setup(), and xpt_run_devq().

◆ send_queue


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