Home
last modified time | relevance | path

Searched refs:AP_FUNC_COPRO (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/crypto/
Dzcrypt_cex2c.c295 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()
Dzcrypt_cex4.c480 } 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()
Dap_bus.h75 #define AP_FUNC_COPRO 3 macro