Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_vq.c43 #define MAX_INLINE_RESP_SIZE 24 macro
46 + MAX_INLINE_RESP_SIZE)
109 if (resp_size <= MAX_INLINE_RESP_SIZE) in virtio_gpu_get_vbuf()
172 if (vbuf->resp_size > MAX_INLINE_RESP_SIZE) in free_vbuf()