Searched refs:fn_id (Results 1 – 3 of 3) sorted by relevance
21 #define MTK_SIP_SMC_CMD(fn_id) \ argument23 ARM_SMCCC_OWNER_SIP, fn_id)
59 mlx5_sf_table_fn_to_hwc(struct mlx5_sf_hw_table *table, u16 fn_id) in mlx5_sf_table_fn_to_hwc() argument65 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()
39 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id() argument45 if (sf->hw_fn_id == fn_id) in mlx5_sf_lookup_by_function_id()