Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_cex4.c236 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe()
314 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe()
334 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove()
365 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe()
394 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe()
414 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in zcrypt_cex4_queue_remove()
Dap_bus.h73 #define AP_FUNC_COPRO 3 macro