Home
last modified time | relevance | path

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

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Ddev_interface.h465 struct ata_cmd_in struct
467 ata_in_regs_48bit in_regs; ///< Input registers
468 ata_out_regs_flags out_needed; ///< True if output register value needed
469 enum { no_data = 0, data_in, data_out } direction; ///< I/O direction
470 void * buffer; ///< Pointer to data buffer
471 unsigned size; ///< Size of buffer
474 void set_data_in(void * buf, unsigned nsectors) in set_data_in()
501 ata_cmd_in(); argument
H A Ddev_interface.cpp129 ata_cmd_in::ata_cmd_in() in ata_cmd_in() function in ata_cmd_in