| /linux/drivers/s390/scsi/ |
| H A D | zfcp_diag.c | 36 struct zfcp_diag_adapter *diag; in zfcp_diag_adapter_setup() local 39 diag = kzalloc_obj(*diag); in zfcp_diag_adapter_setup() 40 if (diag == NULL) in zfcp_diag_adapter_setup() 43 diag->max_age = (5 * 1000); /* default value: 5 s */ in zfcp_diag_adapter_setup() 46 hdr = &diag->port_data.header; in zfcp_diag_adapter_setup() 49 hdr->buffer = &diag->port_data.data; in zfcp_diag_adapter_setup() 50 hdr->buffer_size = sizeof(diag->port_data.data); in zfcp_diag_adapter_setup() 52 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup() 55 hdr = &diag->config_data.header; in zfcp_diag_adapter_setup() 58 hdr->buffer = &diag->config_data.data; in zfcp_diag_adapter_setup() [all …]
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_main.c | 291 int diag; in kdbgetintenv() local 293 diag = kdbgetulenv(match, &val); in kdbgetintenv() 294 if (!diag) in kdbgetintenv() 296 return diag; in kdbgetintenv() 476 int diag; in kdbgetaddrarg() local 518 diag = kdbgetulenv(&symname[1], &addr); in kdbgetaddrarg() 519 if (diag) in kdbgetaddrarg() 520 return diag; in kdbgetaddrarg() 522 diag = kdb_check_regs(); in kdbgetaddrarg() 523 if (diag) in kdbgetaddrarg() [all …]
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 452 void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag) in bpf_sk_storage_diag_free() argument 456 if (!diag) in bpf_sk_storage_diag_free() 459 for (i = 0; i < diag->nr_maps; i++) in bpf_sk_storage_diag_free() 460 bpf_map_put(diag->maps[i]); in bpf_sk_storage_diag_free() 462 kfree(diag); in bpf_sk_storage_diag_free() 466 static bool diag_check_dup(const struct bpf_sk_storage_diag *diag, in diag_check_dup() argument 471 for (i = 0; i < diag->nr_maps; i++) { in diag_check_dup() 472 if (diag->maps[i] == map) in diag_check_dup() 482 struct bpf_sk_storage_diag *diag; in bpf_sk_storage_diag_alloc() local 500 diag = kzalloc_flex(*diag, maps, nr_maps); in bpf_sk_storage_diag_alloc() [all …]
|
| /linux/include/net/ |
| H A D | bpf_sk_storage.h | 35 void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag); 36 int bpf_sk_storage_diag_put(struct bpf_sk_storage_diag *diag, 51 static inline void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag) in bpf_sk_storage_diag_free() argument 54 static inline int bpf_sk_storage_diag_put(struct bpf_sk_storage_diag *diag, in bpf_sk_storage_diag_put() argument
|
| /linux/drivers/s390/char/ |
| H A D | sclp_ftp.c | 53 struct sclp_diag_evbuf *diag = (struct sclp_diag_evbuf *) evbuf; in sclp_ftp_rxcb() local 59 diag->route != SCLP_DIAG_FTP_ROUTE || in sclp_ftp_rxcb() 60 diag->mdd.ftp.pcx != SCLP_DIAG_FTP_XPCX || in sclp_ftp_rxcb() 74 sclp_ftp_ldflg = diag->mdd.ftp.ldflg; in sclp_ftp_rxcb() 75 sclp_ftp_fsize = diag->mdd.ftp.fsize; in sclp_ftp_rxcb() 76 sclp_ftp_length = diag->mdd.ftp.length; in sclp_ftp_rxcb()
|
| /linux/arch/mips/loongson64/ |
| H A D | cpucfg-emul.c | 34 u32 diag = read_c0_diag(); in cpu_has_uca() local 37 if (diag & LOONGSON_DIAG_UCAC) in cpu_has_uca() 42 new_diag = diag | LOONGSON_DIAG_UCAC; in cpu_has_uca() 45 write_c0_diag(diag); in cpu_has_uca()
|
| /linux/arch/s390/kernel/ |
| H A D | relocate_kernel.S | 62 je .diag 67 .diag: label 68 diag %r0,%r0,0x308
|
| /linux/drivers/net/phy/ |
| H A D | sfp.c | 309 struct sfp_diag diag; in sff_module_supported() 1293 sfp_hwmon_calibrate(sfp, be16_to_cpu(sfp->diag.cal_t_slope), in sfp_hwmon_temp() 1294 be16_to_cpu(sfp->diag.cal_t_offset), value); in sfp_hwmon_temp() 1304 sfp_hwmon_calibrate(sfp, be16_to_cpu(sfp->diag.cal_v_slope), in sfp_hwmon_temp() 1305 be16_to_cpu(sfp->diag.cal_v_offset), value); in sfp_hwmon_temp() 1312 sfp_hwmon_calibrate(sfp, be16_to_cpu(sfp->diag.cal_txi_slope), in sfp_hwmon_vcc() 1313 be16_to_cpu(sfp->diag.cal_txi_offset), value); in sfp_hwmon_vcc() 1320 sfp_hwmon_calibrate(sfp, be16_to_cpu(sfp->diag.cal_txpwr_slope), in sfp_hwmon_vcc() 1321 be16_to_cpu(sfp->diag.cal_txpwr_offset), value); in sfp_hwmon_vcc() 1401 *value = be16_to_cpu(sfp->diag in sfp_hwmon_bias() 291 struct sfp_diag diag; global() member [all...] |
| /linux/drivers/soc/fujitsu/ |
| H A D | Kconfig | 5 bool "A64FX diag driver" 9 Say Y here if you want to enable diag interrupt on Fujitsu A64FX.
|
| H A D | Makefile | 3 obj-$(CONFIG_A64FX_DIAG) += a64fx-diag.o
|
| /linux/drivers/pcmcia/ |
| H A D | ti113x.h | 885 u8 old, diag; in ti1250_override() local 888 diag = old & ~(TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ); in ti1250_override() 890 diag |= TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ; in ti1250_override() 892 if (diag != old) { in ti1250_override() 895 old, diag); in ti1250_override() 896 config_writeb(socket, TI1250_DIAGNOSTIC, diag); in ti1250_override()
|
| /linux/tools/perf/util/ |
| H A D | s390-cpumsf.c | 291 struct hws_diag_entry *diag = diagp; in s390_cpumsf_diag_show() local 298 diag = &local; in s390_cpumsf_diag_show() 300 if (diag->def < S390_CPUMSF_DIAG_DEF_FIRST) { in s390_cpumsf_diag_show() 305 pos, diag->def, diag->I ? 'I' : ' '); in s390_cpumsf_diag_show() 438 struct hws_diag_entry *diag; in s390_cpumsf_dump() local 466 diag = (struct hws_diag_entry *)(buf + pos); in s390_cpumsf_dump() 467 if (s390_cpumsf_diag_show(color, pos, diag)) in s390_cpumsf_dump()
|
| H A D | s390-cpumsf-kernel.h | 42 struct hws_diag_entry diag; /* Diagnostic-sampling data entry */ member
|
| /linux/arch/arm/boot/dts/nxp/ls/ |
| H A D | ls1021a-moxa-uc-8410a.dts | 109 cpu-diag-red { 115 cpu-diag-green { 121 cpu-diag-yellow {
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm53016-dlink-dwl-8610ap.dts | 30 led-diag { 31 /* Actually "diag" unclear what this means */
|
| /linux/net/packet/ |
| H A D | Makefile | 8 af_packet_diag-y += diag.o
|
| /linux/net/netlink/ |
| H A D | Makefile | 9 netlink_diag-y := diag.o
|
| /linux/Documentation/virt/kvm/s390/ |
| H A D | index.rst | 10 s390-diag
|
| /linux/net/unix/ |
| H A D | Makefile | 13 unix_diag-y := diag.o
|
| /linux/arch/s390/include/asm/trace/ |
| H A D | diag.h | 21 #define TRACE_INCLUDE_FILE diag
|
| /linux/net/vmw_vsock/ |
| H A D | Makefile | 13 vsock_diag-y += diag.o
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qru1000.dtsi | 17 mpss_diag_buffer_mem: mpss-diag-buffer@aea00000 {
|
| /linux/net/mptcp/ |
| H A D | Makefile | 4 mptcp-y := protocol.o subflow.o options.o token.o crypto.o ctrl.o pm.o diag.o \
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | Makefile | 9 diag.sh \
|
| /linux/net/tipc/ |
| H A D | Makefile | 22 tipc_diag-y += diag.o
|