FreeBSD kernel CAM code
nvme_probe_softc Struct Reference
Collaboration diagram for nvme_probe_softc:

Public Member Functions

 TAILQ_HEAD (ccb_hdr)
 

Data Fields

nvme_probe_action action
 
nvme_probe_flags flags
 
int restart
 
struct cam_periphperiph
 

Detailed Description

Definition at line 113 of file nvme_xpt.c.

Member Function Documentation

◆ TAILQ_HEAD()

nvme_probe_softc::TAILQ_HEAD ( ccb_hdr  )
inline

Definition at line 114 of file nvme_xpt.c.

Field Documentation

◆ action

nvme_probe_action nvme_probe_softc::action

Definition at line 119 of file nvme_xpt.c.

Referenced by nvme_probe_done(), nvme_probe_register(), and nvme_probe_start().

◆ flags

nvme_probe_flags nvme_probe_softc::flags

Definition at line 120 of file nvme_xpt.c.

Referenced by nvme_probe_register(), and nvme_probe_schedule().

◆ periph

struct cam_periph* nvme_probe_softc::periph

Definition at line 122 of file nvme_xpt.c.

Referenced by nvme_probe_register().

◆ restart

int nvme_probe_softc::restart

Definition at line 121 of file nvme_xpt.c.

Referenced by nvme_probe_done(), and nvme_probe_start().


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