Lines Matching refs:target_num
439 unsigned short target_num, in is_desired_ep11_card() argument
442 while (target_num-- > 0) { in is_desired_ep11_card()
451 unsigned short target_num, in is_desired_ep11_queue() argument
454 while (target_num-- > 0) { in is_desired_ep11_queue()
467 unsigned short target_num; in zcrypt_send_ep11_cprb() local
477 target_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb()
481 if (target_num != 0) { in zcrypt_send_ep11_cprb()
484 targets = kcalloc(target_num, sizeof(*targets), GFP_KERNEL); in zcrypt_send_ep11_cprb()
492 target_num * sizeof(*targets))) { in zcrypt_send_ep11_cprb()
511 !is_desired_ep11_card(zc->card->id, target_num, targets)) in zcrypt_send_ep11_cprb()
523 target_num, targets))) in zcrypt_send_ep11_cprb()