Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_ccamisc.c1696 ci->hwtype = devstat.hwtype; in fetch_cca_info()
1795 ci.hwtype >= minhwtype && in findcard()
1803 if (ci.hwtype >= minhwtype && in findcard()
1826 if (ci.hwtype >= minhwtype && in findcard()
1830 if (ci.hwtype >= minhwtype && in findcard()
1934 if (minhwtype > 0 && minhwtype > ci.hwtype) in cca_findcard2()
Dzcrypt_ccamisc.h247 int hwtype; /* one of the defined AP_DEVICE_TYPE_* */ member
Dap_card.c30 static DEVICE_ATTR_RO(hwtype);
Dzcrypt_api.c1230 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask()
1255 stat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_mask_ext()
1278 devstat->hwtype = zc->card->ap_dev.device_type; in zcrypt_device_status_ext()
Dzcrypt_ep11misc.c1428 if (minhwtype && device_status[i].hwtype < minhwtype) in ep11_findcard2()