Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/xen-blkback/
Dxenbus.c215 switch (blkif->blk_protocol) { in xen_blkif_map()
880 be->blkif->blk_protocol = BLKIF_PROTOCOL_DEFAULT; in connect_ring()
886 be->blkif->blk_protocol = BLKIF_PROTOCOL_NATIVE; in connect_ring()
888 be->blkif->blk_protocol = BLKIF_PROTOCOL_X86_32; in connect_ring()
890 be->blkif->blk_protocol = BLKIF_PROTOCOL_X86_64; in connect_ring()
905 ring_ref, evtchn, be->blkif->blk_protocol, protocol, in connect_ring()
Dcommon.h269 enum blkif_protocol blk_protocol; member
Dblkback.c1123 switch (blkif->blk_protocol) { in __do_block_io_op()
1411 switch (blkif->blk_protocol) { in make_response()