Searched defs:get_conf (Results 1 – 1 of 1) sorted by relevance
211 struct get_conf { /* Read Configuration Array */ struct212 __u32 len; /* Should return 0x22, 0x24, etc */213 __u32 signature; /* Signature MUST be "EATA" */214 __u8 version2:4,215 version:4; /* EATA Version level */216 __u8 OCS_enabled:1, /* Overlap Command Support enabled */217 TAR_support:1, /* SCSI Target Mode supported */218 TRNXFR:1, /* Truncate Transfer Cmd not necessary *220 MORE_support:1, /* MORE supported (only PIO Mode) */221 DMA_support:1, /* DMA supported Driver uses only *[all …]