Home
last modified time | relevance | path

Searched refs:proc_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.h57 int bnxt_hwrm_firmware_reset(struct net_device *dev, u8 proc_type,
H A Dbnxt_ethtool.c3540 int bnxt_hwrm_firmware_reset(struct net_device *dev, u8 proc_type, in bnxt_hwrm_firmware_reset() argument
3556 req->embedded_proc_type = proc_type; in bnxt_hwrm_firmware_reset()
3560 if (proc_type == FW_RESET_REQ_EMBEDDED_PROC_TYPE_AP) { in bnxt_hwrm_firmware_reset()
3574 u8 proc_type, flags = 0; in bnxt_firmware_reset() local
3582 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_BOOT; in bnxt_firmware_reset()
3588 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_MGMT; in bnxt_firmware_reset()
3594 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_NETCTRL; in bnxt_firmware_reset()
3598 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_ROCE; in bnxt_firmware_reset()
3604 return bnxt_hwrm_firmware_reset(dev, proc_type, self_reset, flags); in bnxt_firmware_reset()
/linux/drivers/firmware/efi/
H A Dcper.c208 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic()
209 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic()
210 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic()
/linux/include/linux/
H A Dcper.h389 u8 proc_type; member