Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firmware/efi/
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-v6.6/include/linux/
Dfprobe.h39 void *entry_data);
42 void *entry_data);
/Linux-v6.6/kernel/trace/
Dfprobe.c30 void *entry_data = NULL; in __fprobe_handler() local
45 entry_data = fpr->data; in __fprobe_handler()
49 ret = fp->entry_handler(fp, ip, parent_ip, ftrace_get_regs(fregs), entry_data); in __fprobe_handler()
Dtrace_fprobe.c324 void *entry_data) in fentry_dispatcher() argument
341 void *entry_data) in fexit_dispatcher() argument
/Linux-v6.6/drivers/net/wireless/intersil/p54/
Dtxrx.c405 struct p54_tx_data *entry_data; in p54_rx_frame_sent() local
417 entry_data = (struct p54_tx_data *) entry_hdr->data; in p54_rx_frame_sent()
425 if (unlikely(entry_data->hw_queue < P54_QUEUE_FWSCAN)) { in p54_rx_frame_sent()
437 pad = entry_data->align[0]; in p54_rx_frame_sent()
462 switch (entry_data->key_type) { in p54_rx_frame_sent()
464 u8 *iv = (u8 *)(entry_data->align + pad + in p54_rx_frame_sent()
465 entry_data->crypt_offset); in p54_rx_frame_sent()
484 skb_pull(entry, sizeof(*hdr) + pad + sizeof(*entry_data)); in p54_rx_frame_sent()
/Linux-v6.6/net/sched/
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()
Dact_sample.c284 static int tcf_sample_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_sample_offload_act_setup() argument
289 struct flow_action_entry *entry = entry_data; in tcf_sample_offload_act_setup()
298 struct flow_offload_action *fl_action = entry_data; in tcf_sample_offload_act_setup()
Dact_vlan.c355 static int tcf_vlan_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_vlan_offload_act_setup() argument
360 struct flow_action_entry *entry = entry_data; in tcf_vlan_offload_act_setup()
391 struct flow_offload_action *fl_action = entry_data; in tcf_vlan_offload_act_setup()
Dact_mirred.c452 static int tcf_mirred_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_mirred_offload_act_setup() argument
457 struct flow_action_entry *entry = entry_data; in tcf_mirred_offload_act_setup()
477 struct flow_offload_action *fl_action = entry_data; in tcf_mirred_offload_act_setup()
Dact_mpls.c385 static int tcf_mpls_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_mpls_offload_act_setup() argument
390 struct flow_action_entry *entry = entry_data; in tcf_mpls_offload_act_setup()
424 struct flow_offload_action *fl_action = entry_data; in tcf_mpls_offload_act_setup()
Dact_skbedit.c368 static int tcf_skbedit_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_skbedit_offload_act_setup() argument
373 struct flow_action_entry *entry = entry_data; in tcf_skbedit_offload_act_setup()
399 struct flow_offload_action *fl_action = entry_data; in tcf_skbedit_offload_act_setup()
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()
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()
Dact_police.c438 static int tcf_police_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_police_offload_act_setup() argument
443 struct flow_action_entry *entry = entry_data; in tcf_police_offload_act_setup()
481 struct flow_offload_action *fl_action = entry_data; in tcf_police_offload_act_setup()
Dact_gate.c607 static int tcf_gate_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_gate_offload_act_setup() argument
614 struct flow_action_entry *entry = entry_data; in tcf_gate_offload_act_setup()
627 struct flow_offload_action *fl_action = entry_data; in tcf_gate_offload_act_setup()
Dact_tunnel_key.c798 void *entry_data, in tcf_tunnel_key_offload_act_setup() argument
806 struct flow_action_entry *entry = entry_data; in tcf_tunnel_key_offload_act_setup()
821 struct flow_offload_action *fl_action = entry_data; in tcf_tunnel_key_offload_act_setup()
Dact_ct.c1518 static int tcf_ct_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_ct_offload_act_setup() argument
1523 struct flow_action_entry *entry = entry_data; in tcf_ct_offload_act_setup()
1531 struct flow_offload_action *fl_action = entry_data; in tcf_ct_offload_act_setup()
/Linux-v6.6/Documentation/trace/
Dfprobe.rst94 … fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data);
96 … fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data);
122 @entry_data
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c1155 entry = &write_req.entry_data; in npc_install_flow()
1239 rule->chan_mask = write_req.entry_data.kw_mask[0] & NPC_KEX_CHAN_MASK; in npc_install_flow()
1240 rule->chan = write_req.entry_data.kw[0] & NPC_KEX_CHAN_MASK; in npc_install_flow()
1487 struct mcam_entry *entry = &write_req.entry_data; in npc_update_dmac_value()
1655 npc_update_entry(rvu, NPC_EXACT_RESULT, &req.entry_data, exact_val, 0, in npc_install_mcam_drop_rule()
1657 npc_update_entry(rvu, NPC_CHAN, &req.entry_data, chan_val, 0, in npc_install_mcam_drop_rule()
1659 npc_update_entry(rvu, NPC_LXMB, &req.entry_data, bcast_mcast_val, 0, in npc_install_mcam_drop_rule()
Drvu_npc.c65 struct mcam_entry *entry_data, u8 intf, in npc_mcam_verify_pf_func() argument
73 pf_func_mask = (entry_data->kw_mask[0] >> 32) & in npc_mcam_verify_pf_func()
75 pf_func = (entry_data->kw[0] >> 32) & NPC_KEX_PF_FUNC_MASK; in npc_mcam_verify_pf_func()
2737 &rsp->entry_data, in rvu_mbox_handler_npc_mcam_read_entry()
2781 npc_mcam_verify_pf_func(rvu, &req->entry_data, req->intf, pcifunc)) { in rvu_mbox_handler_npc_mcam_write_entry()
2791 &req->entry_data, req->enable_entry); in rvu_mbox_handler_npc_mcam_write_entry()
3137 if (npc_mcam_verify_pf_func(rvu, &req->entry_data, req->intf, in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3187 &req->entry_data, req->enable_entry); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
Dmbox.h1346 struct mcam_entry entry_data; member
1408 struct mcam_entry entry_data; member
1535 struct mcam_entry entry_data; member
/Linux-v6.6/include/net/
Dact_api.h133 int (*offload_act_setup)(struct tc_action *act, void *entry_data,