Searched refs:pflag (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_object.c | 57 u32 pflag = 0; in qxl_ttm_placement_from_domain() local 61 pflag |= TTM_PL_FLAG_NO_EVICT; in qxl_ttm_placement_from_domain() 63 pflag |= TTM_PL_FLAG_TOPDOWN; in qxl_ttm_placement_from_domain() 69 qbo->placements[c++].flags = TTM_PL_FLAG_CACHED | pflag; in qxl_ttm_placement_from_domain() 73 qbo->placements[c++].flags = TTM_PL_FLAG_CACHED | pflag; in qxl_ttm_placement_from_domain() 75 qbo->placements[c++].flags = TTM_PL_FLAG_CACHED | pflag; in qxl_ttm_placement_from_domain() 79 qbo->placements[c++].flags = TTM_PL_MASK_CACHING | pflag; in qxl_ttm_placement_from_domain()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 843 if ((params->pflag < 0) || (count <= params->pflag)) { in fit_extract_contents() 844 printf("No such component at '%d'\n", params->pflag); in fit_extract_contents() 858 if (params->pflag == count) { in fit_extract_contents()
|
| H A D | dumpimage.c | 88 params.pflag = strtoul(optarg, &ptr, 10); in main()
|
| H A D | imagetool.h | 49 int pflag; member
|
| H A D | default_image.c | 135 ulong idx = params->pflag; in image_extract_subimage()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 234 #define MLX5E_SET_PFLAG(params, pflag, enable) \ argument 237 (params)->pflags |= BIT(pflag); \ 239 (params)->pflags &= ~(BIT(pflag)); \ 242 #define MLX5E_GET_PFLAG(params, pflag) (!!((params)->pflags & (BIT(pflag)))) argument
|
| H A D | en_ethtool.c | 2016 enum mlx5e_priv_flag pflag; in mlx5e_set_priv_flags() local 2021 for (pflag = 0; pflag < MLX5E_NUM_PFLAGS; pflag++) { in mlx5e_set_priv_flags() 2022 err = mlx5e_handle_pflag(netdev, pflags, pflag); in mlx5e_set_priv_flags()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_xtree.h | 92 int *pflag, s64 * paddr, int *plen, int flag);
|
| H A D | jfs_xtree.c | 134 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) in xtLookup() argument 197 *pflag = xad->flag; in xtLookup()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | diag.h | 140 __u8 pflag; member
|