Searched refs:dump (Results 276 - 300 of 353) sorted by relevance

<<1112131415

/linux-master/net/sched/
H A Dsch_drr.c467 .dump = drr_dump_class,
H A Dact_pedit.c617 .dump = tcf_pedit_dump,
H A Dact_police.c499 .dump = tcf_police_dump,
H A Dcls_route.c670 .dump = route4_dump,
H A Dact_mirred.c630 .dump = tcf_mirred_dump,
H A Dact_csum.c705 .dump = tcf_csum_dump,
H A Dact_gate.c640 .dump = tcf_gate_dump,
H A Dact_mpls.c449 .dump = tcf_mpls_dump,
H A Dsch_pie.c555 .dump = pie_dump,
H A Dsch_fq_pie.c563 .dump = fq_pie_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 Dsch_netem.c1279 .dump = netem_dump_class,
1293 .dump = netem_dump,
/linux-master/net/sctp/
H A Ddiag.c489 /* asocs by transport hashtable dump
511 .dump = sctp_diag_dump,
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh531 python3 "$ovs_base/ovs-dpctl.py" dump-flows natrelated4 \
H A Dovs-dpctl.py1976 def dump(self, dpifindex, flowspec=None): member in class:OvsFlow
2130 dumpflcmd = subparsers.add_parser("dump-flows")
2215 rep = ovsflow.dump(rep["dpifindex"])
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c487 context->global->ops->dump(context, buf);
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py92 json.dump(data,
/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/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/broadcom/bnx2x/
H A Dbnx2x_ethtool.c976 /* Disable parity attentions as long as following dump may
978 * will re-enable parity attentions right after the dump.
1009 BNX2X_ERR("Generating register dump. Might trigger harmless GRC timeouts\n");
1035 /* Use the ethtool_dump "flag" field as the dump preset index */
1044 struct ethtool_dump *dump)
1048 dump->version = BNX2X_DUMP_VERSION;
1049 dump->flag = bp->dump_preset_idx;
1051 dump->len = bnx2x_get_preset_regs_len(dev, bp->dump_preset_idx);
1052 DP(BNX2X_MSG_ETHTOOL, "Get dump preset %d length=%d\n",
1053 bp->dump_preset_idx, dump
1043 bnx2x_get_dump_flag(struct net_device *dev, struct ethtool_dump *dump) argument
1057 bnx2x_get_dump_data(struct net_device *dev, struct ethtool_dump *dump, void *buffer) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_user.c3064 int (*dump)(struct sk_buff *, struct netlink_callback *); member in struct:xfrm_link
3072 .dump = xfrm_dump_sa,
3078 .dump = xfrm_dump_policy,
3140 .dump = link->dump,
3144 if (link->dump == NULL) {
/linux-master/net/netlink/
H A Daf_netlink.c2220 * to reduce number of system calls on dump operations, if user
2242 * netlink_recvmsg())). dump will pack as many smaller messages as
2246 * dump to use the excess space makes it difficult for a user to have a
2247 * reasonable static buffer based on the expected largest dump of a
2269 nlk->dump_done_errno = cb->dump(skb, cb);
2274 * that there's more to dump but current skb has filled up.
2276 * it needs to do so again, on the next cb->dump() call,
2351 /* A dump is in progress... */
2356 /* add reference of module which cb->dump belongs to */
2364 cb->dump
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c892 * as part of engine state dump so we print in err_print_gt_engines
1831 * NOTE: In GuC submission, when GuC resets an engine, it can dump these for us
2149 struct i915_gpu_coredump *dump; local
2154 dump = __i915_gpu_coredump(gt, engine_mask, dump_flags);
2157 return dump;
2183 pr_info("The GPU crash dump is required to analyze GPU hangs, so please always attach it.\n");
2184 pr_info("GPU crash dump saved to /sys/class/drm/card%d/error\n",
2193 * @dump_flags: dump flags
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h1979 * dump, off, on, init, get_seq, get_params_v0, get_params_v1,
2030 } dump; member in union:ec_response_lightbar::__anon1199
2475 /* Module flag masks used for the dump sub-command. */
2478 /* Sensor flag masks used for the dump sub-command. */
2534 } dump; member in union:ec_params_motion_sense::__anon1201
2705 } dump; member in union:ec_response_motion_sense::__anon1202
/linux-master/net/ipv6/
H A Droute.c5189 * wants a consistent dump of the route which starts at the first
5827 struct rt6_rtnl_dump_arg *dump; member in struct:fib6_nh_exception_dump_walker
5837 struct rt6_rtnl_dump_arg *dump = w->dump; local
5861 * node dump. Otherwise, if entries expire meanwhile,
5869 err = rt6_fill_node(dump->net, dump->skb, w->rt,
5872 NETLINK_CB(dump->cb->skb).portid,
5873 dump->cb->nlh->nlmsg_seq, w->flags);
5885 /* Return -1 if done with node, number of handled routes on partial dump */
[all...]

Completed in 410 milliseconds

<<1112131415