Searched refs:vr_idx (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/misc/mic/host/ |
D | mic_virtio.c | 78 int vr_idx) in mic_virtio_copy_to_user() argument 82 struct mic_vringh *mvr = &mvdev->mvr[vr_idx]; in mic_virtio_copy_to_user() 127 int vr_idx) in mic_virtio_copy_from_user() argument 131 struct mic_vringh *mvr = &mvdev->mvr[vr_idx]; in mic_virtio_copy_from_user() 210 void __user *ubuf, size_t len, bool read, int vr_idx, in mic_vringh_copy() argument 222 vr_idx); in mic_vringh_copy() 227 vr_idx); in mic_vringh_copy() 264 struct mic_vringh *mvr = &mvdev->mvr[copy->vr_idx]; in _mic_virtio_copy() 296 copy->vr_idx, &out_len); in _mic_virtio_copy() 307 copy->vr_idx, &out_len); in _mic_virtio_copy() [all …]
|
D | mic_fops.c | 91 __func__, __LINE__, copy.iovcnt, copy.vr_idx, in mic_ioctl()
|
/linux-4.1.27/include/uapi/linux/ |
D | mic_ioctl.h | 43 __u8 vr_idx; member
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 394 copy->vr_idx = tx ? 0 : 1; in txrx_prepare() 1091 copy.vr_idx = 0; /* only one vring on virtio_block */ in read_header() 1103 copy.vr_idx = 0; /* only one vring on virtio_block */ in transfer_blocks() 1129 copy.vr_idx = 0; /* only one vring on virtio_block */ in write_status()
|