Searched refs:fn_id (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/soc/mediatek/ |
| H A D | mtk_sip_svc.h | 21 #define MTK_SIP_SMC_CMD(fn_id) \ argument 23 ARM_SMCCC_OWNER_SIP, fn_id)
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/ |
| H A D | dev.h | 19 u16 fn_id; member 23 u16 fn_id; member
|
| H A D | driver.c | 14 .fn_id = sf_dev->fn_id, in mlx5_core_peer_devlink_set()
|
| H A D | dev.c | 89 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-6.15/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
| H A D | hw_table.c | 61 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 D | devlink.c | 40 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() 454 sf = mlx5_sf_lookup_by_function_id(table, event_ctx->fn_id); in mlx5_sf_mdev_event()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/ |
| H A D | dev_tracepoint.h | 28 __entry->hw_fn_id = sfdev->fn_id;
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 6860 int fn_id, fn_proto_id, ret_type_id, orig_proto_id; in clone_func_btf_info() local 6910 fn_id = btf__add_func(btf, prog->name, linkage, fn_proto_id); in clone_func_btf_info() 6911 if (fn_id < 0) in clone_func_btf_info() 6914 fn_t = btf_type_by_id(btf, fn_id); in clone_func_btf_info() 6917 return fn_id; in clone_func_btf_info() 7017 int fn_id; in bpf_program_fixup_func_info() local 7019 fn_id = clone_func_btf_info(btf, orig_fn_id, prog); in bpf_program_fixup_func_info() 7020 if (fn_id < 0) { in bpf_program_fixup_func_info() 7021 err = fn_id; in bpf_program_fixup_func_info() 7026 func_rec->type_id = fn_id; in bpf_program_fixup_func_info()
|