Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_api.c441 unsigned short target_num, in is_desired_ep11_card() argument
444 while (target_num-- > 0) { in is_desired_ep11_card()
453 unsigned short target_num, in is_desired_ep11_queue() argument
456 while (target_num-- > 0) { in is_desired_ep11_queue()
469 unsigned short target_num; in zcrypt_send_ep11_cprb() local
479 target_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb()
483 if (target_num != 0) { in zcrypt_send_ep11_cprb()
486 targets = kcalloc(target_num, sizeof(*targets), GFP_KERNEL); in zcrypt_send_ep11_cprb()
495 target_num * sizeof(*targets))) { in zcrypt_send_ep11_cprb()
515 !is_desired_ep11_card(zc->card->id, target_num, targets)) in zcrypt_send_ep11_cprb()
[all …]