Searched refs:_si (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h77 struct dn_sch_inst _si; /* standard scheduler instance */ member in struct:fq_codel_si
106 si->_si.ni.drops ++;
120 si->_si.ni.length += inc;
121 si->_si.ni.len_bytes += len;
131 si->_si.ni.tot_bytes +=len;
132 si->_si.ni.tot_pkts ++;
H A Ddn_sched_rr.c151 rr_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m) argument
164 si = (struct rr_si *)(_si + 1);
177 rr_dequeue(struct dn_sch_inst *_si) argument
180 struct rr_si *si = (struct rr_si *)(_si + 1);
223 rr_new_sched(struct dn_sch_inst *_si) argument
225 struct rr_si *si = (struct rr_si *)(_si + 1);
234 rr_free_sched(struct dn_sch_inst *_si) argument
236 (void)_si;
275 rr_append(q, (struct rr_si *)(_q->_si + 1));
287 struct rr_si *si = (struct rr_si *)(_q->_si
[all...]
H A Ddn_sched.h183 if (q->_si) {
184 q->_si->ni.length--;
185 q->_si->ni.len_bytes -= m->m_pkthdr.len;
H A Ddn_sched_prio.c85 prio_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m) argument
87 struct prio_si *si = (struct prio_si *)(_si + 1);
114 prio_dequeue(struct dn_sch_inst *_si) argument
116 struct prio_si *si = (struct prio_si *)(_si + 1);
142 prio_new_sched(struct dn_sch_inst *_si) argument
144 struct prio_si *si = (struct prio_si *)(_si + 1);
163 struct prio_si *si = (struct prio_si *)(q->_si + 1);
199 struct prio_si *si = (struct prio_si *)(q->_si + 1);
H A Ddn_sched_wf2q.c135 wf2qp_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m) argument
138 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1);
191 wf2qp_dequeue(struct dn_sch_inst *_si) argument
194 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1);
264 wf2qp_new_sched(struct dn_sch_inst *_si) argument
266 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1);
282 wf2qp_free_sched(struct dn_sch_inst *_si) argument
284 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1);
311 wf2qp_enqueue(_q->_si, _q, _q->mq.head);
326 struct wf2qp_si *si = (struct wf2qp_si *)(q->_si
[all...]
H A Ddn_sched_fq_codel.c288 fq_codel_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, argument
297 mainq = (struct dn_queue *)(_si + 1);
298 si = (struct fq_codel_si *)_si;
299 schk = (struct fq_codel_schk *)(si->_si.sched+1);
353 fq_codel_dequeue(struct dn_sch_inst *_si) argument
362 si = (struct fq_codel_si *)_si;
363 schk = (struct fq_codel_schk *)(si->_si.sched+1);
434 fq_codel_new_sched(struct dn_sch_inst *_si) argument
441 si = (struct fq_codel_si *)_si;
442 schk = (struct fq_codel_schk *)(_si
484 fq_codel_free_sched(struct dn_sch_inst *_si) argument
[all...]
H A Ddn_sched_fq_pie.c138 struct dn_sch_inst _si; /* standard scheduler instance. SHOULD BE FIRST */ member in struct:fq_pie_si
301 si->_si.ni.drops ++;
315 si->_si.ni.length += inc;
316 si->_si.ni.len_bytes += len;
326 si->_si.ni.tot_bytes +=len;
327 si->_si.ni.tot_pkts ++;
860 fq_pie_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, argument
870 mainq = (struct dn_queue *)(_si + 1);
871 si = (struct fq_pie_si *)_si;
873 schk = (struct fq_pie_schk *)(si->_si
925 fq_pie_dequeue(struct dn_sch_inst *_si) argument
1007 fq_pie_new_sched(struct dn_sch_inst *_si) argument
1072 fq_pie_free_sched(struct dn_sch_inst *_si) argument
[all...]
H A Ddn_sched_fq_codel_helper.h57 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1);
107 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1);
H A Ddn_aqm.h130 sni = &q->_si->ni;
H A Ddn_sched_fifo.c87 q->_si = si;
H A Dip_dummynet.c343 q->_si = template->_si;
344 q->_si->q_count++;
377 // D("fs %p si %p\n", fs, q->_si);
381 q->_si->q_count--;
382 q->_si = NULL;
435 template._si = si;
546 si_destroy(void *_si, void *arg) argument
548 struct dn_sch_inst *si = _si;
601 si_reset_credit(void *_si, voi argument
664 si_cleanup_q(void *_si, void *arg) argument
2352 drain_scheduler_cb(void *_si, void *arg) argument
[all...]
H A Dip_dn_private.h259 struct dn_sch_inst *_si; /* owner scheduler instance */ member in struct:dn_queue
H A Dip_dn_io.c495 if (q->fs == NULL || q->_si == NULL) {
497 __FUNCTION__, q->fs, q->_si);
502 ni = &q->_si->ni;
H A Ddn_sched_qfq.c303 struct qfq_sched *q = (struct qfq_sched *)(_q->_si + 1);
334 struct qfq_sched *q = (struct qfq_sched *)(_q->_si + 1);
H A Ddn_aqm_pie.c416 ni = &q->_si->ni;
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk637 for (_si = 1; _si <= NF-n; _si++) {
638 $(_si) = $(_si+n)
/freebsd-11-stable/sys/modules/
H A DMakefile357 ${_si} \
631 _si= si macro
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c592 q->_si = c->si;

Completed in 201 milliseconds