Home
last modified time | relevance | path

Searched defs:_q (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_diskqueue.h122 #define RF_QUEUE_EMPTY(_q) ((_q)->numOutstanding == 0) argument
123 #define RF_QUEUE_FULL(_q) ((_q)->numOutstanding == (_q)->maxOutstanding) argument
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_osdep.h131 #define UNREFERENCED_2PARAMETER(_p, _q) argument
132 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
133 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
/netbsd-src/sys/dev/ic/
H A Dathvar.h388 #define ath_hal_puttxbuf(_ah, _q, _bufaddr) \ argument
390 #define ath_hal_gettxbuf(_ah, _q) \ argument
392 #define ath_hal_numtxpending(_ah, _q) \ argument
396 #define ath_hal_txstart(_ah, _q) \ argument
429 #define ath_hal_resettxqueue(_ah, _q) \ argument
431 #define ath_hal_releasetxqueue(_ah, _q) \ argument
433 #define ath_hal_gettxqueueprops(_ah, _q, _qi) \ argument
435 #define ath_hal_settxqueueprops(_ah, _q, _qi) \ argument
H A Dnvmereg.h95 #define NVME_SQTDBL(_q, _s) (0x1000 + (2 * (_q) + 0) * (_s)) argument
97 #define NVME_CQHDBL(_q, _s) (0x1000 + (2 * (_q) + 1) * (_s)) argument
/netbsd-src/sbin/sysctl/
H A Dsysctl.c488 #define print_flag(_f, _s, _c, _q, _x) \ in sf() argument