Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h53 #define UNREFERENCED_2PARAMETER(_p, _q) argument
54 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
55 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
56 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_rr.c257 rr_new_queue(struct dn_queue *_q) in rr_new_queue()
282 rr_free_queue(struct dn_queue *_q) in rr_free_queue()
H A Ddn_sched_wf2q.c99 struct dn_queue _q; member
304 wf2qp_new_queue(struct dn_queue *_q) in wf2qp_new_queue()
H A Ddn_sched_qfq.c208 struct dn_queue _q; member
303 qfq_new_queue(struct dn_queue *_q) in qfq_new_queue()
334 qfq_free_queue(struct dn_queue *_q) in qfq_free_queue()
654 qfq_enqueue(struct dn_sch_inst *si, struct dn_queue *_q, struct mbuf *m) in qfq_enqueue()
H A Ddn_sched_fq_codel.c289 fq_codel_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_codel_enqueue()
H A Ddn_sched_fq_pie.c858 fq_pie_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_pie_enqueue()
H A Dip_dummynet.c679 q_cleanup_q(void *_q, void *arg) in q_cleanup_q()
2405 drain_queue_cb(void *_q, void *arg) in drain_queue_cb()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_osdep.h39 #define UNREFERENCED_2PARAMETER(_p, _q) \ argument
44 #define UNREFERENCED_3PARAMETER(_p, _q, _r) \ argument
50 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) \ argument
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_osdep.h39 #define UNREFERENCED_2PARAMETER(_p, _q) argument
40 #define UNREFERENCED_3PARAMETER(_p, _q, _r) argument
41 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_sched.c35 dn_delete_queue(void *_q, void *do_free) in dn_delete_queue()
H A Dmain.c172 struct dn_queue *_q = FI2Q(c, mb->flow_id); in gnet_stats_enq() local
184 struct dn_queue *_q = FI2Q(c, mb->flow_id); in gnet_stats_deq() local
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_type.h18 #define UNREFERENCED_2PARAMETER(_p, _q) (_p); (_q); argument
19 #define UNREFERENCED_3PARAMETER(_p, _q, _r) (_p); (_q); (_r); argument
20 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) (_p); (_q); (_r); (_s); argument
21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_type.h87 #define UNREFERENCED_2PARAMETER(_p, _q) do { (_p); (_q); } while (0) argument
88 #define UNREFERENCED_3PARAMETER(_p, _q, _r) do { (_p); (_q); (_r); } while (0) argument
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h18 #define UNREFERENCED_2PARAMETER(_p, _q) (_p); (_q); argument
19 #define UNREFERENCED_3PARAMETER(_p, _q, _r) (_p); (_q); (_r); argument
20 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) (_p); (_q); (_r); (_s); argument
21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c99 #define NFP_PCIE_QUEUE(_q) (0x80000 + (NFP_QCP_QUEUE_ADDR_SZ * ((_q) & 0xff))) argument