Home
last modified time | relevance | path

Searched defs:asq (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libvgl/
HDsimple.c442 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; in VGLEllipse() local
478 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; in VGLFilledEllipse() local
/NextBSD/sys/dev/ixl/
HDi40e_adminq.h97 struct i40e_adminq_ring asq; /* send queue */ member
HDi40e_adminq.c701 struct i40e_adminq_ring *asq = &(hw->aq.asq); in i40e_clean_asq() local
/NextBSD/sys/dev/nvme/
HDnvme.h190 uint64_t asq; /* admin submission queue base addr */ member