Searched refs:dump (Results 126 - 150 of 353) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c277 "Memory allocation failure while reading dump\n");
760 static int be_set_dump(struct net_device *netdev, struct ethtool_dump *dump) argument
770 switch (dump->flag) {
774 dev_info(dev, "FW dump initiated successfully\n");
779 dev_info(dev, "FW dump deleted successfully\n");
782 dev_err(dev, "Invalid dump level: 0x%x\n", dump->flag);
965 be_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) argument
972 dump->len = be_get_dump_len(adapter);
973 dump
979 be_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, void *buf) argument
[all...]
/linux-master/net/netfilter/
H A Dnft_cmp.c192 .dump = nft_cmp_dump,
284 .dump = nft_cmp_fast_dump,
378 .dump = nft_cmp16_fast_dump,
H A Dnft_reject_netdev.c160 .dump = nft_reject_dump,
H A Dnft_last.c127 .dump = nft_last_dump,
H A Dnft_range.c140 .dump = nft_range_dump,
H A Dnft_osf.c160 .dump = nft_osf_dump,
H A Dnft_connlimit.c168 .dump = nft_connlimit_obj_dump,
259 .dump = nft_connlimit_dump,
H A Dnft_hash.c228 .dump = nft_jhash_dump,
237 .dump = nft_symhash_dump,
/linux-master/drivers/remoteproc/
H A Dremoteproc_coredump.c70 * @dumpfn: custom dump function called for each segment during coredump
74 * and associate the segment with the given custom dump function and private
96 segment->dump = dumpfn;
159 if (segment->dump) {
160 segment->dump(rproc, segment, dest, offset, size);
233 * recovery flow until dump is read by userspace.
261 * For inline dump buffer just includes headers as segments are
317 /* Initialize the dump state struct to be used by rproc_coredump_read */
326 * Wait until the dump is read and free is called. Data is freed
343 * recovery flow until dump i
[all...]
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_vv6410.h192 .dump = vv6410_dump,
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu.c122 .dump = etnaviv_iommuv1_dump,
/linux-master/arch/s390/boot/
H A Dhead_kdump.S23 lhi %r1,2 # mode 2 = esame (dump)
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile68 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-master/scripts/
H A Dgenerate_rust_analyzer.py162 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
/linux-master/tools/bpf/runqslower/
H A DMakefile82 $(QUIET_GEN)$(BPFTOOL) btf dump file $(VMLINUX_BTF_PATH) format c > $@
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh466 function dump(first, pastlast, batchnum, affinitylist) function
567 dump(i, i + 1, batchnum);
571 # Out of CPUs, dump out a batch.
572 dump(first, i, batchnum);
582 dump(first, i, batchnum);
668 # Ditto, but dump only the oopsing CPU: --bootargs ftrace_dump_on_oops=orig_cpu
669 # Heavy-handed way to also dump on warnings: --bootargs panic_on_warn=1
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1892 nfp_dump_nsp_diag(struct nfp_app *app, struct ethtool_dump *dump, void *buffer) argument
1900 dump->version = 1;
1901 dump->flag = NFP_DUMP_NSP_DIAG;
1908 if (dump->len != nfp_resource_size(res)) {
1915 buffer, dump->len);
1916 if (ret != dump->len)
1921 dump->len = nfp_resource_size(res);
1930 /* Set the dump flag/level. Calculate the dump length for flag > 0 only (new TLV
1932 * nfp_app_get_dump_flag(), and we need to support triggering a level 0 dump
1963 nfp_app_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) argument
1980 nfp_app_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, void *buffer) argument
[all...]
/linux-master/net/sched/
H A Dem_text.c135 .dump = em_text_dump,
H A Dem_canid.c210 .dump = em_canid_dump,
H A Dematch.c426 * tcf_em_tree_dump - dump ematch tree into a rtnl message
468 if (em->ops && em->ops->dump) {
469 if (em->ops->dump(skb, em) < 0)
H A Dsch_mq.c261 .dump = mq_dump_class,
273 .dump = mq_dump,
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py224 json.dump(sorted(compile_commands, key=lambda x: x["file"]), f, indent=2, sort_keys=True)
/linux-master/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c221 .dump = nft_fib_dump,
231 .dump = nft_fib_dump,
/linux-master/fs/afs/
H A Dvl_list.c180 goto dump;
331 dump:
/linux-master/include/linux/
H A Dnetlink.h283 int (*dump)(struct sk_buff * skb, member in struct:netlink_callback
287 /* the module that dump function belong to */
321 int (*dump)(struct sk_buff *skb, struct netlink_callback *); member in struct:netlink_dump_control

Completed in 213 milliseconds

1234567891011>>