Searched defs:twa_command_param (Results 1 – 1 of 1) sorted by relevance
323 struct twa_command_param { struct324 uint8_t opcode:5; /* TWA_OP_GETPARAM, TWA_OP_SETPARAM */325 uint8_t sgl_offset:3;326 uint8_t size;327 uint8_t request_id;328 uint8_t unit:4;329 uint8_t host_id:4;330 uint8_t status;331 uint8_t flags;332 uint16_t param_count;[all …]