Searched refs:dump (Results 1 - 25 of 353) sorted by last modified time

1234567891011>>

/linux-master/arch/s390/kvm/
H A Dkvm-s390.c2533 len_min = sizeof(info->header) + sizeof(info->dump);
2538 info->dump.dump_cpu_buffer_len = uv_info.guest_cpu_stor_len;
2539 info->dump.dump_config_mem_buffer_per_1m = uv_info.conf_dump_storage_state_len;
2540 info->dump.dump_config_finalize_len = uv_info.conf_dump_finalize_len;
2560 * Block SIE entry as concurrent dump UVCs could lead
5027 * produce inconsistent dump data. But for PV vcpus a SIE
5502 /* CPU dump length is the same as create cpu storage donation. */
5518 /* On success copy over the dump data */
/linux-master/arch/s390/kernel/
H A Dipl.c3 * ipl/reipl/dump support for Linux on s390.
82 #define SHUTDOWN_ACTION_DUMP_STR "dump"
1635 * dump shutdown action: Dump Linux on shutdown.
1638 /* FCP dump device attributes */
1665 /* NVME dump device attributes */
1688 /* ECKD dump device attributes */
1693 IPL_ATTR_BR_CHR_SHOW_FN(dump, dump_block_eckd->eckd);
1694 IPL_ATTR_BR_CHR_STORE_FN(dump, dump_block_eckd->eckd);
1711 /* CCW dump device attributes */
1724 /* dump typ
[all...]
/linux-master/net/core/
H A Drtnetlink.c278 * @dumpit: Function pointer called for each dump request (NLM_F_DUMP) message
298 * @dumpit: Function pointer called for each dump request (NLM_F_DUMP) message
2166 NL_SET_ERR_MSG(extack, "Invalid header for link dump");
2173 NL_SET_ERR_MSG(extack, "Invalid values in header for link dump request");
2251 NL_SET_ERR_MSG(extack, "Unsupported attribute in link dump request");
4486 * ndo_dflt_fdb_dump - default netdevice operation to dump an FDB table.
4493 * Default netdevice operation to dump the existing unicast address list.
4527 NL_SET_ERR_MSG(extack, "Invalid header for fdb dump request");
4534 NL_SET_ERR_MSG(extack, "Invalid values in header for fdb dump request");
4551 NL_SET_ERR_MSG(extack, "Invalid IFINDEX attribute in fdb dump reques
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl.py432 # the first dump recv() on the socket, our setting will only matter
881 def _op(self, method, vals, flags=None, dump=False):
887 if dump:
938 if not dump and len(rsp) == 1:
945 def dump(self, method, vals): member in class:YnlFamily
946 return self._op(method, vals, [], dump=True)
/linux-master/include/net/bluetooth/
H A Dhci_core.h603 struct hci_devcoredump dump; member in struct:hci_dev
1708 INIT_WORK(&hdev->dump.dump_rx, hci_devcd_rx);
1709 INIT_DELAYED_WORK(&hdev->dump.dump_timeout, hci_devcd_timeout);
1710 skb_queue_head_init(&hdev->dump.dump_q);
/linux-master/fs/ntfs3/
H A Ddir.c41 char dump[5]; local
64 hex_byte_pack(&dump[0], ec >> 8);
65 hex_byte_pack(&dump[2], ec);
66 dump[4] = 0;
68 ntfs_err(sbi->sb, "failed to convert \"%s\" to %s", dump,
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c758 debug_fops_ro(dump); variable
869 svs_dentry_data(dump),
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c2019 .dump = mlxsw_core_health_fw_fatal_dump,
/linux-master/drivers/bluetooth/
H A Dhci_qca.c66 /* Controller dump header */
112 /* Controller memory dump states */
1024 struct qca_dump_size *dump; local
1061 * the controller, Disable IBS to recevie dump
1063 * the controller to send the dump is 8 seconds. let us
1068 dump = (void *) skb->data;
1069 qca_memdump->ram_dump_size = __le32_to_cpu(dump->dump_size);
1097 bt_dev_info(hu->hdev, "QCA collecting dump of size:%u",
1215 /* We receive chip memory dump as an event packet, With a dedicated
1217 * received we store dump int
[all...]
H A Dbtusb.c778 /* fields for dump collection */
3297 case 0xfc6f: /* Firmware dump from device */
3494 * ==0: not a dump pkt.
3495 * < 0: fails to handle a dump pkt
3541 /*it is dump pkt now*/
4802 if (hdev->dump.coredump)
4803 hdev->dump.coredump(hdev);
H A Dbtmtk.c390 schedule_delayed_work(&hdev->dump.dump_timeout,
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h242 __u64 gaddr; /* For dump storage state */
275 struct kvm_s390_pv_info_dump dump; member in union:kvm_s390_pv_info::__anon122
/linux-master/net/sched/
H A Dsch_generic.c916 .dump = pfifo_fast_dump,
H A Dsch_api.c952 if (q->ops->dump && q->ops->dump(q, skb) < 0)
1934 if (cl_ops->dump && cl_ops->dump(q, cl, skb, tcm) < 0)
H A Dact_skbmod.c285 .dump = tcf_skbmod_dump,
/linux-master/net/netfilter/
H A Dnf_tables_api.c1123 .dump = nf_tables_dump_tables,
1980 .dump = nf_tables_dump_chains,
3138 if (expr->ops->dump) {
3143 if (expr->ops->dump(skb, expr, reset) < 0)
3633 /* Mutex is held is to prevent that two concurrent dump-and-reset calls
3742 .dump = nf_tables_dump_rules,
3771 .dump = nf_tables_dumpreset_rules,
4817 .dump = nf_tables_dump_sets,
4826 /* Only accept unspec with dump */
6224 .dump
[all...]
H A Dnft_lookup.c254 .dump = nft_lookup_dump,
/linux-master/include/net/
H A Dsch_generic.h95 #define TCQ_F_INVISIBLE 0x80 /* invisible by default in dump */
273 int (*dump)(struct Qdisc *, unsigned long, member in struct:Qdisc_class_ops
311 int (*dump)(struct Qdisc *, struct sk_buff *); member in struct:Qdisc_ops
382 int (*dump)(struct net*, struct tcf_proto*, void *, member in struct:tcf_proto_ops
/linux-master/include/net/netfilter/
H A Dnf_tables.h922 * @dump: function to dump parameters
953 int (*dump)(struct sk_buff *skb, member in struct:nft_expr_ops
1402 * @dump: netlink dump stateful object
1416 int (*dump)(struct sk_buff *skb, member in struct:nft_object_ops
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c456 return err_ctx->dump(priv, fmsg, err_ctx->ctx);
478 err_ctx.dump = mlx5e_tx_reporter_dump_sq;
494 err_ctx.dump = mlx5e_tx_reporter_timeout_dump;
515 err_ctx.dump = mlx5e_tx_reporter_ptpsq_unhealthy_dump;
527 .dump = mlx5e_tx_reporter_dump,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c593 char dump[DR_HEX_SIZE]; local
606 dr_dump_hex_print(dump, (char *)&mask->outer, sizeof(mask->outer));
608 "%s,", dump);
621 dr_dump_hex_print(dump, (char *)&mask->inner, sizeof(mask->inner));
623 "%s,", dump);
636 dr_dump_hex_print(dump, (char *)&mask->misc, sizeof(mask->misc));
638 "%s,", dump);
651 dr_dump_hex_print(dump, (char *)&mask->misc2, sizeof(mask->misc2));
653 "%s,", dump);
666 dr_dump_hex_print(dump, (cha
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c3166 uint32_t (*dump)[2], uint32_t n_regs)
3172 dump[i-1][0] + sizeof(uint32_t) != dump[i][0]) {
3175 dump[i][0], dump[i][1]);
3178 seq_printf(m, " %08x", dump[i][1]);
3190 uint32_t (*dump)[2], n_regs;
3203 KFD_CIK_HIQ_QUEUE, &dump,
3213 seq_reg_dump(m, dump, n_regs);
3215 kfree(dump);
3165 seq_reg_dump(struct seq_file *m, uint32_t (*dump)[2], uint32_t n_regs) argument
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh692 ip netns exec $ns ./pm_nl_ctl dump
756 # the dump order is: address id flags port dev
764 # the dump order is: id flags dev address port
3318 ip netns exec $1 ./pm_nl_ctl dump token $tk
3339 print_check "dump addrs ${check}"
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c28 #include "fw/error-dump.h"
1150 mvm->fwrt.dump.conf = FW_DBG_INVALID;
1342 * debugfs files causes the firmware dump to be triggered, and if we
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c17 * struct iwl_fw_dump_ptrs - set of pointers needed for the fw-error-dump
37 IWL_DEBUG_INFO(fwrt, "WRT radio registers dump\n");
178 IWL_DEBUG_INFO(fwrt, "WRT RX FIFO dump\n");
210 IWL_DEBUG_INFO(fwrt, "WRT TX FIFO dump\n");
532 IWL_DEBUG_INFO(trans, "WRT PRPH dump\n");
666 IWL_DEBUG_INFO(fwrt, "WRT memory dump. Type=%u\n", dump_mem->type);
738 IWL_DEBUG_INFO(fwrt, "WRT paging dump\n");
847 if (iwl_fw_dbg_is_d3_debug_enabled(fwrt) && fwrt->dump.d3_debug_data) {
852 /* If we only want a monitor dump, reset the file length */
888 cpu_to_le32(fwrt->dump
1720 struct iwl_fw_ini_error_dump *dump = data; local
1835 struct iwl_fw_ini_err_table_dump *dump = data; local
1849 struct iwl_fw_ini_special_device_memory *dump = data; local
1863 struct iwl_fw_ini_error_dump *dump = data; local
2352 struct iwl_fw_ini_dump_info *dump; local
[all...]

Completed in 645 milliseconds

1234567891011>>