Home
last modified time | relevance | path

Searched full:hpe (Results 1 – 25 of 69) sorted by relevance

123

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/
Dhpe,gxp-i2c.yaml4 $id: http://devicetree.org/schemas/i2c/hpe,gxp-i2c.yaml#
7 title: HPE GXP SoC I2C Controller
10 - Nick Hawkins <nick.hawkins@hpe.com>
17 const: hpe,gxp-i2c
28 hpe,sysreg:
47 compatible = "hpe,gxp-i2c";
52 hpe,sysreg = <&sysreg_system_controller>;
/kernel/linux/linux-6.6/arch/arm/mach-hpe/
DKconfig2 bool "HPE SoC support"
5 This enables support for HPE ARM based BMC chips.
9 bool "HPE GXP SoC"
15 HPE GXP is the name of the HPE Soc. This SoC is used to implement many
16 BMC features at HPE. It supports ARMv7 architecture based on the Cortex
Dgxp.c7 "hpe,gxp",
11 DT_MACHINE_START(GXP_DT, "HPE GXP")
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Dhpe,gxp.yaml4 $id: http://devicetree.org/schemas/arm/hpe,gxp.yaml#
7 title: HPE BMC GXP platforms
10 - Nick Hawkins <nick.hawkins@hpe.com>
11 - Jean-Marie Verdun <verdun@hpe.com>
19 - hpe,gxp-dl360gen10
20 - const: hpe,gxp
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/timer/
Dhpe,gxp-timer.yaml4 $id: http://devicetree.org/schemas/timer/hpe,gxp-timer.yaml#
7 title: HPE GXP Timer
10 - Nick Hawkins <nick.hawkins@hpe.com>
11 - Jean-Marie Verdun <verdun@hpe.com>
15 const: hpe,gxp-timer
41 compatible = "hpe,gxp-timer";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dhpe,gxp-fan-ctrl.yaml4 $id: http://devicetree.org/schemas/hwmon/hpe,gxp-fan-ctrl.yaml#
7 title: HPE GXP Fan Controller
10 - Nick Hawkins <nick.hawkins@hpe.com>
13 The HPE GXP fan controller controls the fans through an external CPLD
18 const: hpe,gxp-fan-ctrl
42 compatible = "hpe,gxp-fan-ctrl";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dhpe,gxp-spifi.yaml4 $id: http://devicetree.org/schemas/spi/hpe,gxp-spifi.yaml#
7 title: HPE GXP spi controller flash interface
10 - Nick Hawkins <nick.hawkins@hpe.com>
11 - Jean-Marie Verdun <verdun@hpe.com>
18 const: hpe,gxp-spifi
40 compatible = "hpe,gxp-spifi";
/kernel/linux/linux-6.6/arch/arm/boot/dts/hpe/
Dhpe-bmc-dl360gen10.dts3 * Device Tree file for HPE DL360Gen10
6 /include/ "hpe-gxp.dtsi"
11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
Dhpe-gxp.dtsi3 * Device Tree file for HPE GXP
9 compatible = "hpe,gxp";
104 compatible = "hpe,gxp-ehci", "generic-ehci";
111 compatible = "hpe,gxp-timer";
120 compatible = "hpe,gxp-ohci", "generic-ohci";
DMakefile3 hpe-bmc-dl360gen10.dtb
/kernel/linux/linux-6.6/Documentation/hwmon/
Dgxp-fan-ctrl.rst8 * HPE GXP SOC
10 Author: Nick Hawkins <nick.hawkins@hpe.com>
16 gxp-fan-ctrl is a driver which provides fan control for the hpe gxp soc.
/kernel/linux/linux-6.6/Documentation/watchdog/
Dhpwdt.rst2 HPE iLO NMI Watchdog Driver
11 The HPE iLO NMI Watchdog driver is a kernel module that provides basic
22 gets into a bad state and hangs, the HPE ProLiant iLO timer register will
76 The HPE iLO NMI Watchdog Driver and documentation were originally developed
/kernel/linux/linux-5.10/Documentation/watchdog/
Dhpwdt.rst2 HPE iLO NMI Watchdog Driver
11 The HPE iLO NMI Watchdog driver is a kernel module that provides basic
22 gets into a bad state and hangs, the HPE ProLiant iLO timer register will
76 The HPE iLO NMI Watchdog Driver and documentation were originally developed
/kernel/linux/linux-6.6/drivers/watchdog/
Dgxp-wdt.c110 .identity = "HPE GXP Watchdog timer",
159 dev_info(dev, "HPE GXP watchdog timer"); in gxp_wdt_probe()
172 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
173 MODULE_AUTHOR("Jean-Marie Verdun <verdun@hpe.com>");
Dhpwdt.c3 * HPE WatchDog Driver
9 * Thomas Mingarelli <thomas.mingarelli@hpe.com>
209 .identity = "HPE iLO2+ HW Watchdog Timer",
260 "HPE Watchdog Timer Driver: NMI decoding initialized\n"); in hpwdt_init_nmi_decoding()
358 dev_info(&dev->dev, "HPE Watchdog Timer Driver: Version: %s\n", in hpwdt_init_one()
396 MODULE_DESCRIPTION("hpe watchdog driver");
/kernel/linux/linux-5.10/drivers/watchdog/
Dhpwdt.c3 * HPE WatchDog Driver
9 * Thomas Mingarelli <thomas.mingarelli@hpe.com>
205 .identity = "HPE iLO2+ HW Watchdog Timer",
256 "HPE Watchdog Timer Driver: NMI decoding initialized\n"); in hpwdt_init_nmi_decoding()
349 dev_info(&dev->dev, "HPE Watchdog Timer Driver: Version: %s\n", in hpwdt_init_one()
387 MODULE_DESCRIPTION("hpe watchdog driver");
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c590 /* hpe's that were not fully initialized when dead peer update event
964 struct mlx5e_hairpin_entry *hpe; in mlx5e_hairpin_get() local
967 hash_for_each_possible(tc->hairpin_tbl, hpe, in mlx5e_hairpin_get()
969 if (hpe->peer_vhca_id == peer_vhca_id && hpe->prio == prio) { in mlx5e_hairpin_get()
970 refcount_inc(&hpe->refcnt); in mlx5e_hairpin_get()
971 return hpe; in mlx5e_hairpin_get()
979 struct mlx5e_hairpin_entry *hpe) in mlx5e_hairpin_put() argument
983 if (!refcount_dec_and_mutex_lock(&hpe->refcnt, &tc->hairpin_tbl_lock)) in mlx5e_hairpin_put()
985 hash_del(&hpe->hairpin_hlist); in mlx5e_hairpin_put()
988 if (!IS_ERR_OR_NULL(hpe->hp)) { in mlx5e_hairpin_put()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c136 struct mlx5e_hairpin_entry *hpe; /* attached hairpin instance */ member
345 /* hpe's that were not fully initialized when dead peer update event
761 struct mlx5e_hairpin_entry *hpe; in mlx5e_hairpin_get() local
764 hash_for_each_possible(priv->fs.tc.hairpin_tbl, hpe, in mlx5e_hairpin_get()
766 if (hpe->peer_vhca_id == peer_vhca_id && hpe->prio == prio) { in mlx5e_hairpin_get()
767 refcount_inc(&hpe->refcnt); in mlx5e_hairpin_get()
768 return hpe; in mlx5e_hairpin_get()
776 struct mlx5e_hairpin_entry *hpe) in mlx5e_hairpin_put() argument
779 if (!refcount_dec_and_mutex_lock(&hpe->refcnt, &priv->fs.tc.hairpin_tbl_lock)) in mlx5e_hairpin_put()
781 hash_del(&hpe->hairpin_hlist); in mlx5e_hairpin_put()
[all …]
/kernel/linux/linux-6.6/drivers/hwmon/
Dgxp-fan-ctrl.c237 { .compatible = "hpe,gxp-fan-ctrl", },
251 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
252 MODULE_DESCRIPTION("HPE GXP fan controller");
/kernel/linux/linux-6.6/drivers/i2c/busses/
Di2c-gxp.c516 "hpe,sysreg"); in gxp_i2c_probe()
569 strscpy(adapter->name, "HPE GXP I2C adapter", sizeof(adapter->name)); in gxp_i2c_probe()
591 { .compatible = "hpe,gxp-i2c" },
606 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
607 MODULE_DESCRIPTION("HPE GXP I2C bus driver");
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
Dmegaraid_ioctl.h68 #define MBOX_HPE 0x01 /* ioctl has hpe mbox */
77 #define DRVRTYPE_HPE 0x00000002 /* new hpe driver */
251 * @drvr_type : megaraid or hpe (DRVRTYPE_MBOX or DRVRTYPE_HPE)
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
Dmegaraid_ioctl.h68 #define MBOX_HPE 0x01 /* ioctl has hpe mbox */
77 #define DRVRTYPE_HPE 0x00000002 /* new hpe driver */
251 * @drvr_type : megaraid or hpe (DRVRTYPE_MBOX or DRVRTYPE_HPE)
/kernel/linux/linux-6.6/drivers/spi/
Dspi-gxp.c304 {.compatible = "hpe,gxp-spifi", .data = &gxp_spifi_data },
318 MODULE_DESCRIPTION("HPE GXP SPI Flash Interface driver");
319 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-st4 Contact: shane.seymour@hpe.com
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-st4 Contact: shane.seymour@hpe.com

123