Searched refs:AP_FUNC_COPRO (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/s390/crypto/ |
| D | zcrypt_cex2c.c | 295 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex2c_card_probe() 317 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex2c_card_remove() 370 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex2c_queue_probe() 392 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in zcrypt_cex2c_queue_remove()
|
| D | zcrypt_cex4.c | 480 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 550 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 580 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove() 613 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe() 643 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe() 673 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in zcrypt_cex4_queue_remove()
|
| D | ap_bus.h | 75 #define AP_FUNC_COPRO 3 macro
|