Lines Matching refs:AP_DEVICES
701 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()
907 int reqcnt[AP_DEVICES]; in zcrypt_unlocked_ioctl()
910 sizeof(int) * AP_DEVICES)) in zcrypt_unlocked_ioctl()
1213 char workarea[sizeof(int) * AP_DEVICES]; in zcrypt_proc_show()
1236 m, workarea, AP_DEVICES); in zcrypt_proc_show()
1238 sprinthx("Waiting work element counts", m, workarea, AP_DEVICES); in zcrypt_proc_show()
1241 m, (unsigned int *) workarea, AP_DEVICES); in zcrypt_proc_show()