Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.h296 struct ap_queue *ap_get_qdev(ap_qid_t qid);
H A Dap_bus.c927 aq = ap_get_qdev(AP_MKQID(card, queue)); in ap_owned_by_def_drv()
1072 struct ap_queue *ap_get_qdev(ap_qid_t qid) in ap_get_qdev() function
1089 EXPORT_SYMBOL(ap_get_qdev);
H A Dvfio_ap_ops.c1906 queue = ap_get_qdev(apqn); in vfio_ap_find_queue()