Searched defs:sda_cmd (Results 1 – 1 of 1) sorted by relevance
208 struct sda_cmd { struct212 sda_index_t sc_index; /* command name */213 sda_rtype_t sc_rtype; /* response type expected */214 uint16_t sc_flags;215 uint32_t sc_argument; /* command argument */217 uint32_t sc_response[4];219 uint16_t sc_nblks;220 uint16_t sc_blksz;222 uint32_t sc_resid;224 ddi_dma_handle_t sc_dmah;[all …]