Searched defs:ap_queue (Results 1 – 3 of 3) sorted by relevance
200 struct ap_queue { struct202 struct hlist_node hnode; /* Node for the ap_queues hashtable */ argument225 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) argument
170 struct ap_queue { struct172 struct hlist_node hnode; /* Node for the ap_queues hashtable */ argument193 #define to_ap_queue(x) container_of((x), struct ap_queue, ap_dev.device) argument
440 struct ap_queue *ap_queue = to_ap_queue(dev); in vfio_ap_has_queue() local