Searched refs:VQASSERT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/virtio/
H A Dvirtqueue.c104 #define VQASSERT(_vq, _exp, _msg, ...) \ macro
109 VQASSERT((_vq), (_idx) < (_vq)->vq_nentries, \
114 VQASSERT((_vq), (_vq)->vq_desc_head_idx == \
418 VQASSERT(vq, nused <= vq->vq_nentries, "used more than available");
495 VQASSERT(vq, cookie != NULL, "enqueuing with no cookie");
496 VQASSERT(vq, needed == sg->sg_nseg,
498 VQASSERT(vq,
518 VQASSERT(vq, dxp->cookie == NULL,
559 VQASSERT(vq, cookie != NULL, "no cookie for index %d", desc_idx);
670 VQASSERT(v
[all...]

Completed in 41 milliseconds