/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_rr.c | 256 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 D | dn_sched_wf2q.c | 98 struct dn_queue _q; member 306 wf2qp_new_queue(struct dn_queue *_q) in wf2qp_new_queue()
|
H A D | dn_sched_qfq.c | 207 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 D | dn_sched_fq_codel.c | 288 fq_codel_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_codel_enqueue()
|
H A D | dn_sched_fq_pie.c | 863 fq_pie_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_pie_enqueue()
|
H A D | ip_dummynet.c | 703 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 D | iavf_osdep.h | 88 #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 D | test_dn_sched.c | 34 dn_delete_queue(void *_q, void *do_free) in dn_delete_queue()
|
H A D | main.c | 171 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 D | ice_osdep.h | 174 #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 D | i40e_osdep.h | 80 #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 D | dma.c | 16 #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 D | netfront.c | 244 #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 D | ixgbe_osdep.h | 126 #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 D | bhndb_pcivar.h | 91 #define BHNDB_PCI_IS_QUIRK_END(_q) \ argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | skbuff.h | 280 #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 D | if_athvar.h | 1120 #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 D | glob.c | 605 compare_gps(const void *_p, const void *_q)
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 373 #define BHND_DEVICE_QUIRK_IS_END(_q) \ argument
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kern.h | 1373 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL) argument
|