Lines Matching refs:command_id
85 u32 command_id; member
184 atomic_t command_id; member
213 enum thunderbolt_ip_type type, size_t size, u32 command_id) in tbnet_fill_header() argument
228 hdr->command_id = command_id; in tbnet_fill_header()
232 u32 command_id) in tbnet_login_response() argument
240 command_id); in tbnet_login_response()
257 atomic_inc_return(&net->command_id)); in tbnet_login_request()
269 u32 command_id) in tbnet_logout_response() argument
277 atomic_inc_return(&net->command_id)); in tbnet_logout_response()
291 atomic_inc_return(&net->command_id)); in tbnet_logout_request()
395 u32 command_id; in tbnet_handle_packet() local
415 command_id = pkg->hdr.command_id; in tbnet_handle_packet()
423 pkg->hdr.command_id); in tbnet_handle_packet()
446 ret = tbnet_logout_response(net, route, sequence, command_id); in tbnet_handle_packet()
1208 atomic_set(&net->command_id, 0); in tbnet_probe()