Lines Matching refs:target_num
1043 unsigned short target_num, in is_desired_ep11_card() argument
1046 while (target_num-- > 0) { in is_desired_ep11_card()
1055 unsigned short target_num, in is_desired_ep11_queue() argument
1060 while (target_num-- > 0) { in is_desired_ep11_queue()
1076 unsigned short target_num; in _zcrypt_send_ep11_cprb() local
1092 target_num = (unsigned short)xcrb->targets_num; in _zcrypt_send_ep11_cprb()
1096 if (target_num != 0) { in _zcrypt_send_ep11_cprb()
1099 targets = kcalloc(target_num, sizeof(*targets), GFP_KERNEL); in _zcrypt_send_ep11_cprb()
1108 target_num * sizeof(*targets))) { in _zcrypt_send_ep11_cprb()
1141 !is_desired_ep11_card(zc->card->id, target_num, targets)) in _zcrypt_send_ep11_cprb()
1163 target_num, targets))) in _zcrypt_send_ep11_cprb()
1185 if (targets && target_num == 1) { in _zcrypt_send_ep11_cprb()
1191 __func__, (int)target_num); in _zcrypt_send_ep11_cprb()