Home
last modified time | relevance | path

Searched refs:entry_data (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/firmware/efi/
H A Dapple-properties.c58 const u8 *entry_data; in unmarshal_key_value_pairs() local
90 entry_data = ptr + key_len + sizeof(val_len); in unmarshal_key_value_pairs()
93 entry[i] = PROPERTY_ENTRY_U8_ARRAY_LEN(key, entry_data, in unmarshal_key_value_pairs()
101 16, 1, entry_data, entry_len, true); in unmarshal_key_value_pairs()
/linux/kernel/trace/
H A Dtrace_fprobe.c395 void *entry_data) in trace_fprobe_entry_handler() argument
400 store_fprobe_entry_data(entry_data, &tf->tp, fregs); in trace_fprobe_entry_handler()
409 void *entry_data, struct trace_event_file *trace_file) in NOKPROBE_SYMBOL()
422 dsize = __get_data_size(&tf->tp, fregs, entry_data); in NOKPROBE_SYMBOL()
433 store_trace_args(&entry[1], &tf->tp, fregs, entry_data, sizeof(*entry), dsize); in NOKPROBE_SYMBOL()
440 unsigned long ret_ip, struct ftrace_regs *fregs, void *entry_data) in fexit_trace_func() argument
445 __fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data, link->file); in fexit_trace_func()
488 void *entry_data) in fexit_perf_func() argument
501 dsize = __get_data_size(&tf->tp, fregs, entry_data); in fexit_perf_func()
514 store_trace_args(&entry[1], &tf->tp, fregs, entry_data, sizeof(*entry), dsize); in fexit_perf_func()
[all …]
/linux/include/linux/
H A Dfprobe.h16 void *entry_data);
20 void *entry_data);
/linux/net/sched/
H A Dact_gact.c239 static int tcf_gact_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_gact_offload_act_setup() argument
244 struct flow_action_entry *entry = entry_data; in tcf_gact_offload_act_setup()
270 struct flow_offload_action *fl_action = entry_data; in tcf_gact_offload_act_setup()
H A Dact_sample.c296 static int tcf_sample_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_sample_offload_act_setup() argument
301 struct flow_action_entry *entry = entry_data; in tcf_sample_offload_act_setup()
310 struct flow_offload_action *fl_action = entry_data; in tcf_sample_offload_act_setup()
H A Dact_skbedit.c366 static int tcf_skbedit_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_skbedit_offload_act_setup() argument
371 struct flow_action_entry *entry = entry_data; in tcf_skbedit_offload_act_setup()
397 struct flow_offload_action *fl_action = entry_data; in tcf_skbedit_offload_act_setup()
H A Dact_mpls.c382 static int tcf_mpls_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_mpls_offload_act_setup() argument
387 struct flow_action_entry *entry = entry_data; in tcf_mpls_offload_act_setup()
421 struct flow_offload_action *fl_action = entry_data; in tcf_mpls_offload_act_setup()
H A Dact_mirred.c597 static int tcf_mirred_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_mirred_offload_act_setup()
602 struct flow_action_entry *entry = entry_data; in tcf_mirred_offload_act_setup()
622 struct flow_offload_action *fl_action = entry_data; in tcf_mirred_offload_act_setup()
582 tcf_mirred_offload_act_setup(struct tc_action * act,void * entry_data,u32 * index_inc,bool bind,struct netlink_ext_ack * extack) tcf_mirred_offload_act_setup() argument
H A Dact_pedit.c555 static int tcf_pedit_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_pedit_offload_act_setup() argument
560 struct flow_action_entry *entry = entry_data; in tcf_pedit_offload_act_setup()
584 struct flow_offload_action *fl_action = entry_data; in tcf_pedit_offload_act_setup()
H A Dact_police.c436 static int tcf_police_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_police_offload_act_setup() argument
441 struct flow_action_entry *entry = entry_data; in tcf_police_offload_act_setup()
479 struct flow_offload_action *fl_action = entry_data; in tcf_police_offload_act_setup()
H A Dact_csum.c681 static int tcf_csum_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_csum_offload_act_setup() argument
686 struct flow_action_entry *entry = entry_data; in tcf_csum_offload_act_setup()
692 struct flow_offload_action *fl_action = entry_data; in tcf_csum_offload_act_setup()
H A Dact_ct.c1600 static int tcf_ct_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_ct_offload_act_setup() argument
1605 struct flow_action_entry *entry = entry_data; in tcf_ct_offload_act_setup()
1616 struct flow_offload_action *fl_action = entry_data; in tcf_ct_offload_act_setup()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1258 entry = &write_req.entry_data; in npc_install_flow()
1347 rule->chan_mask = write_req.entry_data.kw_mask[0] & NPC_KEX_CHAN_MASK; in npc_install_flow()
1348 rule->chan = write_req.entry_data.kw[0] & NPC_KEX_CHAN_MASK; in npc_install_flow()
1605 struct mcam_entry *entry = &write_req.entry_data; in npc_update_dmac_value()
1773 npc_update_entry(rvu, NPC_EXACT_RESULT, &req.entry_data, exact_val, 0, in npc_install_mcam_drop_rule()
1775 npc_update_entry(rvu, NPC_CHAN, &req.entry_data, chan_val, 0, in npc_install_mcam_drop_rule()
1777 npc_update_entry(rvu, NPC_LXMB, &req.entry_data, bcast_mcast_val, 0, in npc_install_mcam_drop_rule()
H A Drvu_npc.c2834 &rsp->entry_data, in rvu_mbox_handler_npc_mcam_read_entry()
2882 &req->entry_data, req->enable_entry); in rvu_mbox_handler_npc_mcam_write_entry()
3341 &req->entry_data, req->enable_entry); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()