Home
last modified time | relevance | path

Searched refs:hwtype (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h221 unsigned int hwtype:8; member
341 unsigned int hwtype:8; member
/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h257 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
H A Dzcrypt_ccamisc.c1712 ci->hwtype = devstat.hwtype; in cca_get_info()
1821 if (minhwtype > 0 && minhwtype > ci.hwtype) in cca_findcard2()
H A Dzcrypt_api.c1296 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask()
1324 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask_ext()
1347 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
H A Dzcrypt_ep11misc.c1587 if (minhwtype && device_status[i].hwtype < minhwtype) in ep11_findcard2()