Searched defs:twa_command_init_connect (Results 1 – 1 of 1) sorted by relevance
248 struct twa_command_init_connect { struct249 uint8_t opcode:5; /* TWA_OP_INITCONNECTION */250 uint8_t res1:3;251 uint8_t size;252 uint8_t request_id;253 uint8_t res2;254 uint8_t status;255 uint8_t flags;256 uint16_t message_credits;257 uint32_t features;[all …]