Lines Matching refs:command_id
87 u32 command_id; member
186 atomic_t command_id; member
220 enum thunderbolt_ip_type type, size_t size, u32 command_id) in tbnet_fill_header() argument
235 hdr->command_id = command_id; in tbnet_fill_header()
239 u32 command_id) in tbnet_login_response() argument
247 command_id); in tbnet_login_response()
264 atomic_inc_return(&net->command_id)); in tbnet_login_request()
276 u32 command_id) in tbnet_logout_response() argument
284 atomic_inc_return(&net->command_id)); in tbnet_logout_response()
298 atomic_inc_return(&net->command_id)); in tbnet_logout_request()
410 u32 command_id; in tbnet_handle_packet() local
430 command_id = pkg->hdr.command_id; in tbnet_handle_packet()
438 pkg->hdr.command_id); in tbnet_handle_packet()
461 ret = tbnet_logout_response(net, route, sequence, command_id); in tbnet_handle_packet()
1257 atomic_set(&net->command_id, 0); in tbnet_probe()