Home
last modified time | relevance | path

Searched defs:ata_channel (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-all.h397 struct ata_channel { struct
398 device_t dev; /* device handle */
420 int pm_level; /* power management level */
428 struct mtx state_mtx; /* state lock */
435 struct task conntask; /* PHY events handling task */
436 struct cam_sim *sim;
437 struct cam_path *path;
439 struct ata_cam_device curr[16]; /* Current settings */
440 int requestsense; /* CCB waiting for SENSE. */
441 struct callout poll_callout; /* Periodic status poll. */
[all …]