/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | esi.c | 89 enum esi_proc_type proc_type, u64 func, in ia64_esi_call() 115 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call() 117 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call() 123 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call() 126 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call() 88 ia64_esi_call(efi_guid_t guid, struct ia64_sal_retval *isrvp, enum esi_proc_type proc_type, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call() argument
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | esi.c | 89 enum esi_proc_type proc_type, u64 func, in ia64_esi_call() 115 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call() 117 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call() 123 if (proc_type == ESI_PROC_SERIALIZED) in ia64_esi_call() 126 else if (proc_type == ESI_PROC_MP_SAFE) in ia64_esi_call() 88 ia64_esi_call(efi_guid_t guid, struct ia64_sal_retval *isrvp, enum esi_proc_type proc_type, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.h | 54 int bnxt_hwrm_firmware_reset(struct net_device *dev, u8 proc_type,
|
H A D | bnxt_ethtool.c | 2230 int bnxt_hwrm_firmware_reset(struct net_device *dev, u8 proc_type, in bnxt_hwrm_firmware_reset() argument 2246 req->embedded_proc_type = proc_type; in bnxt_hwrm_firmware_reset() 2250 if (proc_type == FW_RESET_REQ_EMBEDDED_PROC_TYPE_AP) { in bnxt_hwrm_firmware_reset() 2264 u8 proc_type, flags = 0; in bnxt_firmware_reset() local 2272 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_BOOT; in bnxt_firmware_reset() 2278 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_MGMT; in bnxt_firmware_reset() 2284 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_NETCTRL; in bnxt_firmware_reset() 2288 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_ROCE; in bnxt_firmware_reset() 2294 return bnxt_hwrm_firmware_reset(dev, proc_type, self_reset, flags); in bnxt_firmware_reset()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | cper.c | 147 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic() 148 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic() 149 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | cper.c | 148 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic() 149 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic() 150 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 2146 static int bnxt_hwrm_firmware_reset(struct net_device *dev, u8 proc_type, in bnxt_hwrm_firmware_reset() argument 2155 req.embedded_proc_type = proc_type; in bnxt_hwrm_firmware_reset() 2159 if (proc_type == FW_RESET_REQ_EMBEDDED_PROC_TYPE_AP) { in bnxt_hwrm_firmware_reset() 2174 u8 proc_type, flags = 0; in bnxt_firmware_reset() local 2182 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_BOOT; in bnxt_firmware_reset() 2188 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_MGMT; in bnxt_firmware_reset() 2194 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_NETCTRL; in bnxt_firmware_reset() 2198 proc_type = FW_RESET_REQ_EMBEDDED_PROC_TYPE_ROCE; in bnxt_firmware_reset() 2204 return bnxt_hwrm_firmware_reset(dev, proc_type, self_reset, flags); in bnxt_firmware_reset()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cper.h | 362 u8 proc_type; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cper.h | 362 u8 proc_type; member
|