Searched refs:tgt_info (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhif.h242 struct bmi_target_info *tgt_info)
247 return ar->hif.ops->get_target_info(ar, tgt_info);
241 ath10k_hif_get_target_info(struct ath10k *ar, struct bmi_target_info *tgt_info) argument
/linux-master/kernel/bpf/
H A Dtrampoline.c694 struct bpf_attach_target_info tgt_info = {}; local
702 &tgt_info);
710 tr = bpf_trampoline_get(key, &tgt_info);
783 struct bpf_attach_target_info *tgt_info)
795 memcpy(&tr->func.model, &tgt_info->fmodel, sizeof(tgt_info->fmodel));
796 tr->func.addr = (void *)tgt_info->tgt_addr;
782 bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info) argument
H A Dsyscall.c3430 struct bpf_attach_target_info tgt_info = {}; local
3433 &tgt_info);
3437 if (tgt_info.tgt_mod) {
3439 prog->aux->mod = tgt_info.tgt_mod;
3442 tr = bpf_trampoline_get(key, &tgt_info);
H A Dverifier.c20749 struct bpf_attach_target_info *tgt_info)
20907 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
20940 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel);
21024 tgt_info->tgt_addr = addr;
21025 tgt_info->tgt_name = tname;
21026 tgt_info->tgt_type = t;
21027 tgt_info->tgt_mod = mod;
21072 struct bpf_attach_target_info tgt_info = {}; local
21099 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info);
21113 prog->aux->attach_func_proto = tgt_info
20745 bpf_check_attach_target(struct bpf_verifier_log *log, const struct bpf_prog *prog, const struct bpf_prog *tgt_prog, u32 btf_id, struct bpf_attach_target_info *tgt_info) argument
[all...]
/linux-master/include/linux/
H A Dbpf_verifier.h816 struct bpf_attach_target_info *tgt_info);
H A Dbpf.h1274 struct bpf_attach_target_info *tgt_info);
1363 struct bpf_attach_target_info *tgt_info)
1362 bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info) argument
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.h924 #define tgt_info(t, fmt, ...) \ macro
H A Dibmvfc.c4554 tgt_info(tgt, "ADISC failed: %s (%x:%x) %s (%x) %s (%x) rc=0x%02X\n",

Completed in 274 milliseconds