hpc_opsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.0: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.3: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.4: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.8: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.11: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.13: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.15: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
5.19: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
6.2: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
6.5: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
6.8: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
arm64: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
aws: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
azure: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
gcp: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
lowlatency: ✅struct hpc_ops {
int (*power_on_slot)(struct slot *);
int (*slot_enable)(struct slot *);
int (*slot_disable)(struct slot *);
int (*set_bus_speed_mode)(struct slot *, enum pci_bus_speed);
int (*get_power_status)(struct slot *, u8 *);
int (*get_attention_status)(struct slot *, u8 *);
int (*set_attention_status)(struct slot *, u8);
int (*get_latch_status)(struct slot *, u8 *);
int (*get_adapter_status)(struct slot *, u8 *);
int (*get_adapter_speed)(struct slot *, enum pci_bus_speed *);
int (*get_mode1_ECC_cap)(struct slot *, u8 *);
int (*get_prog_int)(struct slot *, u8 *);
int (*query_power_fault)(struct slot *);
void (*green_led_on)(struct slot *);
void (*green_led_off)(struct slot *);
void (*green_led_blink)(struct slot *);
void (*release_ctlr)(struct controller *);
int (*check_cmd_status)(struct controller *);
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️int (*get_mode1_ECC_cap)(struct slot *, u8 *)
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅