Home
last modified time | relevance | path

Searched refs:format_id (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_definer.c9 u16 format_id; member
17 u16 format_id, u8 *dw_selectors, in dr_definer_compare() argument
22 if (definer->format_id != format_id) in dr_definer_compare()
40 dr_definer_find_obj(struct mlx5dr_domain *dmn, u16 format_id, in dr_definer_find_obj() argument
47 if (dr_definer_compare(definer_obj, format_id, in dr_definer_find_obj()
57 dr_definer_create_obj(struct mlx5dr_domain *dmn, u16 format_id, in dr_definer_create_obj() argument
68 format_id, in dr_definer_create_obj()
84 definer_obj->format_id = format_id; in dr_definer_create_obj()
115 int mlx5dr_definer_get(struct mlx5dr_domain *dmn, u16 format_id, in mlx5dr_definer_get() argument
122 definer_obj = dr_definer_find_obj(dmn, format_id, dw_selectors, in mlx5dr_definer_get()
[all …]
H A Ddr_action.c1056 static void dr_action_range_definer_fill(u16 *format_id, in dr_action_range_definer_fill() argument
1063 *format_id = MLX5_IFC_DEFINER_FORMAT_ID_SELECT; in dr_action_range_definer_fill()
1084 u16 format_id; in dr_action_create_range_definer() local
1087 dr_action_range_definer_fill(&format_id, in dr_action_create_range_definer()
1092 ret = mlx5dr_definer_get(dmn, format_id, in dr_action_create_range_definer()
H A Ddr_types.h1359 u16 format_id,
1382 int mlx5dr_definer_get(struct mlx5dr_domain *dmn, u16 format_id,
H A Dfs_dr.c727 u16 format_id, u32 *match_mask) in mlx5_cmd_dr_create_match_definer() argument
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h87 __be32 format_id; member
343 __be32 format_id,
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v11_0_pptable.h143 uint16_t format_id; member
H A Dsmu_v13_0_pptable.h145 uint16_t format_id; member
H A Dsmu_v11_0_7_pptable.h179 …uint16_t format_id; //PPGen use only: PPTable for different ASICs. For s… member
H A Dsmu_v13_0_7_pptable.h179 …uint16_t format_id; //PPGen use only: PPTable for different ASICs. For PLUM_BO… member
H A Dsmu_v14_0_2_pptable.h155 …uint16_t format_id; // PPGen use only: PPTable for different A… member
/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.h80 u16 format_id; /* as in CSI2_CTx_CTRL2[9:0] */ member
/linux/sound/soc/intel/catpt/
H A Dmessages.c29 enum catpt_format_id format_id:8; in catpt_ipc_get_fw_version()
70 input.format_id = CATPT_FORMAT_PCM; in catpt_ipc_alloc_stream()
34 enum catpt_format_id format_id:8; global() member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.h102 u16 format_id, u32 *match_mask);
/linux/include/linux/
H A Dnvme-fc.h47 __u8 format_id; member
/linux/fs/jfs/
H A Dsuper.c158 static int jfs_quota_on(struct super_block *sb, int type, int format_id,
797 static int jfs_quota_on(struct super_block *sb, int type, int format_id, in jfs_quota_on() argument
803 err = dquot_quota_on(sb, type, format_id, path); in jfs_quota_on()
/linux/sound/drivers/
H A Daloop.c129 struct snd_ctl_elem_id format_id;
384 &setup->format_id); in loopback_check_format()
1681 setup->format_id = kctl->id; in loopback_mixer_new()
126 struct snd_ctl_elem_id format_id; global() member
/linux/sound/hda/common/
H A Dcodec.c667 u16 format_id; member
1096 if (p->format_id != format) { in update_pcm_format()
1105 p->format_id = format; in update_pcm_format()
1203 if (q->format_id) in really_cleanup_stream()
/linux/fs/ext4/
H A Dsuper.c1619 static int ext4_quota_on(struct super_block *sb, int type, int format_id,
1625 static int ext4_quota_enable(struct super_block *sb, int type, int format_id,
7126 static int ext4_quota_on(struct super_block *sb, int type, int format_id, in ext4_quota_on() argument
7159 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on()
7203 static int ext4_quota_enable(struct super_block *sb, int type, int format_id, in ext4_quota_enable() argument
7235 err = dquot_load_quota_inode(qf_inode, type, format_id, flags); in ext4_quota_enable()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.c770 MLX5_SET(definer, ptr, format_id, MLX5_IFC_DEFINER_FORMAT_ID_SELECT); in mlx5hws_cmd_definer_create()
H A Dfs_hws.c1586 u16 format_id, u32 *match_mask) in mlx5_cmd_hws_create_match_definer() argument
/linux/drivers/nvme/host/
H A Dfc.c2078 cmdiu->format_id = NVME_CMD_FORMAT_ID; in __nvme_fc_init_request()