Searched refs:vr_idx (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_virtio.c | 77 int vr_idx) in mic_virtio_copy_to_user() argument 81 struct mic_vringh *mvr = &mvdev->mvr[vr_idx]; in mic_virtio_copy_to_user() 126 int vr_idx) in mic_virtio_copy_from_user() argument 130 struct mic_vringh *mvr = &mvdev->mvr[vr_idx]; in mic_virtio_copy_from_user() 209 void __user *ubuf, size_t len, bool read, int vr_idx, in mic_vringh_copy() argument 221 vr_idx); in mic_vringh_copy() 226 vr_idx); in mic_vringh_copy() 263 struct mic_vringh *mvr = &mvdev->mvr[copy->vr_idx]; in _mic_virtio_copy() 295 copy->vr_idx, &out_len); in _mic_virtio_copy() 306 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.4.14/include/uapi/linux/ |
D | mic_ioctl.h | 43 __u8 vr_idx; member
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 391 copy->vr_idx = tx ? 0 : 1; in txrx_prepare() 1121 copy.vr_idx = 0; /* only one vring on virtio_block */ in read_header() 1133 copy.vr_idx = 0; /* only one vring on virtio_block */ in transfer_blocks() 1159 copy.vr_idx = 0; /* only one vring on virtio_block */ in write_status()
|