Searched refs:entry_data (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/linux/
H A Dfprobe.h39 void *entry_data);
42 void *entry_data);
/linux-master/drivers/firmware/efi/
H A Dapple-properties.c58 const u8 *entry_data; local
90 entry_data = ptr + key_len + sizeof(val_len);
93 entry[i] = PROPERTY_ENTRY_U8_ARRAY_LEN(key, entry_data,
101 16, 1, entry_data, entry_len, true);
/linux-master/kernel/trace/
H A Dtrace_fprobe.c220 void *entry_data)
225 store_trace_entry_data(entry_data, &tf->tp, regs);
234 void *entry_data, struct trace_event_file *trace_file)
247 dsize = __get_data_size(&tf->tp, regs, entry_data);
258 store_trace_args(&entry[1], &tf->tp, regs, entry_data, sizeof(*entry), dsize);
265 unsigned long ret_ip, struct pt_regs *regs, void *entry_data)
270 __fexit_trace_func(tf, entry_ip, ret_ip, regs, entry_data, link->file);
310 void *entry_data)
322 dsize = __get_data_size(&tf->tp, regs, entry_data);
333 store_trace_args(&entry[1], &tf->tp, regs, entry_data, sizeo
218 trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
232 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data, struct trace_event_file *trace_file) argument
264 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
308 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
340 fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
357 fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
[all...]
H A Dfprobe.c30 void *entry_data = NULL; local
45 entry_data = fpr->data;
49 ret = fp->entry_handler(fp, ip, parent_ip, ftrace_get_regs(fregs), entry_data);
/linux-master/net/sched/
H A Dact_gact.c239 static int tcf_gact_offload_act_setup(struct tc_action *act, void *entry_data, argument
244 struct flow_action_entry *entry = entry_data;
270 struct flow_offload_action *fl_action = entry_data;
H A Dact_skbedit.c368 static int tcf_skbedit_offload_act_setup(struct tc_action *act, void *entry_data, argument
373 struct flow_action_entry *entry = entry_data;
399 struct flow_offload_action *fl_action = entry_data;
H A Dact_vlan.c355 static int tcf_vlan_offload_act_setup(struct tc_action *act, void *entry_data, argument
360 struct flow_action_entry *entry = entry_data;
391 struct flow_offload_action *fl_action = entry_data;
H A Dact_sample.c284 static int tcf_sample_offload_act_setup(struct tc_action *act, void *entry_data, argument
289 struct flow_action_entry *entry = entry_data;
298 struct flow_offload_action *fl_action = entry_data;
H A Dact_pedit.c555 static int tcf_pedit_offload_act_setup(struct tc_action *act, void *entry_data, argument
560 struct flow_action_entry *entry = entry_data;
584 struct flow_offload_action *fl_action = entry_data;
H A Dact_police.c438 static int tcf_police_offload_act_setup(struct tc_action *act, void *entry_data, argument
443 struct flow_action_entry *entry = entry_data;
481 struct flow_offload_action *fl_action = entry_data;
H A Dact_mirred.c582 static int tcf_mirred_offload_act_setup(struct tc_action *act, void *entry_data, argument
587 struct flow_action_entry *entry = entry_data;
607 struct flow_offload_action *fl_action = entry_data;
H A Dact_csum.c681 static int tcf_csum_offload_act_setup(struct tc_action *act, void *entry_data, argument
686 struct flow_action_entry *entry = entry_data;
692 struct flow_offload_action *fl_action = entry_data;
H A Dact_gate.c607 static int tcf_gate_offload_act_setup(struct tc_action *act, void *entry_data, argument
614 struct flow_action_entry *entry = entry_data;
627 struct flow_offload_action *fl_action = entry_data;
H A Dact_mpls.c385 static int tcf_mpls_offload_act_setup(struct tc_action *act, void *entry_data, argument
390 struct flow_action_entry *entry = entry_data;
424 struct flow_offload_action *fl_action = entry_data;
H A Dact_tunnel_key.c798 void *entry_data,
806 struct flow_action_entry *entry = entry_data;
821 struct flow_offload_action *fl_action = entry_data;
797 tcf_tunnel_key_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) argument
H A Dact_ct.c1567 static int tcf_ct_offload_act_setup(struct tc_action *act, void *entry_data, argument
1572 struct flow_action_entry *entry = entry_data;
1583 struct flow_offload_action *fl_action = entry_data;
/linux-master/drivers/net/wireless/intersil/p54/
H A Dtxrx.c405 struct p54_tx_data *entry_data; local
417 entry_data = (struct p54_tx_data *) entry_hdr->data;
425 if (unlikely(entry_data->hw_queue < P54_QUEUE_FWSCAN)) {
437 pad = entry_data->align[0];
462 switch (entry_data->key_type) {
464 u8 *iv = (u8 *)(entry_data->align + pad +
465 entry_data->crypt_offset);
484 skb_pull(entry, sizeof(*hdr) + pad + sizeof(*entry_data));
/linux-master/include/net/
H A Dact_api.h133 int (*offload_act_setup)(struct tc_action *act, void *entry_data,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1274 entry = &write_req.entry_data;
1363 rule->chan_mask = write_req.entry_data.kw_mask[0] & NPC_KEX_CHAN_MASK;
1364 rule->chan = write_req.entry_data.kw[0] & NPC_KEX_CHAN_MASK;
1615 struct mcam_entry *entry = &write_req.entry_data;
1783 npc_update_entry(rvu, NPC_EXACT_RESULT, &req.entry_data, exact_val, 0,
1785 npc_update_entry(rvu, NPC_CHAN, &req.entry_data, chan_val, 0,
1787 npc_update_entry(rvu, NPC_LXMB, &req.entry_data, bcast_mcast_val, 0,
H A Dmbox.h1427 struct mcam_entry entry_data; member in struct:npc_mcam_write_entry_req
1489 struct mcam_entry entry_data; member in struct:npc_mcam_alloc_and_write_entry_req
1625 struct mcam_entry entry_data; member in struct:npc_mcam_read_entry_rsp
H A Drvu_npc.c2792 &rsp->entry_data,
2840 &req->entry_data, req->enable_entry);
3232 &req->entry_data, req->enable_entry);

Completed in 222 milliseconds