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

/linux-master/include/linux/soc/mediatek/
H A Dmtk_sip_svc.h21 #define MTK_SIP_SMC_CMD(fn_id) \
23 ARM_SMCCC_OWNER_SIP, fn_id)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.h19 u16 fn_id; member in struct:mlx5_sf_dev
23 u16 fn_id; member in struct:mlx5_sf_peer_devlink_event_ctx
H A Ddriver.c14 .fn_id = sf_dev->fn_id,
H A Ddev.c89 static void mlx5_sf_dev_add(struct mlx5_core_dev *dev, u16 sf_index, u16 fn_id, u32 sfnum) argument
117 sf_dev->fn_id = fn_id;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/diag/
H A Ddev_tracepoint.h28 __entry->hw_fn_id = sfdev->fn_id;
/linux-master/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) argument
67 fn_id >= table->hwc[i].start_fn_id &&
68 fn_id < (table->hwc[i].start_fn_id + table->hwc[i].max_fn))
H A Ddevlink.c40 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) argument
42 return xa_load(&table->function_ids, fn_id);
441 sf = mlx5_sf_lookup_by_function_id(table, event_ctx->fn_id);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c6712 int fn_id, fn_proto_id, ret_type_id, orig_proto_id; local
6762 fn_id = btf__add_func(btf, prog->name, linkage, fn_proto_id);
6763 if (fn_id < 0)
6766 fn_t = btf_type_by_id(btf, fn_id);
6769 return fn_id;
6869 int fn_id; local
6871 fn_id = clone_func_btf_info(btf, orig_fn_id, prog);
6872 if (fn_id < 0) {
6873 err = fn_id;
6878 func_rec->type_id = fn_id;
[all...]

Completed in 176 milliseconds