Home
last modified time | relevance | path

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

/haiku/src/system/kernel/util/
H A Dqueue.cpp34 queue_remove_item(queue *_q, void *e) in queue_remove_item()
62 queue_enqueue(queue *_q, void *e) in queue_enqueue()
81 queue_dequeue(queue *_q) in queue_dequeue()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1124 #define ath_hal_puttxbuf(_ah, _q, _bufaddr) \ argument
1126 #define ath_hal_gettxbuf(_ah, _q) \ argument
1128 #define ath_hal_numtxpending(_ah, _q) \ argument
1132 #define ath_hal_txstart(_ah, _q) \ argument
1175 #define ath_hal_resettxqueue(_ah, _q) \ argument
1177 #define ath_hal_releasetxqueue(_ah, _q) \ argument
1179 #define ath_hal_gettxqueueprops(_ah, _q, _qi) \ argument
1181 #define ath_hal_settxqueueprops(_ah, _q, _qi) \ argument
/haiku/src/libs/compat/freebsd_iflib/compat/
H A Difdi_if.h553 static __inline void IFDI_WATCHDOG_RESET_QUEUE(if_ctx_t _ctx, uint16_t _q) in IFDI_WATCHDOG_RESET_QUEUE()