Lines Matching refs:target_num
1014 unsigned short target_num, in is_desired_ep11_card() argument
1017 while (target_num-- > 0) { in is_desired_ep11_card()
1026 unsigned short target_num, in is_desired_ep11_queue() argument
1031 while (target_num-- > 0) { in is_desired_ep11_queue()
1048 unsigned short target_num; in _zcrypt_send_ep11_cprb() local
1062 target_num = (unsigned short)xcrb->targets_num; in _zcrypt_send_ep11_cprb()
1066 if (target_num != 0) { in _zcrypt_send_ep11_cprb()
1068 targets = kzalloc_objs(*targets, target_num); in _zcrypt_send_ep11_cprb()
1072 target_num * sizeof(*targets))) { in _zcrypt_send_ep11_cprb()
1109 !is_desired_ep11_card(zc->card->id, target_num, targets)) in _zcrypt_send_ep11_cprb()
1131 target_num, targets))) in _zcrypt_send_ep11_cprb()
1153 if (targets && target_num == 1) { in _zcrypt_send_ep11_cprb()
1158 (int)target_num); in _zcrypt_send_ep11_cprb()