Searched refs:AP_FUNC_EP11 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 555 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe() 605 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe() 628 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in zcrypt_cex4_card_remove() 665 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) { in zcrypt_cex4_queue_probe() 695 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) { in zcrypt_cex4_queue_probe() 718 else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) in zcrypt_cex4_queue_remove()
|
D | ap_bus.h | 85 #define AP_FUNC_EP11 5 macro
|
D | ap_queue.c | 27 return ap_test_bit(&aq->card->functions, AP_FUNC_EP11) || in ap_q_supports_bind() 33 return ap_test_bit(&aq->card->functions, AP_FUNC_EP11); in ap_q_supports_assoc()
|
D | ap_bus.c | 652 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in ap_uevent() 664 else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) in ap_uevent()
|