Searched refs:feat_type (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vas.h | 263 __be64 feat_type; member 268 u64 feat_type; member
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 235 feat_type, feat_bit = gen_feat_ids() 237 while (feat_type, feat_bit) in feature_ids: 238 feat_type, feat_bit = gen_feat_ids() 239 feature_ids.append((feat_type, feat_bit)) 242 feat_type, 'feature_type'],
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | vas-sysfs.c | 256 if ((vas_caps->feat_type & VAS_GZIP_QOS_FEAT_BIT) || in sysfs_pseries_vas_init() 257 (vas_caps->feat_type & VAS_GZIP_DEF_FEAT_BIT)) { in sysfs_pseries_vas_init()
|
H A D | vas.c | 1082 caps_all.feat_type = be64_to_cpu(hv_caps->feat_type); in pseries_vas_init() 1089 if (caps_all.feat_type & VAS_GZIP_QOS_FEAT_BIT) { in pseries_vas_init() 1099 if (caps_all.feat_type & VAS_GZIP_DEF_FEAT_BIT) in pseries_vas_init()
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-common-pseries.c | 1160 caps_feat = be64_to_cpu(hv_caps->feat_type); in nxcop_get_capabilities()
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | ctrl.c | 4671 u16 byte_idx, feat_type, feat_cnt, feat_idx; in irdma_get_rdma_features() local 4725 feat_type = FIELD_GET(IRDMA_FEATURE_TYPE, temp); in irdma_get_rdma_features() 4726 if (feat_type >= IRDMA_MAX_FEATURES) { in irdma_get_rdma_features() 4729 feat_type); in irdma_get_rdma_features() 4732 dev->feature_info[feat_type] = temp; in irdma_get_rdma_features()
|