Lines Matching refs:command_id
89 u32 command_id; member
188 atomic_t command_id; member
222 enum thunderbolt_ip_type type, size_t size, u32 command_id) in tbnet_fill_header() argument
237 hdr->command_id = command_id; in tbnet_fill_header()
241 u32 command_id) in tbnet_login_response() argument
249 command_id); in tbnet_login_response()
266 atomic_inc_return(&net->command_id)); in tbnet_login_request()
278 u32 command_id) in tbnet_logout_response() argument
286 atomic_inc_return(&net->command_id)); in tbnet_logout_response()
300 atomic_inc_return(&net->command_id)); in tbnet_logout_request()
422 u32 command_id; in tbnet_handle_packet() local
442 command_id = pkg->hdr.command_id; in tbnet_handle_packet()
451 pkg->hdr.command_id); in tbnet_handle_packet()
477 ret = tbnet_logout_response(net, route, sequence, command_id); in tbnet_handle_packet()
1305 atomic_set(&net->command_id, 0); in tbnet_probe()