Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dap_bus.c516 #define is_queue_dev(x) ((x)->parent != ap_root_device) macro
539 if (is_queue_dev(dev) && in ap_bus_match()
614 if (is_queue_dev(dev)) in __ap_queue_devices_unregister()
621 if (is_queue_dev(dev) && in __ap_queue_devices_with_id_unregister()
694 if (is_queue_dev(dev)) { in __ap_revise_reserved()
764 if (is_queue_dev(dev)) { in ap_device_probe()
814 if (is_queue_dev(dev)) in ap_device_remove()
1330 return is_queue_dev(dev) && to_ap_queue(dev)->qid == (int)(long) data; in __match_queue_device_with_qid()