| /linux/drivers/net/bonding/ |
| H A D | bond_procfs.c | 67 seq_printf(seq, "Bonding Mode: %s", in bond_info_show_master() 74 seq_printf(seq, " (fail_over_mac %s)", optval->string); in bond_info_show_master() 77 seq_printf(seq, "\n"); in bond_info_show_master() 82 seq_printf(seq, "Transmit Hash Policy: %s (%d)\n", in bond_info_show_master() 88 seq_printf(seq, "Primary Slave: %s", in bond_info_show_master() 93 seq_printf(seq, " (primary_reselect %s)", in bond_info_show_master() 97 seq_printf(seq, "\nCurrently Active Slave: %s\n", in bond_info_show_master() 101 seq_printf(seq, "MII Status: %s\n", netif_carrier_ok(bond->dev) ? in bond_info_show_master() 103 seq_printf(seq, "MII Polling Interval (ms): %d\n", bond->params.miimon); in bond_info_show_master() 104 seq_printf(seq, "Up Delay (ms): %d\n", in bond_info_show_master() [all …]
|
| /linux/drivers/dma/qcom/ |
| H A D | hidma_dbg.c | 29 seq_printf(s, "------Channel %d -----\n", tre_ch); in hidma_ll_chstats() 30 seq_printf(s, "allocated=%d\n", atomic_read(&tre->allocated)); in hidma_ll_chstats() 31 seq_printf(s, "queued = 0x%x\n", tre->queued); in hidma_ll_chstats() 32 seq_printf(s, "err_info = 0x%x\n", tre->err_info); in hidma_ll_chstats() 33 seq_printf(s, "err_code = 0x%x\n", tre->err_code); in hidma_ll_chstats() 34 seq_printf(s, "status = 0x%x\n", tre->status); in hidma_ll_chstats() 35 seq_printf(s, "idx = 0x%x\n", tre->idx); in hidma_ll_chstats() 36 seq_printf(s, "dma_sig = 0x%x\n", tre->dma_sig); in hidma_ll_chstats() 37 seq_printf(s, "dev_name=%s\n", tre->dev_name); in hidma_ll_chstats() 38 seq_printf(s, "callback=%p\n", tre->callback); in hidma_ll_chstats() [all …]
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | debug.c | 73 seq_printf(seq, "Queue %d:\n", q->queue_id); in cw1200_queue_status_show() 74 seq_printf(seq, " capacity: %zu\n", q->capacity); in cw1200_queue_status_show() 75 seq_printf(seq, " queued: %zu\n", q->num_queued); in cw1200_queue_status_show() 76 seq_printf(seq, " pending: %zu\n", q->num_pending); in cw1200_queue_status_show() 77 seq_printf(seq, " sent: %zu\n", q->num_sent); in cw1200_queue_status_show() 78 seq_printf(seq, " locked: %s\n", q->tx_locked_cnt ? "yes" : "no"); in cw1200_queue_status_show() 79 seq_printf(seq, " overfull: %s\n", q->overfull ? "yes" : "no"); in cw1200_queue_status_show() 82 seq_printf(seq, "%.2d ", q->link_map_cache[i]); in cw1200_queue_status_show() 83 seq_printf(seq, "<-%zu\n", q->stats->map_capacity); in cw1200_queue_status_show() 92 seq_printf(seq, "%s0-> ", label); in cw1200_debug_print_map() [all …]
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 67 seq_printf(m, "%s", name); in print_name() 69 seq_printf(m, "%s", name); in print_name() 71 seq_printf(m, "#%d", class->name_version); in print_name() 73 seq_printf(m, "/%d", class->subclass); in print_name() 85 seq_printf(m, "all lock classes:\n"); in l_show() 90 seq_printf(m, "%p", class->key); in l_show() 92 seq_printf(m, " OPS:%8ld", debug_class_ops_read(class)); in l_show() 95 seq_printf(m, " FD:%5ld", lockdep_count_forward_deps(class)); in l_show() 96 seq_printf(m, " BD:%5ld", lockdep_count_backward_deps(class)); in l_show() 99 seq_printf(m, " %s", usage); in l_show() [all …]
|
| /linux/drivers/usb/chipidea/ |
| H A D | debug.c | 29 seq_printf(s, "speed = %d\n", gadget->speed); in ci_device_show() 30 seq_printf(s, "max_speed = %d\n", gadget->max_speed); in ci_device_show() 31 seq_printf(s, "is_otg = %d\n", gadget->is_otg); in ci_device_show() 32 seq_printf(s, "is_a_peripheral = %d\n", gadget->is_a_peripheral); in ci_device_show() 33 seq_printf(s, "b_hnp_enable = %d\n", gadget->b_hnp_enable); in ci_device_show() 34 seq_printf(s, "a_hnp_support = %d\n", gadget->a_hnp_support); in ci_device_show() 35 seq_printf(s, "a_alt_hnp_support = %d\n", gadget->a_alt_hnp_support); in ci_device_show() 36 seq_printf(s, "name = %s\n", in ci_device_show() 42 seq_printf(s, "gadget function = %s\n", in ci_device_show() 44 seq_printf(s, "gadget max speed = %d\n", ci->driver->max_speed); in ci_device_show() [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | irq.c | 73 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() 75 seq_printf(p, "%10u ", irq_stats(j)->__nmi_count); in arch_show_interrupts() 78 seq_printf(p, "%*s: ", prec, "LOC"); in arch_show_interrupts() 80 seq_printf(p, "%10u ", irq_stats(j)->apic_timer_irqs); in arch_show_interrupts() 83 seq_printf(p, "%*s: ", prec, "SPU"); in arch_show_interrupts() 85 seq_printf(p, "%10u ", irq_stats(j)->irq_spurious_count); in arch_show_interrupts() 87 seq_printf(p, "%*s: ", prec, "PMI"); in arch_show_interrupts() 89 seq_printf(p, "%10u ", irq_stats(j)->apic_perf_irqs); in arch_show_interrupts() 91 seq_printf(p, "%*s: ", prec, "IWI"); in arch_show_interrupts() 93 seq_printf(p, "%10u ", irq_stats(j)->apic_irq_work_irqs); in arch_show_interrupts() [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | lparcfg.c | 171 seq_printf(m, "partition_affinity_score=%u\n", affinity_score); in show_gpci_data() 209 seq_printf(m, "partition_entitled_capacity=%lld\n", in parse_ppp_data() 211 seq_printf(m, "group=%d\n", ppp_data.group_num); in parse_ppp_data() 212 seq_printf(m, "system_active_processors=%d\n", in parse_ppp_data() 219 seq_printf(m, "pool=%d\n", ppp_data.pool_num); in parse_ppp_data() 222 seq_printf(m, "pool_capacity=%d\n", in parse_ppp_data() 230 seq_printf(m, "pool_idle_time=%ld\n", pool_idle_time); in parse_ppp_data() 231 seq_printf(m, "pool_num_procs=%ld\n", pool_procs); in parse_ppp_data() 232 seq_printf(m, "boot_pool_idle_time=%ld\n", boot_pool_idle_time); in parse_ppp_data() 236 seq_printf(m, "unallocated_capacity_weight=%d\n", in parse_ppp_data() [all …]
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_debugfs.c | 33 seq_printf(seq, "total_sdio_interrupts: %d\n", in rsi_sdio_stats_read() 35 seq_printf(seq, "sdio_msdu_pending_intr_count: %d\n", in rsi_sdio_stats_read() 37 seq_printf(seq, "sdio_buff_full_count : %d\n", in rsi_sdio_stats_read() 39 seq_printf(seq, "sdio_buf_semi_full_count %d\n", in rsi_sdio_stats_read() 41 seq_printf(seq, "sdio_unknown_intr_count: %d\n", in rsi_sdio_stats_read() 44 seq_printf(seq, "BUFFER FULL STATUS : %d\n", in rsi_sdio_stats_read() 46 seq_printf(seq, "SEMI BUFFER FULL STATUS : %d\n", in rsi_sdio_stats_read() 48 seq_printf(seq, "MGMT BUFFER FULL STATUS : %d\n", in rsi_sdio_stats_read() 50 seq_printf(seq, "BUFFER FULL COUNTER : %d\n", in rsi_sdio_stats_read() 52 seq_printf(seq, "BUFFER SEMI FULL COUNTER : %d\n", in rsi_sdio_stats_read() [all …]
|
| /linux/io_uring/ |
| H A D | fdinfo.c | 26 seq_printf(m, "napi tracking:\t%s\n", tracking_strategy); in common_tracking_show_fdinfo() 27 seq_printf(m, "napi_busy_poll_dt:\t%llu\n", ctx->napi_busy_poll_dt); in common_tracking_show_fdinfo() 50 seq_printf(m, "NAPI:\tunknown mode (%u)\n", mode); in napi_show_fdinfo() 84 seq_printf(m, "SqMask:\t0x%x\n", sq_mask); in __io_uring_show_fdinfo() 85 seq_printf(m, "SqHead:\t%u\n", sq_head); in __io_uring_show_fdinfo() 86 seq_printf(m, "SqTail:\t%u\n", sq_tail); in __io_uring_show_fdinfo() 87 seq_printf(m, "CachedSqHead:\t%u\n", data_race(ctx->cached_sq_head)); in __io_uring_show_fdinfo() 88 seq_printf(m, "CqMask:\t0x%x\n", cq_mask); in __io_uring_show_fdinfo() 89 seq_printf(m, "CqHead:\t%u\n", cq_head); in __io_uring_show_fdinfo() 90 seq_printf(m, "CqTail:\t%u\n", cq_tail); in __io_uring_show_fdinfo() [all …]
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_debugfs.c | 299 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show() 300 seq_printf(seq, " Device Address 0x%x\n", c->da); in rproc_rsc_table_show() 301 seq_printf(seq, " Physical Address 0x%x\n", c->pa); in rproc_rsc_table_show() 302 seq_printf(seq, " Length 0x%x Bytes\n", c->len); in rproc_rsc_table_show() 303 seq_printf(seq, " Flags 0x%x\n", c->flags); in rproc_rsc_table_show() 304 seq_printf(seq, " Reserved (should be zero) [%d]\n", c->reserved); in rproc_rsc_table_show() 305 seq_printf(seq, " Name %s\n\n", c->name); in rproc_rsc_table_show() 309 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show() 310 seq_printf(seq, " Device Address 0x%x\n", d->da); in rproc_rsc_table_show() 311 seq_printf(seq, " Physical Address 0x%x\n", d->pa); in rproc_rsc_table_show() [all …]
|
| /linux/drivers/vdpa/pds/ |
| H A D | debugfs.c | 32 seq_printf(__seq, " %s", &#__name[16]); \ 162 seq_printf(seq, " bit_%d", i); in print_feature_bits_all() 181 seq_printf(seq, "aux_dev: %s\n", in identity_show() 185 seq_printf(seq, "max_vqs: %d\n", mgmt->max_supported_vqs); in identity_show() 186 seq_printf(seq, "config_attr_mask: %#llx\n", mgmt->config_attr_mask); in identity_show() 188 seq_printf(seq, "hw_features: %#llx\n", hw_features); in identity_show() 210 seq_printf(seq, "mac: %pM\n", vc.mac); in config_show() 211 seq_printf(seq, "max_virtqueue_pairs: %d\n", in config_show() 213 seq_printf(seq, "mtu: %d\n", __virtio16_to_cpu(true, vc.mtu)); in config_show() 214 seq_printf(seq, "speed: %d\n", le32_to_cpu(vc.speed)); in config_show() [all …]
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_component.c | 96 seq_printf(sf, "BLOCK_INFO:\t\t0x%X\n", hdr.block_info); in dump_block_header() 97 seq_printf(sf, "PIPELINE_INFO:\t\t0x%X\n", hdr.pipeline_info); in dump_block_header() 103 seq_printf(sf, "VALID_INPUT_ID%u:\t0x%X\n", in dump_block_header() 107 seq_printf(sf, "OUTPUT_ID%u:\t\t0x%X\n", in dump_block_header() 307 seq_printf(sf, "%sLAYER_INFO:\t\t0x%X\n", prefix, v[14]); in d71_layer_dump() 310 seq_printf(sf, "%sCONTROL:\t\t0x%X\n", prefix, v[0]); in d71_layer_dump() 313 seq_printf(sf, "LR_RICH_CONTROL:\t0x%X\n", v[0]); in d71_layer_dump() 316 seq_printf(sf, "%sFORMAT:\t\t0x%X\n", prefix, v[0]); in d71_layer_dump() 317 seq_printf(sf, "%sIT_COEFFTAB:\t\t0x%X\n", prefix, v[1]); in d71_layer_dump() 318 seq_printf(sf, "%sIN_SIZE:\t\t0x%X\n", prefix, v[2]); in d71_layer_dump() [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | rtas-proc.c | 302 seq_printf(m, "Power on time not set\n"); in ppc_rtas_poweron_show() 304 seq_printf(m, "%lu\n",power_on_time); in ppc_rtas_poweron_show() 336 seq_printf(m, "%s\n", progress_led); in ppc_rtas_progress_show() 370 seq_printf(m, "0"); in ppc_rtas_clock_show() 375 seq_printf(m, "%lld\n", in ppc_rtas_clock_show() 390 seq_printf(m, "RTAS (RunTime Abstraction Services) Sensor Information\n"); in ppc_rtas_sensors_show() 391 seq_printf(m, "Sensor\t\tValue\t\tCondition\tLocation\n"); in ppc_rtas_sensors_show() 392 seq_printf(m, "********************************************************\n"); in ppc_rtas_sensors_show() 395 seq_printf(m, "\nNo sensors are available\n"); in ppc_rtas_sensors_show() 516 seq_printf(m, "Key switch:\t"); in ppc_rtas_process_sensor() [all …]
|
| /linux/fs/ceph/ |
| H A D | debugfs.c | 34 seq_printf(s, "epoch %d\n", mdsmap->m_epoch); in mdsmap_show() 35 seq_printf(s, "root %d\n", mdsmap->m_root); in mdsmap_show() 36 seq_printf(s, "max_mds %d\n", mdsmap->m_max_mds); in mdsmap_show() 37 seq_printf(s, "session_timeout %d\n", mdsmap->m_session_timeout); in mdsmap_show() 38 seq_printf(s, "session_autoclose %d\n", mdsmap->m_session_autoclose); in mdsmap_show() 42 seq_printf(s, "\tmds%d\t%s\t(%s)\n", i, in mdsmap_show() 65 seq_printf(s, "%lld\tmds%d\t", req->r_tid, in mdsc_show() 68 seq_printf(s, "%lld\t(no request)\t", req->r_tid); in mdsc_show() 70 seq_printf(s, "%lld\t(no session)\t", req->r_tid); in mdsc_show() 72 seq_printf(s, "%s", ceph_mds_op_name(req->r_op)); in mdsc_show() [all …]
|
| /linux/arch/sh/kernel/cpu/ |
| H A D | proc.c | 51 seq_printf(m, "cpu flags\t:"); in show_cpuflags() 54 seq_printf(m, " %s\n", cpu_flags[0]); in show_cpuflags() 60 seq_printf(m, " %s", cpu_flags[i+1]); in show_cpuflags() 62 seq_printf(m, "\n"); in show_cpuflags() 72 seq_printf(m, "%s size\t: %2dKiB (%d-way)\n", in show_cacheinfo() 88 seq_printf(m, "machine\t\t: %s\n", get_system_type()); in show_cpuinfo() 90 seq_printf(m, "\n"); in show_cpuinfo() 92 seq_printf(m, "processor\t: %d\n", cpu); in show_cpuinfo() 93 seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine); in show_cpuinfo() 94 seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype(c)); in show_cpuinfo() [all …]
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | debugfs.c | 72 seq_printf(s, "1<<%d", i); in spi_nor_print_flags() 86 seq_printf(s, "name\t\t%s\n", info->name); in spi_nor_params_show() 87 seq_printf(s, "id\t\t%*ph\n", SPI_NOR_MAX_ID_LEN, nor->id); in spi_nor_params_show() 89 seq_printf(s, "size\t\t%s\n", buf); in spi_nor_params_show() 90 seq_printf(s, "write size\t%u\n", params->writesize); in spi_nor_params_show() 91 seq_printf(s, "page size\t%u\n", params->page_size); in spi_nor_params_show() 92 seq_printf(s, "address nbytes\t%u\n", nor->addr_nbytes); in spi_nor_params_show() 99 seq_printf(s, " read\t\t0x%02x\n", nor->read_opcode); in spi_nor_params_show() 100 seq_printf(s, " dummy cycles\t%u\n", nor->read_dummy); in spi_nor_params_show() 101 seq_printf(s, " erase\t\t0x%02x\n", nor->erase_opcode); in spi_nor_params_show() [all …]
|
| /linux/net/ceph/ |
| H A D | debugfs.c | 43 seq_printf(s, "epoch %d\n", client->monc.monmap->epoch); in monmap_show() 48 seq_printf(s, "\t%s%lld\t%s\n", in monmap_show() 71 seq_printf(s, "epoch %u barrier %u flags 0x%x\n", map->epoch, in osdmap_show() 78 …seq_printf(s, "pool %lld '%s' type %d size %d min_size %d pg_num %u pg_num_mask %d flags 0x%llx lf… in osdmap_show() 89 seq_printf(s, "osd%d\t%s\t%3d%%\t(%s)\t%3d%%\t%2d\n", in osdmap_show() 101 seq_printf(s, "pg_temp %llu.%x [", pg->pgid.pool, in osdmap_show() 104 seq_printf(s, "%s%d", (i == 0 ? "" : ","), in osdmap_show() 106 seq_printf(s, "]\n"); in osdmap_show() 112 seq_printf(s, "primary_temp %llu.%x %d\n", pg->pgid.pool, in osdmap_show() 119 seq_printf(s, "pg_upmap %llu.%x [", pg->pgid.pool, in osdmap_show() [all …]
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_debug.c | 107 seq_printf(m, "Timestamp: %llx\n", q->timestamp); in qstat_show() 108 seq_printf(m, "Last Data IRQ: %llx Last AI: %llx\n", in qstat_show() 110 seq_printf(m, "nr_used: %d ftc: %d\n", in qstat_show() 113 seq_printf(m, "batch start: %u batch count: %u\n", in qstat_show() 115 seq_printf(m, "DSCI: %x IRQs disabled: %u\n", in qstat_show() 120 seq_printf(m, "SBAL states:\n"); in qstat_show() 121 seq_printf(m, "|0 |8 |16 |24 |32 |40 |48 |56 63|\n"); in qstat_show() 128 seq_printf(m, "N"); in qstat_show() 131 seq_printf(m, "P"); in qstat_show() 135 seq_printf(m, "+"); in qstat_show() [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.c | 810 seq_printf(s, "item%u = %s\n", cnt++, dfx_message->message); in hclge_dbg_dump_reg_tqp() 813 seq_printf(s, "item%u\t", i); in hclge_dbg_dump_reg_tqp() 830 seq_printf(s, "%#x\t", le32_to_cpu(desc->data[entry])); in hclge_dbg_dump_reg_tqp() 876 seq_printf(s, "%s: %#x\n", dfx_message->message, in hclge_dbg_dump_reg_common() 923 seq_printf(s, "%s: %#x\n", hclge_dbg_mac_en_status[i].message, in hclge_dbg_dump_mac_enable_status() 948 seq_printf(s, "max_frame_size: %u\n", le16_to_cpu(req->max_frm_size)); in hclge_dbg_dump_mac_frame_size() 949 seq_printf(s, "min_frame_size: %u\n", req->min_frm_size); in hclge_dbg_dump_mac_frame_size() 976 seq_printf(s, "speed: %#lx\n", in hclge_dbg_dump_mac_speed_duplex() 979 seq_printf(s, "duplex: %#x\n", in hclge_dbg_dump_mac_speed_duplex() 1021 seq_printf(s, "%04u %#-16x%#-15x%#-19x%#-x\n", in hclge_dbg_dump_dcb_qset() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_debugfs.c | 131 seq_printf(seq, in cim_la_show() 147 seq_printf(seq, " %02x %08x %08x\n", p[5] & 0xff, p[6], in cim_la_show_3in1() 149 seq_printf(seq, " %02x %02x%06x %02x%06x\n", in cim_la_show_3in1() 152 seq_printf(seq, " %02x %x%07x %x%07x\n", (p[0] >> 4) & 0xff, in cim_la_show_3in1() 166 seq_printf(seq, " %02x %04x%04x %04x%04x %04x%04x %08x %08x %08x %08x %08x %08x\n", in cim_la_show_t6() 184 seq_printf(seq, " %02x %08x %08x %08x\n", in cim_la_show_pc_t6() 186 seq_printf(seq, " %02x %02x%06x %02x%06x %02x%06x\n", in cim_la_show_pc_t6() 189 seq_printf(seq, " %02x %04x%04x %04x%04x %04x%04x\n", in cim_la_show_pc_t6() 244 seq_printf(seq, " %02x %02x %04x %08x %08x%08x%08x%08x\n", in cim_pif_la_show() 250 seq_printf(seq, " %02x %02x %08x%08x%08x%08x\n", in cim_pif_la_show() [all …]
|
| /linux/drivers/misc/mei/ |
| H A D | debugfs.c | 40 seq_printf(m, "%2d|%2d|%3d|%pUl|%3d|%7d|%2d|%4d|%2d|\n", in mei_dbgfs_meclients_show() 77 seq_printf(m, "%3d|%2d|%4d|%5d|%2d|%2d|%3u\n", in mei_dbgfs_active_show() 107 seq_printf(m, "dev: %s\n", mei_dev_state_str(dev->dev_state)); in mei_dbgfs_devstate_show() 108 seq_printf(m, "hbm: %s\n", mei_hbm_state_str(dev->hbm_state)); in mei_dbgfs_devstate_show() 113 seq_printf(m, "\tPG: %01d\n", dev->hbm_f_pg_supported); in mei_dbgfs_devstate_show() 114 seq_printf(m, "\tDC: %01d\n", dev->hbm_f_dc_supported); in mei_dbgfs_devstate_show() 115 seq_printf(m, "\tIE: %01d\n", dev->hbm_f_ie_supported); in mei_dbgfs_devstate_show() 116 seq_printf(m, "\tDOT: %01d\n", dev->hbm_f_dot_supported); in mei_dbgfs_devstate_show() 117 seq_printf(m, "\tEV: %01d\n", dev->hbm_f_ev_supported); in mei_dbgfs_devstate_show() 118 seq_printf(m, "\tFA: %01d\n", dev->hbm_f_fa_supported); in mei_dbgfs_devstate_show() [all …]
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_debugfs.c | 13 seq_printf(s, "Version: %s\n", ndev->hw.fw_name[0]); in firmware_show() 14 seq_printf(s, "Version: %s\n", ndev->hw.fw_name[1]); in firmware_show() 24 seq_printf(s, "NITROX [%d]\n", ndev->idx); in device_show() 25 seq_printf(s, " Part Name: %s\n", ndev->hw.partname); in device_show() 26 seq_printf(s, " Frequency: %d MHz\n", ndev->hw.freq); in device_show() 27 seq_printf(s, " Device ID: 0x%0x\n", ndev->hw.device_id); in device_show() 28 seq_printf(s, " Revision ID: 0x%0x\n", ndev->hw.revision_id); in device_show() 29 seq_printf(s, " Cores: [AE=%u SE=%u ZIP=%u]\n", in device_show() 41 seq_printf(s, "NITROX [%d] Request Statistics\n", ndev->idx); in stats_show() 42 seq_printf(s, " Posted: %llu\n", in stats_show() [all …]
|
| /linux/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_stats.c | 138 seq_printf(m, " name: %s\n", iaa_wq->wq->name); in wq_show() 139 seq_printf(m, " comp_calls: %llu\n", in wq_show() 141 seq_printf(m, " comp_bytes: %llu\n", in wq_show() 143 seq_printf(m, " decomp_calls: %llu\n", in wq_show() 145 seq_printf(m, " decomp_bytes: %llu\n\n", in wq_show() 154 seq_printf(m, " id: %d\n", iaa_device->idxd->id); in device_stats_show() 155 seq_printf(m, " n_wqs: %d\n", iaa_device->n_wq); in device_stats_show() 156 seq_printf(m, " comp_calls: %llu\n", in device_stats_show() 158 seq_printf(m, " comp_bytes: %llu\n", in device_stats_show() 160 seq_printf(m, " decomp_calls: %llu\n", in device_stats_show() [all …]
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_debugfs.c | 146 seq_printf(s, "=========FAST CQ PATH [%d] ==========\n", id); in qedi_gbl_ctx_show() 152 seq_printf(s, "SB PROD IDX: %d\n", prod_idx); in qedi_gbl_ctx_show() 154 seq_printf(s, "DRV CONS IDX: %d\n", que->cq_cons_idx); in qedi_gbl_ctx_show() 155 seq_printf(s, "CQ complete host memory: %d\n", fp->sb_id); in qedi_gbl_ctx_show() 185 seq_printf(s, "iodir-%d:", io_log->direction); in qedi_io_trace_show() 186 seq_printf(s, "tid-0x%x:", io_log->task_id); in qedi_io_trace_show() 187 seq_printf(s, "cid-0x%x:", io_log->cid); in qedi_io_trace_show() 188 seq_printf(s, "lun-%d:", io_log->lun); in qedi_io_trace_show() 189 seq_printf(s, "op-0x%02x:", io_log->op); in qedi_io_trace_show() 190 seq_printf(s, "0x%02x%02x%02x%02x:", io_log->lba[0], in qedi_io_trace_show() [all …]
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth-debugfs.c | 21 seq_printf(file, "Per-CPU stats for %s\n", priv->net_dev->name); in dpaa2_dbg_cpu_show() 22 seq_printf(file, "%s%16s%16s%16s%16s%16s%16s%16s%16s%16s\n", in dpaa2_dbg_cpu_show() 29 seq_printf(file, "%3d%16llu%16llu%16llu%16llu%16llu%16llu%16llu%16llu%16llu\n", in dpaa2_dbg_cpu_show() 66 seq_printf(file, "FQ stats for %s:\n", priv->net_dev->name); in dpaa2_dbg_fqs_show() 67 seq_printf(file, "%s%16s%16s%16s%16s%16s\n", in dpaa2_dbg_fqs_show() 80 seq_printf(file, "%5d%16d%16d%16s%16llu%16u\n", in dpaa2_dbg_fqs_show() 100 seq_printf(file, "Channel stats for %s:\n", priv->net_dev->name); in dpaa2_dbg_ch_show() 101 seq_printf(file, "%s %5s%16s%16s%16s%16s%16s%16s\n", in dpaa2_dbg_ch_show() 107 seq_printf(file, "%3s%d%6d%16d%16llu%16llu%16llu%16llu%16d\n", in dpaa2_dbg_ch_show() 131 seq_printf(file, "Buffer pool info for %s:\n", priv->net_dev->name); in dpaa2_dbg_bp_show() [all …]
|