| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 1608 static int hclge_map_tqps_to_func(struct hclge_dev *hdev, u16 func_id, in hclge_map_tqps_to_func() argument 3400 static int hclge_set_vf_rst(struct hclge_dev *hdev, int func_id, bool reset) in hclge_set_vf_rst() argument 3528 int hclge_func_reset_cmd(struct hclge_dev *hdev, int func_id) in hclge_func_reset_cmd() argument 6610 u32 func_id; in hclge_config_switch_param() local [all...] |
| H A D | hclge_cmd.h | 806 __le32 func_id; member
|
| /kernel/linux/linux-5.10/include/linux/mlx5/ |
| H A D | device.h | 638 __be16 func_id; member
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | libbpf.c | 6650 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) in insn_is_helper_call() argument 6666 enum bpf_func_id func_id; in bpf_object__sanitize_prog() local
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | verifier.c | 240 int func_id; member 439 static bool is_release_function(enum bpf_func_id func_id) in is_release_function() argument 446 static bool may_be_acquire_function(enum bpf_func_id func_id) in may_be_acquire_function() argument 455 is_acquire_function(enum bpf_func_id func_id, const struct bpf_map *map) is_acquire_function() argument 474 is_ptr_cast_function(enum bpf_func_id func_id) is_ptr_cast_function() argument 4936 may_update_sockmap(struct bpf_verifier_env *env, int func_id) may_update_sockmap() argument 4973 check_map_func_compatibility(struct bpf_verifier_env *env, struct bpf_map *map, int func_id) check_map_func_compatibility() argument 5221 check_refcount_ok(const struct bpf_func_proto *fn, int func_id) check_refcount_ok() argument 5263 check_func_proto(const struct bpf_func_proto *fn, int func_id) check_func_proto() argument 5492 do_refine_retval_range(struct bpf_reg_state *regs, int ret_type, int func_id, struct bpf_call_arg_meta *meta) do_refine_retval_range() argument 5513 record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_map() argument 5556 record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_key() argument 5604 check_helper_call(struct bpf_verifier_env *env, int func_id, int insn_idx) check_helper_call() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 1627 static int hclge_map_tqps_to_func(struct hclge_dev *hdev, u16 func_id, in hclge_map_tqps_to_func() argument 3796 static int hclge_set_vf_rst(struct hclge_dev *hdev, int func_id, bool reset) in hclge_set_vf_rst() argument 3939 int hclge_func_reset_cmd(struct hclge_dev *hdev, int func_id) in hclge_func_reset_cmd() argument 7526 u32 func_id; in hclge_config_switch_param() local [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bpf.h | 2674 bpf_base_func_proto(enum bpf_func_id func_id) in bpf_base_func_proto() argument 2696 bpf_get_kfunc_addr(const struct bpf_prog *prog, u32 func_id, in bpf_get_kfunc_addr() argument 2836 bpf_dev_bound_resolve_kfunc(struct bpf_prog *prog, u32 func_id) bpf_dev_bound_resolve_kfunc() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/mlx5/ |
| H A D | device.h | 642 __be16 func_id; member
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | btf.c | 7645 static int btf_check_kfunc_protos(struct btf *btf, u32 func_id, u32 func_flags) in btf_check_kfunc_protos() argument 6761 btf_check_func_arg_match(struct bpf_verifier_env *env, const struct btf *btf, u32 func_id, struct bpf_reg_state *regs, bool ptr_to_mem_ok, bool processing_call) btf_check_func_arg_match() argument
|
| H A D | verifier.c | 276 int func_id; member 288 u32 func_id; member 508 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function() argument 528 is_ptr_cast_function(enum bpf_func_id func_id) is_ptr_cast_function() argument 540 is_dynptr_ref_function(enum bpf_func_id func_id) is_dynptr_ref_function() argument 547 is_sync_callback_calling_function(enum bpf_func_id func_id) is_sync_callback_calling_function() argument 555 is_async_callback_calling_function(enum bpf_func_id func_id) is_async_callback_calling_function() argument 560 is_callback_calling_function(enum bpf_func_id func_id) is_callback_calling_function() argument 572 is_storage_get_function(enum bpf_func_id func_id) is_storage_get_function() argument 580 helper_multiple_ref_obj_use(enum bpf_func_id func_id, const struct bpf_map *map) helper_multiple_ref_obj_use() argument 2677 u32 func_id; global() member 2722 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id, u16 offset) find_kfunc_desc() argument 2735 bpf_get_kfunc_addr(const struct bpf_prog *prog, u32 func_id, u16 btf_fd_idx, u8 **func_addr) bpf_get_kfunc_addr() argument 2834 add_kfunc_call(struct bpf_verifier_env *env, u32 func_id, s16 offset) add_kfunc_call() argument 8720 may_update_sockmap(struct bpf_verifier_env *env, int func_id) may_update_sockmap() argument 8758 check_map_func_compatibility(struct bpf_verifier_env *env, struct bpf_map *map, int func_id) check_map_func_compatibility() argument 9085 check_func_proto(const struct bpf_func_proto *fn, int func_id) check_func_proto() argument 9701 do_refine_retval_range(struct bpf_reg_state *regs, int ret_type, int func_id, struct bpf_call_arg_meta *meta) do_refine_retval_range() argument 9737 record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_map() argument 9783 record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_key() argument 9879 int func_id = BPF_FUNC_get_func_ip; check_get_func_ip() local 9943 int i, err, func_id; check_helper_call() local 11667 u32 func_id, *kfunc_flags; fetch_kfunc_meta() local 18718 specialize_kfunc(struct bpf_verifier_env *env, u32 func_id, u16 offset, unsigned long *addr) specialize_kfunc() argument [all...] |
| /kernel/linux/linux-6.6/net/core/ |
| H A D | filter.c | 7854 sock_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_filter_func_proto() argument 7883 sock_addr_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_addr_func_proto() argument 7966 sk_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_filter_func_proto() argument 7988 cg_skb_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) cg_skb_func_proto() argument 8037 tc_cls_act_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) tc_cls_act_func_proto() argument 8172 xdp_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) xdp_func_proto() argument 8247 sock_ops_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sock_ops_func_proto() argument 8295 sk_msg_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_msg_func_proto() argument 8337 sk_skb_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_skb_func_proto() argument 8378 flow_dissector_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) flow_dissector_func_proto() argument 8389 lwt_out_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_out_func_proto() argument 8416 lwt_in_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_in_func_proto() argument 8427 lwt_xmit_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_xmit_func_proto() argument 8466 lwt_seg6local_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_seg6local_func_proto() argument 11227 sk_reuseport_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_reuseport_func_proto() argument 11414 sk_lookup_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_lookup_func_proto() argument 11758 bpf_sk_base_func_proto(enum bpf_func_id func_id) bpf_sk_base_func_proto() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x.h | 1894 u16 func_id; /* abs fid */ member
|
| H A D | bnx2x_hsi.h | 3624 u8 func_id; member 3751 u8 func_id; member 3826 u8 func_id; member 4055 u8 func_id; member 4175 u8 func_id; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x.h | 1895 u16 func_id; /* abs fid */ member
|
| H A D | bnx2x_hsi.h | 3624 u8 func_id; member 3751 u8 func_id; member 3826 u8 func_id; member 4055 u8 func_id; member 4175 u8 func_id; member
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | libbpf.c | 6772 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) in insn_is_helper_call() argument 6788 enum bpf_func_id func_id; in bpf_object__sanitize_prog() local
|
| /third_party/libbpf/src/ |
| H A D | libbpf.c | 7215 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) argument 7231 enum bpf_func_id func_id; local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| H A D | cnic_defs.h | 3215 u8 func_id; member 3221 u8 func_id; member 3581 u8 func_id; member 3587 u8 func_id; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
| H A D | cnic_defs.h | 3215 u8 func_id; member 3221 u8 func_id; member 3581 u8 func_id; member 3587 u8 func_id; member
|