Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_tht.c73 #define _Q(_q) ((_q) * 4) argument
93 #define THT_REG_TXT_RPTR(_q) (0x40c0 + _Q(_q)) /* TX Task read ptr */ argument
94 #define THT_REG_RXF_RPTR(_q) (0x40d0 + _Q(_q)) /* RX Free read ptr */ argument
95 #define THT_REG_RXD_RPTR(_q) (0x40e0 + _Q(_q)) /* RX DSC read ptr */ argument
96 #define THT_REG_TXF_RPTR(_q) (0x40f0 + _Q(_q)) /* TX Free read ptr */ argument
159 #define THT_REG_ISR_RXF(_q) (1<<(19+(_q))) /* rx free fifo */ argument
160 #define THT_REG_ISR_TXF(_q) (1<<(15+(_q))) /* tx free fifo */ argument
161 #define THT_REG_ISR_RXD(_q) (1<<(11+(_q))) /* rx desc fifo */ argument
184 #define THT_REG_IMR_RXF(_q) (1<<(19+(_q))) /* rx free fifo */ argument
185 #define THT_REG_IMR_TXF(_q) (1<<(15+(_q))) /* tx free fifo */ argument
[all …]
/openbsd/sys/net/
H A Dif_var.h310 #define niq_dequeue(_q) mq_dequeue(&(_q)->ni_q) argument
311 #define niq_dechain(_q) mq_dechain(&(_q)->ni_q) argument
312 #define niq_delist(_q, _ml) mq_delist(&(_q)->ni_q, (_ml)) argument
313 #define niq_len(_q) mq_len(&(_q)->ni_q) argument
314 #define niq_drops(_q) mq_drops(&(_q)->ni_q) argument
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/t/
H A Dtestutil.pl187 sub _q { subroutine
/openbsd/gnu/usr.bin/perl/t/
H A Dtest.pl287 sub _q { subroutine
/openbsd/sys/dev/ic/
H A Dathvar.h435 #define ath_hal_put_tx_buf(_ah, _q, _bufaddr) \ argument
437 #define ath_hal_get_tx_buf(_ah, _q) \ argument
441 #define ath_hal_tx_start(_ah, _q) \ argument
491 #define ath_hal_reset_tx_queue(_ah, _q) \ argument
493 #define ath_hal_release_tx_queue(_ah, _q) \ argument
H A Dnvmereg.h84 #define NVME_SQTDBL(_q, _s) (0x1000 + (2 * (_q) + 0) * (_s)) argument
86 #define NVME_CQHDBL(_q, _s) (0x1000 + (2 * (_q) + 1) * (_s)) argument
/openbsd/lib/libc/gen/
H A Dglob.c591 compare_gps(const void *_p, const void *_q) in compare_gps()
/openbsd/sys/dev/ata/
H A Datascsi.h111 #define ATA_QDEPTH(_q) (((_q) & 0x1f) + 1) argument