Searched refs:intf (Results 1 – 1 of 1) sorted by relevance
47 #define XEN_9PFS_RING_SIZE(ring) XEN_FLEX_RING_SIZE(ring->intf->ring_order)61 struct xen_9pfs_data_intf *intf; member131 cons = ring->intf->out_cons; in p9_xen_write_todo()132 prod = ring->intf->out_prod; in p9_xen_write_todo()166 cons = ring->intf->out_cons; in p9_xen_request()167 prod = ring->intf->out_prod; in p9_xen_request()186 ring->intf->out_prod = prod; in p9_xen_request()207 cons = ring->intf->in_cons; in p9_xen_response()208 prod = ring->intf->in_prod; in p9_xen_response()230 ring->intf->in_cons = cons; in p9_xen_response()[all …]