| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 53 #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 D | dn_sched_rr.c | 257 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 D | dn_sched_wf2q.c | 99 struct dn_queue _q; member 304 wf2qp_new_queue(struct dn_queue *_q) in wf2qp_new_queue()
|
| H A D | dn_sched_qfq.c | 208 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 D | dn_sched_fq_codel.c | 289 fq_codel_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_codel_enqueue()
|
| H A D | dn_sched_fq_pie.c | 858 fq_pie_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_pie_enqueue()
|
| H A D | ip_dummynet.c | 679 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 D | igc_osdep.h | 39 #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 D | e1000_osdep.h | 39 #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 D | test_dn_sched.c | 35 dn_delete_queue(void *_q, void *do_free) in dn_delete_queue()
|
| H A D | main.c | 172 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 D | iavf_type.h | 18 #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 D | fm10k_type.h | 87 #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 D | i40e_type.h | 18 #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 D | nfp_net.c | 99 #define NFP_PCIE_QUEUE(_q) (0x80000 + (NFP_QCP_QUEUE_ADDR_SZ * ((_q) & 0xff))) argument
|