Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_api.c1007 unsigned short target_num, in is_desired_ep11_card() argument
1010 while (target_num-- > 0) { in is_desired_ep11_card()
1019 unsigned short target_num, in is_desired_ep11_queue() argument
1024 while (target_num-- > 0) { in is_desired_ep11_queue()
1041 unsigned short target_num; in _zcrypt_send_ep11_cprb() local
1055 target_num = (unsigned short)xcrb->targets_num; in _zcrypt_send_ep11_cprb()
1059 if (target_num != 0) { in _zcrypt_send_ep11_cprb()
1061 targets = kzalloc_objs(*targets, target_num); in _zcrypt_send_ep11_cprb()
1065 target_num * sizeof(*targets))) { in _zcrypt_send_ep11_cprb()
1102 !is_desired_ep11_card(zc->card->id, target_num, targets)) in _zcrypt_send_ep11_cprb()
[all …]