Searched defs:_q (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_diskqueue.h | 122 #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 D | ixgbe_osdep.h | 131 #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 D | athvar.h | 388 #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 D | nvmereg.h | 95 #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 D | sysctl.c | 488 #define print_flag(_f, _s, _c, _q, _x) \ in sf() argument
|