Lines Matching refs:qdepth
1323 static void zcrypt_qdepth_mask(char qdepth[], size_t max_adapters)
1329 memset(qdepth, 0, max_adapters);
1339 qdepth[card] =
1596 char qdepth[AP_DEVICES];
1598 zcrypt_qdepth_mask(qdepth, AP_DEVICES);
1599 if (copy_to_user((char __user *)arg, qdepth, sizeof(qdepth)))
1655 char qdepth[MAX_ZDEV_CARDIDS];
1657 zcrypt_qdepth_mask(qdepth, MAX_ZDEV_CARDIDS);
1658 if (copy_to_user((char __user *)arg, qdepth, sizeof(qdepth)))