Home
last modified time | relevance | path

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

/qemu/include/hw/xen/interface/io/
H A Dnetif.h752 DEFINE_RING_TYPES(xen_netif_ctrl,
1072 DEFINE_RING_TYPES(netif_tx, struct netif_tx_request, struct netif_tx_response);
1073 DEFINE_RING_TYPES(netif_rx, struct netif_rx_request, struct netif_rx_response);
H A Dusbif.h383 DEFINE_RING_TYPES(usbif_urb, struct usbif_urb_request, struct usbif_urb_response);
405 DEFINE_RING_TYPES(usbif_conn, struct usbif_conn_request, struct usbif_conn_response);
H A Dblkif.h697 DEFINE_RING_TYPES(blkif, struct blkif_request, struct blkif_response);
H A Dring.h91 #define DEFINE_RING_TYPES(__name, __req_t, __rsp_t) \ macro
/qemu/hw/block/
H A Dxen_blkif.h72 DEFINE_RING_TYPES(blkif_common, struct blkif_common_request,
74 DEFINE_RING_TYPES(blkif_x86_32, struct blkif_x86_32_request,
76 DEFINE_RING_TYPES(blkif_x86_64, struct blkif_x86_64_request,