Lines Matching refs:command_id
85 u32 command_id; member
184 atomic_t command_id; member
214 enum thunderbolt_ip_type type, size_t size, u32 command_id) in tbnet_fill_header() argument
229 hdr->command_id = command_id; in tbnet_fill_header()
233 u32 command_id) in tbnet_login_response() argument
241 command_id); in tbnet_login_response()
258 atomic_inc_return(&net->command_id)); in tbnet_login_request()
270 u32 command_id) in tbnet_logout_response() argument
278 atomic_inc_return(&net->command_id)); in tbnet_logout_response()
292 atomic_inc_return(&net->command_id)); in tbnet_logout_request()
404 u32 command_id; in tbnet_handle_packet() local
424 command_id = pkg->hdr.command_id; in tbnet_handle_packet()
432 pkg->hdr.command_id); in tbnet_handle_packet()
455 ret = tbnet_logout_response(net, route, sequence, command_id); in tbnet_handle_packet()
1238 atomic_set(&net->command_id, 0); in tbnet_probe()