Lines Matching refs:qdepth
1308 static void zcrypt_qdepth_mask(char qdepth[], size_t max_adapters)
1314 memset(qdepth, 0, max_adapters);
1324 qdepth[card] =
1631 char qdepth[AP_DEVICES];
1633 zcrypt_qdepth_mask(qdepth, AP_DEVICES);
1634 if (copy_to_user((char __user *) arg, qdepth, sizeof(qdepth)))
1690 char qdepth[MAX_ZDEV_CARDIDS];
1692 zcrypt_qdepth_mask(qdepth, MAX_ZDEV_CARDIDS);
1693 if (copy_to_user((char __user *) arg, qdepth, sizeof(qdepth)))