Searched refs:target_num (Results 1 – 1 of 1) sorted by relevance
439 unsigned short target_num, in is_desired_ep11_card() argument442 while (target_num-- > 0) { in is_desired_ep11_card()451 unsigned short target_num, in is_desired_ep11_queue() argument454 while (target_num-- > 0) { in is_desired_ep11_queue()467 unsigned short target_num; in zcrypt_send_ep11_cprb() local477 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()[all …]