diff options
Diffstat (limited to 'include/linux/mlx5/device.h')
-rw-r--r-- | include/linux/mlx5/device.h | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 8eb3b19af2a4..0b473cbfa7ef 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h | |||
@@ -402,17 +402,6 @@ struct mlx5_cmd_teardown_hca_mbox_out { | |||
402 | u8 rsvd[8]; | 402 | u8 rsvd[8]; |
403 | }; | 403 | }; |
404 | 404 | ||
405 | struct mlx5_cmd_query_special_contexts_mbox_in { | ||
406 | struct mlx5_inbox_hdr hdr; | ||
407 | u8 rsvd[8]; | ||
408 | }; | ||
409 | |||
410 | struct mlx5_cmd_query_special_contexts_mbox_out { | ||
411 | struct mlx5_outbox_hdr hdr; | ||
412 | __be32 dump_fill_mkey; | ||
413 | __be32 resd_lkey; | ||
414 | }; | ||
415 | |||
416 | struct mlx5_cmd_layout { | 405 | struct mlx5_cmd_layout { |
417 | u8 type; | 406 | u8 type; |
418 | u8 rsvd0[3]; | 407 | u8 rsvd0[3]; |
@@ -440,7 +429,7 @@ struct health_buffer { | |||
440 | __be32 rsvd2; | 429 | __be32 rsvd2; |
441 | u8 irisc_index; | 430 | u8 irisc_index; |
442 | u8 synd; | 431 | u8 synd; |
443 | __be16 ext_sync; | 432 | __be16 ext_synd; |
444 | }; | 433 | }; |
445 | 434 | ||
446 | struct mlx5_init_seg { | 435 | struct mlx5_init_seg { |
@@ -450,7 +439,8 @@ struct mlx5_init_seg { | |||
450 | __be32 cmdq_addr_h; | 439 | __be32 cmdq_addr_h; |
451 | __be32 cmdq_addr_l_sz; | 440 | __be32 cmdq_addr_l_sz; |
452 | __be32 cmd_dbell; | 441 | __be32 cmd_dbell; |
453 | __be32 rsvd1[121]; | 442 | __be32 rsvd1[120]; |
443 | __be32 initializing; | ||
454 | struct health_buffer health; | 444 | struct health_buffer health; |
455 | __be32 rsvd2[884]; | 445 | __be32 rsvd2[884]; |
456 | __be32 health_counter; | 446 | __be32 health_counter; |