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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_api.c509 static void zcrypt_status_mask(char status[AP_DEVICES])
513 memset(status, 0, sizeof(char) * AP_DEVICES);
521 static void zcrypt_qdepth_mask(char qdepth[AP_DEVICES])
525 memset(qdepth, 0, sizeof(char) * AP_DEVICES);
537 static void zcrypt_perdev_reqcnt(int reqcnt[AP_DEVICES])
541 memset(reqcnt, 0, sizeof(int) * AP_DEVICES);
667 char status[AP_DEVICES];
670 sizeof(char) * AP_DEVICES))
675 char qdepth[AP_DEVICES];
678 sizeof(char) * AP_DEVICES))
[all...]
H A Dap_bus.h34 #define AP_DEVICES 64 /* Number of AP devices. */ macro
H A Dap_bus.c934 for (j = 0; j < AP_DEVICES; j++) {
1084 for (i = 0; i < AP_DEVICES; i++) {
1585 for (i = 0; i < AP_DEVICES; i++)
1594 for (j = 0; j < AP_DEVICES; j++)

Completed in 37 milliseconds