Home
last modified time | relevance | path

Searched refs:fn_id (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/soc/mediatek/
H A Dmtk_sip_svc.h21 #define MTK_SIP_SMC_CMD(fn_id) \ argument
23 ARM_SMCCC_OWNER_SIP, fn_id)
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.h19 u16 fn_id; member
23 u16 fn_id; member
H A Ddriver.c14 .fn_id = sf_dev->fn_id, in mlx5_core_peer_devlink_set()
H A Ddev.c89 static void mlx5_sf_dev_add(struct mlx5_core_dev *dev, u16 sf_index, u16 fn_id, u32 sfnum) in mlx5_sf_dev_add() argument
117 sf_dev->fn_id = fn_id; in mlx5_sf_dev_add()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dhw_table.c61 mlx5_sf_table_fn_to_hwc(struct mlx5_sf_hw_table *table, u16 fn_id) in mlx5_sf_table_fn_to_hwc() argument
67 fn_id >= table->hwc[i].start_fn_id && in mlx5_sf_table_fn_to_hwc()
68 fn_id < (table->hwc[i].start_fn_id + table->hwc[i].max_fn)) in mlx5_sf_table_fn_to_hwc()
H A Ddevlink.c40 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id() argument
42 return xa_load(&table->function_ids, fn_id); in mlx5_sf_lookup_by_function_id()
453 sf = mlx5_sf_lookup_by_function_id(table, event_ctx->fn_id); in mlx5_sf_mdev_event()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/
H A Ddev_tracepoint.h28 __entry->hw_fn_id = sfdev->fn_id;
/linux/tools/lib/bpf/
H A Dlibbpf.c6797 int fn_id, fn_proto_id, ret_type_id, orig_proto_id; in clone_func_btf_info() local
6847 fn_id = btf__add_func(btf, prog->name, linkage, fn_proto_id); in clone_func_btf_info()
6848 if (fn_id < 0) in clone_func_btf_info()
6851 fn_t = btf_type_by_id(btf, fn_id); in clone_func_btf_info()
6854 return fn_id; in clone_func_btf_info()
6954 int fn_id; in bpf_program_fixup_func_info() local
6956 fn_id = clone_func_btf_info(btf, orig_fn_id, prog); in bpf_program_fixup_func_info()
6957 if (fn_id < 0) { in bpf_program_fixup_func_info()
6958 err = fn_id; in bpf_program_fixup_func_info()
6963 func_rec->type_id = fn_id; in bpf_program_fixup_func_info()