Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_rr.c256 rr_new_queue(struct dn_queue *_q) in rr_new_queue()
281 rr_free_queue(struct dn_queue *_q) in rr_free_queue()
H A Ddn_sched_wf2q.c98 struct dn_queue _q; member
306 wf2qp_new_queue(struct dn_queue *_q) in wf2qp_new_queue()
H A Ddn_sched_qfq.c207 struct dn_queue _q; member
302 qfq_new_queue(struct dn_queue *_q) in qfq_new_queue()
333 qfq_free_queue(struct dn_queue *_q) in qfq_free_queue()
653 qfq_enqueue(struct dn_sch_inst *si, struct dn_queue *_q, struct mbuf *m) in qfq_enqueue()
H A Ddn_sched_fq_codel.c288 fq_codel_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_codel_enqueue()
H A Ddn_sched_fq_pie.c863 fq_pie_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_pie_enqueue()
H A Dip_dummynet.c703 q_cleanup_q(void *_q, void *arg) in q_cleanup_q()
2447 drain_queue_cb(void *_q, void *arg) in drain_queue_cb()
/freebsd/sys/dev/iavf/
H A Diavf_osdep.h88 #define UNREFERENCED_2PARAMETER(_p, _q) do { \ argument
92 #define UNREFERENCED_3PARAMETER(_p, _q, _r) do { \ argument
97 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \ argument
103 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \ argument
/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c34 dn_delete_queue(void *_q, void *do_free) in dn_delete_queue()
H A Dmain.c171 struct dn_queue *_q = FI2Q(c, mb->flow_id); in gnet_stats_enq() local
183 struct dn_queue *_q = FI2Q(c, mb->flow_id); in gnet_stats_deq() local
/freebsd/sys/dev/ice/
H A Dice_osdep.h174 #define UNREFERENCED_2PARAMETER(_p, _q) do { \ argument
178 #define UNREFERENCED_3PARAMETER(_p, _q, _r) do { \ argument
183 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) do { \ argument
189 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) do { \ argument
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h80 #define UNREFERENCED_2PARAMETER(_p, _q) argument
81 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
82 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
83 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c16 #define Q_READ(_dev, _q, _field) ({ \ argument
28 #define Q_WRITE(_dev, _q, _field, _val) do { \ argument
40 #define Q_READ(_dev, _q, _field) readl(&(_q)->regs->_field) argument
41 #define Q_WRITE(_dev, _q, _field, _val) writel(_val, &(_q)->regs->_field) argument
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c244 #define XN_RX_LOCK(_q) mtx_lock(&(_q)->lock) argument
245 #define XN_RX_UNLOCK(_q) mtx_unlock(&(_q)->lock) argument
247 #define XN_TX_LOCK(_q) mtx_lock(&(_q)->lock) argument
248 #define XN_TX_TRYLOCK(_q) mtx_trylock(&(_q)->lock) argument
249 #define XN_TX_UNLOCK(_q) mtx_unlock(&(_q)->lock) argument
255 #define XN_RX_LOCK_ASSERT(_q) mtx_assert(&(_q)->lock, MA_OWNED); argument
256 #define XN_TX_LOCK_ASSERT(_q) mtx_assert(&(_q)->lock, MA_OWNED); argument
/freebsd/sys/dev/ixgbe/
H A Dixgbe_osdep.h126 #define UNREFERENCED_2PARAMETER(_p, _q) argument
127 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
128 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h91 #define BHNDB_PCI_IS_QUIRK_END(_q) \ argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h280 #define skb_list_walk_safe(_q, skb, tmp) \ argument
512 #define skb_queue_walk(_q, skb) \ argument
516 #define skb_queue_walk_safe(_q, skb, tmp) \ argument
/freebsd/sys/dev/ath/
H A Dif_athvar.h1120 #define ath_hal_puttxbuf(_ah, _q, _bufaddr) \ argument
1122 #define ath_hal_gettxbuf(_ah, _q) \ argument
1124 #define ath_hal_numtxpending(_ah, _q) \ argument
1128 #define ath_hal_txstart(_ah, _q) \ argument
1171 #define ath_hal_resettxqueue(_ah, _q) \ argument
1173 #define ath_hal_releasetxqueue(_ah, _q) \ argument
1175 #define ath_hal_gettxqueueprops(_ah, _q, _qi) \ argument
1177 #define ath_hal_settxqueueprops(_ah, _q, _qi) \ argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c605 compare_gps(const void *_p, const void *_q)
/freebsd/sys/dev/bhnd/
H A Dbhnd.h373 #define BHND_DEVICE_QUIRK_IS_END(_q) \ argument
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1373 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL) argument