Searched refs:DN_MULTIQUEUE (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_sched.h36 #define DN_MULTIQUEUE 0x01 macro
46 uint32_t flags; /* DN_MULTIQUEUE if supports multiple queues */
H A Ddn_sched_prio.c206 _SI( .flags = ) DN_MULTIQUEUE,
H A Ddn_sched_rr.c287 _SI( .flags = ) DN_MULTIQUEUE,
H A Ddn_sched_wf2q.c349 _SI( .flags = ) DN_MULTIQUEUE,
H A Dip_dn_io.c784 if (fs->sched->fp->flags & DN_MULTIQUEUE) {
H A Ddn_sched_qfq.c810 _SI( .flags = ) DN_MULTIQUEUE,
H A Dip_dummynet.c1490 if (!(s->fp->flags & DN_MULTIQUEUE) && !s->fs) {
1968 if (si->sched->fp->flags & DN_MULTIQUEUE) {
1973 } else { /* !DN_MULTIQUEUE */

Completed in 156 milliseconds