Searched refs:profile (Results 251 - 275 of 314) sorted by relevance

<<111213

/linux-master/arch/s390/kernel/
H A Dtime.c36 #include <linux/profile.h>
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h473 u8 profile; member in struct:bss_power_save
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c132 tisn = mlx5e_profile_get_tisn(c->mdev, c->priv, c->priv->profile,
/linux-master/fs/btrfs/
H A Dscrub.c2086 * Scrub one range which can only has simple mirror based profile.
2232 const u64 profile = map->type & BTRFS_BLOCK_GROUP_PROFILE_MASK; local
2261 if (profile & BTRFS_BLOCK_GROUP_RAID56_MASK) {
2284 * So here we handle each profile differently, so simpler profiles
2287 if (!(profile & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID10 |
2290 * Above check rules out all complex profile, the remaining
2303 if (profile & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID10)) {
2344 * stripe it is no different than SINGLE profile.
2578 * different type and different profile. We do this to prevent
/linux-master/arch/powerpc/kernel/
H A Dtime.c44 #include <linux/profile.h>
/linux-master/arch/arm64/kernel/
H A Dsmp.c19 #include <linux/profile.h>
/linux-master/arch/loongarch/kernel/
H A Dsmp.c16 #include <linux/profile.h>
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2201 * The SFFP register populates the fid flooding profile tables used for the NVE
2407 * Minimum Average Queue Size of the profile in cells.
2422 * Maximum Average Queue size of the profile in cells
2449 #define MLXSW_REG_CWTP_PROFILE_TO_INDEX(profile) (profile - 1)
2452 mlxsw_reg_cwtp_profile_pack(char *payload, u8 profile, u32 min, u32 max, argument
2455 u8 index = MLXSW_REG_CWTP_PROFILE_TO_INDEX(profile);
2464 * The CWTPM register maps each egress port and traffic class to profile num.
2502 * Index of the profile within {port, traffic class} to use.
2510 * Index of the profile withi
2550 mlxsw_reg_cwtpm_pack(char *payload, u16 local_port, u8 traffic_class, u8 profile, bool wred, bool ecn) argument
[all...]
H A Dspectrum.h988 enum mlxsw_sp_acl_profile profile);
992 enum mlxsw_sp_acl_profile profile,
H A Dcore.c194 if (driver->profile->used_max_lag) {
195 *p_max_lag = driver->profile->max_lag;
2134 err = mlxsw_bus->init(bus_priv, mlxsw_core, mlxsw_driver->profile,
3298 const struct mlxsw_config_profile *profile,
3307 return driver->kvd_sizes_get(mlxsw_core, profile,
3297 mlxsw_core_kvd_sizes_get(struct mlxsw_core *mlxsw_core, const struct mlxsw_config_profile *profile, u64 *p_single_size, u64 *p_double_size, u64 *p_linear_size) argument
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c701 /* We only support profile 0. */
702 if (dec_params->profile != 0) {
703 dev_err(ctx->dev->dev, "unsupported profile %d\n",
704 dec_params->profile);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c259 mdev->profile.prof[i].rx_ring_num =
1266 if (priv->mdev->profile.udp_rss) {
H A Dmain.c2330 struct mlx4_profile profile; local
2365 mlx4_info(dev, "Running from within kdump kernel. Using low memory profile\n");
2366 profile = low_mem_profile;
2368 profile = default_profile;
2372 profile.num_mcg = MLX4_FS_NUM_MCG;
2374 icm_size = mlx4_make_profile(dev, &profile, dev_cap,
H A Den_netdev.c3149 priv->num_tx_rings_p_up = mdev->profile.max_num_tx_rings_p_up;
3419 mdev->profile.prof[priv->port].rx_ppp,
3420 mdev->profile.prof[priv->port].rx_pause,
3421 mdev->profile.prof[priv->port].tx_ppp,
3422 mdev->profile.prof[priv->port].tx_pause);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw.h2528 uint32_t profile:8; member in struct:__anon125
2534 uint32_t profile:8;
2636 uint32_t profile:8; member in struct:__anon128
2642 uint32_t profile:8;
3300 uint32_t profile :8; /* Selection Profile */ member in struct:config_hbq_var
3304 uint32_t profile :8; /* Selection Profile */
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c3724 /* Platform profile ***********************************************************/
3726 enum platform_profile_option *profile)
3737 *profile = PLATFORM_PROFILE_BALANCED;
3740 *profile = PLATFORM_PROFILE_PERFORMANCE;
3743 *profile = PLATFORM_PROFILE_QUIET;
3753 enum platform_profile_option profile)
3760 switch (profile) {
3755 asus_wmi_platform_profile_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
3782 asus_wmi_platform_profile_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c172 u8 profile; member in struct:vdec_vp9_slice_uncompressed_header
737 uh->profile = hdr->profile;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c1832 for (i = 0; i < dev->profile.num_cmd_caches; i++) {
2199 for (i = 0; i < dev->profile.num_cmd_caches; i++) {
2229 for (k = 0; k < dev->profile.num_cmd_caches; k++) {
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c524 venc->params.profile = ctrl->val;
1164 num = scnprintf(str, size, "profile = %d\n", venc->params.profile);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c774 /* profile & level */
779 /* profile - 0 ~ 2 */
781 reg |= p_264->profile;
932 /* profile & level */
937 /* profile - 0 ~ 2 */
939 reg |= p_mpeg4->profile;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcore.h645 struct wmi_connect_cmd profile; member in struct:ath6kl_vif
/linux-master/sound/pci/asihpi/
H A Dhpifunc.c2797 u16 profile)
2812 hm.u.c.param2 = profile;
2827 u16 *profile)
2832 *profile = (u16)u;
2795 hpi_volume_auto_fade_profile(u32 h_control, short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms, u16 profile) argument
2826 hpi_volume_query_auto_fade_profile(const u32 h_volume, const u32 i, u16 *profile) argument
/linux-master/drivers/misc/ocxl/
H A Dconfig.c679 afu->profile = EXTRACT_BITS(val32, 0, 7);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h797 u32 profile; member in struct:hfi_profile_level
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c24 #include <linux/profile.h>

Completed in 1037 milliseconds

<<111213