Lines Matching refs:command_id
88 u32 command_id; member
187 atomic_t command_id; member
216 enum thunderbolt_ip_type type, size_t size, u32 command_id) in tbnet_fill_header() argument
231 hdr->command_id = command_id; in tbnet_fill_header()
235 u32 command_id) in tbnet_login_response() argument
243 command_id); in tbnet_login_response()
260 atomic_inc_return(&net->command_id)); in tbnet_login_request()
272 u32 command_id) in tbnet_logout_response() argument
280 atomic_inc_return(&net->command_id)); in tbnet_logout_response()
294 atomic_inc_return(&net->command_id)); in tbnet_logout_request()
398 u32 command_id; in tbnet_handle_packet() local
418 command_id = pkg->hdr.command_id; in tbnet_handle_packet()
426 pkg->hdr.command_id); in tbnet_handle_packet()
449 ret = tbnet_logout_response(net, route, sequence, command_id); in tbnet_handle_packet()
1211 atomic_set(&net->command_id, 0); in tbnet_probe()