@@ -214,35 +214,24 @@ impl_debug_from_methods! {
214
214
pub struct CapabilityParameters1 ( u32 ) ;
215
215
impl CapabilityParameters1 {
216
216
ro_bit ! ( 0 , addressing_capability, "64-bit Addressing Capability" ) ;
217
-
218
217
ro_bit ! ( 1 , bw_negotiation_capability, "BW Negotiation Capability" ) ;
219
-
220
218
ro_bit ! ( 2 , context_size, "Context Size" ) ;
221
-
222
219
ro_bit ! ( 3 , port_power_control, "Port Power Control" ) ;
223
-
224
220
ro_bit ! ( 4 , port_indicators, "Port Indicators" ) ;
225
-
226
221
ro_bit ! ( 5 , light_hc_reset_capability, "Light HC Reset Capability" ) ;
227
-
228
222
ro_bit ! (
229
223
6 ,
230
224
latency_tolerance_messaging_capability,
231
225
"Latency Tolerance Messaging Capability"
232
226
) ;
233
-
234
227
ro_bit ! ( 7 , no_secondary_sid_support, "No Secondary SID Support" ) ;
235
-
236
228
ro_bit ! ( 8 , parse_all_event_data, "Parse All Event Data" ) ;
237
-
238
229
ro_bit ! (
239
230
9 ,
240
231
stopped_short_packet_capability,
241
232
"Stopped - Short Packet Capability"
242
233
) ;
243
-
244
234
ro_bit ! ( 10 , stopped_edtla_capability, "Stopped EDTLA Capability" ) ;
245
-
246
235
ro_bit ! (
247
236
11 ,
248
237
contiguous_frame_id_capability,
@@ -313,51 +302,42 @@ impl RuntimeRegisterSpaceOffset {
313
302
pub struct CapabilityParameters2 ( u32 ) ;
314
303
impl CapabilityParameters2 {
315
304
ro_bit ! ( 0 , u3_entry_capability, "U3 Entry Capability" ) ;
316
-
317
305
ro_bit ! (
318
306
1 ,
319
307
configure_endpoint_command_max_exit_latency_too_large_capability,
320
308
"Configure Endpoint Command Max Exit Latency Too Large Capability"
321
309
) ;
322
-
323
310
ro_bit ! (
324
311
2 ,
325
312
force_save_context_capability,
326
313
"Force Save Context Capability"
327
314
) ;
328
-
329
315
ro_bit ! (
330
316
3 ,
331
317
compliance_transition_capability,
332
318
"Compliance Transition Capability"
333
319
) ;
334
-
335
320
ro_bit ! (
336
321
4 ,
337
322
large_esit_payload_capability,
338
323
"Large ESIT Payload Capability"
339
324
) ;
340
-
341
325
ro_bit ! (
342
326
5 ,
343
327
configuration_information_capability,
344
328
"Configuration Information Capability"
345
329
) ;
346
-
347
330
ro_bit ! ( 6 , extended_tbc_capability, "Extended TBC Capability" ) ;
348
-
349
331
ro_bit ! (
350
332
7 ,
351
333
extended_tbc_trb_status_capability,
352
334
"Extended TBC TRB Status Capability"
353
335
) ;
354
-
355
336
ro_bit ! (
356
337
8 ,
357
338
get_set_extended_property_capability,
358
339
"Get/Set Extended Property Capability"
359
340
) ;
360
-
361
341
ro_bit ! (
362
342
9 ,
363
343
virtualization_based_trusted_io_capability,
0 commit comments