Home
last modified time | relevance | path

Searched refs:AP_DEVICES (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.c701 static void zcrypt_status_mask(char status[AP_DEVICES]) in zcrypt_status_mask() argument
705 memset(status, 0, sizeof(char) * AP_DEVICES); in zcrypt_status_mask()
713 static void zcrypt_qdepth_mask(char qdepth[AP_DEVICES]) in zcrypt_qdepth_mask() argument
717 memset(qdepth, 0, sizeof(char) * AP_DEVICES); in zcrypt_qdepth_mask()
729 static void zcrypt_perdev_reqcnt(int reqcnt[AP_DEVICES]) in zcrypt_perdev_reqcnt() argument
733 memset(reqcnt, 0, sizeof(int) * AP_DEVICES); in zcrypt_perdev_reqcnt()
891 char status[AP_DEVICES]; in zcrypt_unlocked_ioctl()
894 sizeof(char) * AP_DEVICES)) in zcrypt_unlocked_ioctl()
899 char qdepth[AP_DEVICES]; in zcrypt_unlocked_ioctl()
902 sizeof(char) * AP_DEVICES)) in zcrypt_unlocked_ioctl()
[all …]
Dap_bus.h33 #define AP_DEVICES 64 /* Number of AP devices. */ macro
Dap_bus.c1578 for (j = 0; j < AP_DEVICES; j++) { in ap_select_domain()
1623 for (i = 0; i < AP_DEVICES; i++) { in ap_scan_bus()
1713 for (i = 0; i < AP_DEVICES; i++) in ap_reset_domain()
1724 for (j = 0; j < AP_DEVICES; j++) { in ap_reset_all()