Home
last modified time | relevance | path

Searched refs:feat_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dvas.h263 __be64 feat_type; member
268 u64 feat_type; member
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvas-sysfs.c256 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 Dvas.c1082 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()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-common-pseries.c1160 caps_feat = be64_to_cpu(hv_caps->feat_type); in nxcop_get_capabilities()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_ctrl.c1076 u16 byte_idx, feat_type, feat_cnt; in i40iw_get_rdma_features() local
1102 for (byte_idx = 0, feat_type = 0; feat_type < I40IW_MAX_FEATURES; in i40iw_get_rdma_features()
1103 feat_type++, byte_idx += 8) { in i40iw_get_rdma_features()
1105 dev->feature_info[feat_type] = RS_64(temp, I40IW_FEATURE_INFO); in i40iw_get_rdma_features()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dctrl.c4671 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() local
4732 dev->feature_info[feat_type] = temp; in irdma_get_rdma_features()

Completed in 16 milliseconds