Searched refs:fn_id (Results 1 – 6 of 6) sorted by relevance
21 #define MTK_SIP_SMC_CMD(fn_id) \ argument23 ARM_SMCCC_OWNER_SIP, fn_id)
82 static void mlx5_sf_dev_add(struct mlx5_core_dev *dev, u16 sf_index, u16 fn_id, u32 sfnum) in mlx5_sf_dev_add() argument110 sf_dev->fn_id = fn_id; in mlx5_sf_dev_add()
19 u16 fn_id; member
60 mlx5_sf_table_fn_to_hwc(struct mlx5_sf_hw_table *table, u16 fn_id) in mlx5_sf_table_fn_to_hwc() argument66 fn_id >= table->hwc[i].start_fn_id && in mlx5_sf_table_fn_to_hwc()67 fn_id < (table->hwc[i].start_fn_id + table->hwc[i].max_fn)) in mlx5_sf_table_fn_to_hwc()
41 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id() argument47 if (sf->hw_fn_id == fn_id) in mlx5_sf_lookup_by_function_id()
28 __entry->hw_fn_id = sfdev->fn_id;
Completed in 10 milliseconds