Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dblk_common.c129 enum blkif_protocol ri_protocol; member
721 ring->ri_protocol = BLKIF_PROTOCOL_NATIVE; in blk_bindto_frontend()
725 ring->ri_protocol = BLKIF_PROTOCOL_X86_32; in blk_bindto_frontend()
729 ring->ri_protocol = BLKIF_PROTOCOL_X86_64; in blk_bindto_frontend()
812 switch (ring->ri_protocol) { in blk_ring_request_get()
825 ring->ri_protocol); in blk_ring_request_get()
890 switch (ring->ri_protocol) { in blk_ring_response_put()
903 ring->ri_protocol); in blk_ring_response_put()