Home
last modified time | relevance | path

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

/freebsd/lib/libvgl/
H A Dsimple.c406 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; in VGLEllipse() local
442 int x = 0, y = b, asq = a*a, asq2 = a*a*2, bsq = b*b; in VGLFilledEllipse() local
/freebsd/sys/dev/iavf/
H A Diavf_adminq.c610 struct iavf_adminq_ring *asq = &(hw->aq.asq); in iavf_clean_asq() local
H A Diavf_adminq.h94 struct iavf_adminq_ring asq; /* send queue */ member
/freebsd/sys/dev/ixl/
H A Di40e_adminq.h96 struct i40e_adminq_ring asq; /* send queue */ member
H A Di40e_adminq.c781 struct i40e_adminq_ring *asq = &(hw->aq.asq); in i40e_clean_asq() local
/freebsd/sys/dev/nvme/
H A Dnvme.h741 uint64_t asq; /* admin submission queue base addr */ global() member