|
@@ -835,7 +835,9 @@ struct mlx5_ifc_cmd_hca_cap_bits {
|
|
u8 port_type[0x2];
|
|
u8 port_type[0x2];
|
|
u8 num_ports[0x8];
|
|
u8 num_ports[0x8];
|
|
|
|
|
|
- u8 reserved_at_1c0[0x3];
|
|
|
|
|
|
+ u8 reserved_at_1c0[0x1];
|
|
|
|
+ u8 pps[0x1];
|
|
|
|
+ u8 pps_modify[0x1];
|
|
u8 log_max_msg[0x5];
|
|
u8 log_max_msg[0x5];
|
|
u8 reserved_at_1c8[0x4];
|
|
u8 reserved_at_1c8[0x4];
|
|
u8 max_tc[0x4];
|
|
u8 max_tc[0x4];
|
|
@@ -7821,6 +7823,60 @@ struct mlx5_ifc_initial_seg_bits {
|
|
u8 reserved_at_80a0[0x17fc0];
|
|
u8 reserved_at_80a0[0x17fc0];
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+struct mlx5_ifc_mtpps_reg_bits {
|
|
|
|
+ u8 reserved_at_0[0xc];
|
|
|
|
+ u8 cap_number_of_pps_pins[0x4];
|
|
|
|
+ u8 reserved_at_10[0x4];
|
|
|
|
+ u8 cap_max_num_of_pps_in_pins[0x4];
|
|
|
|
+ u8 reserved_at_18[0x4];
|
|
|
|
+ u8 cap_max_num_of_pps_out_pins[0x4];
|
|
|
|
+
|
|
|
|
+ u8 reserved_at_20[0x24];
|
|
|
|
+ u8 cap_pin_3_mode[0x4];
|
|
|
|
+ u8 reserved_at_48[0x4];
|
|
|
|
+ u8 cap_pin_2_mode[0x4];
|
|
|
|
+ u8 reserved_at_50[0x4];
|
|
|
|
+ u8 cap_pin_1_mode[0x4];
|
|
|
|
+ u8 reserved_at_58[0x4];
|
|
|
|
+ u8 cap_pin_0_mode[0x4];
|
|
|
|
+
|
|
|
|
+ u8 reserved_at_60[0x4];
|
|
|
|
+ u8 cap_pin_7_mode[0x4];
|
|
|
|
+ u8 reserved_at_68[0x4];
|
|
|
|
+ u8 cap_pin_6_mode[0x4];
|
|
|
|
+ u8 reserved_at_70[0x4];
|
|
|
|
+ u8 cap_pin_5_mode[0x4];
|
|
|
|
+ u8 reserved_at_78[0x4];
|
|
|
|
+ u8 cap_pin_4_mode[0x4];
|
|
|
|
+
|
|
|
|
+ u8 reserved_at_80[0x80];
|
|
|
|
+
|
|
|
|
+ u8 enable[0x1];
|
|
|
|
+ u8 reserved_at_101[0xb];
|
|
|
|
+ u8 pattern[0x4];
|
|
|
|
+ u8 reserved_at_110[0x4];
|
|
|
|
+ u8 pin_mode[0x4];
|
|
|
|
+ u8 pin[0x8];
|
|
|
|
+
|
|
|
|
+ u8 reserved_at_120[0x20];
|
|
|
|
+
|
|
|
|
+ u8 time_stamp[0x40];
|
|
|
|
+
|
|
|
|
+ u8 out_pulse_duration[0x10];
|
|
|
|
+ u8 out_periodic_adjustment[0x10];
|
|
|
|
+
|
|
|
|
+ u8 reserved_at_1a0[0x60];
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+struct mlx5_ifc_mtppse_reg_bits {
|
|
|
|
+ u8 reserved_at_0[0x18];
|
|
|
|
+ u8 pin[0x8];
|
|
|
|
+ u8 event_arm[0x1];
|
|
|
|
+ u8 reserved_at_21[0x1b];
|
|
|
|
+ u8 event_generation_mode[0x4];
|
|
|
|
+ u8 reserved_at_40[0x40];
|
|
|
|
+};
|
|
|
|
+
|
|
union mlx5_ifc_ports_control_registers_document_bits {
|
|
union mlx5_ifc_ports_control_registers_document_bits {
|
|
struct mlx5_ifc_bufferx_reg_bits bufferx_reg;
|
|
struct mlx5_ifc_bufferx_reg_bits bufferx_reg;
|
|
struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout;
|
|
struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout;
|
|
@@ -7865,6 +7921,8 @@ union mlx5_ifc_ports_control_registers_document_bits {
|
|
struct mlx5_ifc_pvlc_reg_bits pvlc_reg;
|
|
struct mlx5_ifc_pvlc_reg_bits pvlc_reg;
|
|
struct mlx5_ifc_slrg_reg_bits slrg_reg;
|
|
struct mlx5_ifc_slrg_reg_bits slrg_reg;
|
|
struct mlx5_ifc_sltp_reg_bits sltp_reg;
|
|
struct mlx5_ifc_sltp_reg_bits sltp_reg;
|
|
|
|
+ struct mlx5_ifc_mtpps_reg_bits mtpps_reg;
|
|
|
|
+ struct mlx5_ifc_mtppse_reg_bits mtppse_reg;
|
|
u8 reserved_at_0[0x60e0];
|
|
u8 reserved_at_0[0x60e0];
|
|
};
|
|
};
|
|
|
|
|