Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/soc/mediatek/
Dmtk_sip_svc.h21 #define MTK_SIP_SMC_CMD(fn_id) \ argument
23 ARM_SMCCC_OWNER_SIP, fn_id)
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/sf/
Dhw_table.c59 mlx5_sf_table_fn_to_hwc(struct mlx5_sf_hw_table *table, u16 fn_id) in mlx5_sf_table_fn_to_hwc() argument
65 fn_id >= table->hwc[i].start_fn_id && in mlx5_sf_table_fn_to_hwc()
66 fn_id < (table->hwc[i].start_fn_id + table->hwc[i].max_fn)) in mlx5_sf_table_fn_to_hwc()
Ddevlink.c39 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id() argument
45 if (sf->hw_fn_id == fn_id) in mlx5_sf_lookup_by_function_id()