Searched refs:AP_DEVICES (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/s390/crypto/ |
D | ap_bus.c | 70 DECLARE_BITMAP(apm, AP_DEVICES); 722 if (card < 0 || card >= AP_DEVICES || queue < 0 || queue >= AP_DOMAINS) in ap_owned_by_def_drv() 744 for (card = 0; !rc && card < AP_DEVICES; card++) in ap_apqn_in_matrix_owned_by_def_drv() 1169 rc = process_mask_arg(buf, ap_perms.apm, AP_DEVICES, &ap_perms_mutex); in apmask_store() 1253 for (j = 0; j < AP_DEVICES; j++) { in ap_select_domain() 1352 for (id = 0; id < AP_DEVICES; id++) { in ap_scan_bus() 1500 process_mask_arg(apm_str, ap_perms.apm, AP_DEVICES, in ap_perms_init()
|
D | zcrypt_api.c | 896 char status[AP_DEVICES]; in zcrypt_unlocked_ioctl() 898 zcrypt_status_mask(status, AP_DEVICES); in zcrypt_unlocked_ioctl() 904 char qdepth[AP_DEVICES]; in zcrypt_unlocked_ioctl() 906 zcrypt_qdepth_mask(qdepth, AP_DEVICES); in zcrypt_unlocked_ioctl() 914 reqcnt = kcalloc(AP_DEVICES, sizeof(u32), GFP_KERNEL); in zcrypt_unlocked_ioctl() 917 zcrypt_perdev_reqcnt(reqcnt, AP_DEVICES); in zcrypt_unlocked_ioctl() 919 sizeof(u32) * AP_DEVICES)) in zcrypt_unlocked_ioctl()
|
D | ap_bus.h | 21 #define AP_DEVICES 256 /* Number of AP devices. */ macro
|