Home
last modified time | relevance | path

Searched full:priq (Results 1 – 23 of 23) sorted by relevance

/freebsd/share/examples/pf/
H A Dqueue32 # simple PRIQ example
6 altq on $ext_if priq bandwidth 10Mb queue { pri-low pri-med pri-high }
8 queue pri-med priority 1 priq(default)
H A Dfaq-example210 # the Internet. use the priq scheduler to control only priorities. set
14 altq on fxp0 priq bandwidth 610Kb queue { std_out, ssh_im_out, dns_out, \
25 queue std_out priq(default)
26 queue ssh_im_out priority 4 priq(red)
H A Dackpri23 altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def }
25 queue q_def priority 1 priq(default)
/freebsd/tests/sys/netpfil/pf/
H A Daltq.sh299 is_altq_supported priq
323 "altq on ${epair}a priq bandwidth 10Mb queue { slow }" \
324 "queue slow priority 6 qlimit 50 priq ( default codel )" \
325 "altq on ${va} priq bandwidth 10Mb queue { vslow }" \
326 "queue vslow priority 6 qlimit 50 priq ( default codel )" \
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu-v3.yaml46 - priq # PRI Queue not empty
91 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/freebsd/sys/net/altq/
H A Daltq_priq.h44 /* priq class flags */
99 * priq interface state
H A Daltq_priq.c36 #ifdef ALTQ_PRIQ /* priq is enabled by ALTQ_PRIQ option in opt_altq.h */
262 printf("priq_class_create: RED not configured for PRIQ!\n"); in priq_class_create()
270 printf("priq_class_create: CODEL not configured for PRIQ!\n"); in priq_class_create()
H A Daltq_fairq.c38 * fairq. The fairq algorithm is completely different then priq, of course,
39 * but because I used priq's skeleton I believe I should include priq's
H A Daltq_subr.c137 ALTQ_FEATURE(priq, "ATLQ Priority Queuing discipline");
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dmorello-sdp.dts91 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
105 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
H A Dfvp-base-revc.dts357 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/freebsd/sys/arm64/iommu/
H A Dsmmu_fdt.c101 * Interrupt lines are "eventq", "priq", "cmdq-sync", "gerror". in smmu_fdt_attach()
120 * sc->res[2] is reserved for priq IRQ. It is optional and not used in smmu_fdt_attach()
H A Dsmmu.c360 err = smmu_init_queue(sc, &sc->priq, in smmu_init_queues()
1187 /* PRIQ is not in use. */ in smmu_setup_interrupts()
1286 bus_write_8(sc->res[0], SMMU_PRIQ_BASE, sc->priq.base); in smmu_reset()
1287 bus_write_4(sc->res[0], SMMU_PRIQ_PROD, sc->priq.lc.prod); in smmu_reset()
1288 bus_write_4(sc->res[0], SMMU_PRIQ_CONS, sc->priq.lc.cons); in smmu_reset()
1452 sc->priq.size_log2 = val; in smmu_check_features()
H A Dsmmu_acpi.c216 * Interrupt lines are "eventq", "priq", "cmdq-sync", "gerror". in smmu_acpi_attach()
/freebsd/share/man/man5/
H A Dpf.conf.51059 .It Ar priq
1117 .Ar priq
1171 .Ar priq
1189 .Ar priq
1198 .Ar priq ,
1201 .Ar Priq
3523 schedulers = ( cbq-def | priq-def | hfsc-def )
3628 priq-def = "priq" [ "(" priq-opt [ [ "," ] priq-opt ] ")" ]
3631 priq-opt = ( "default" | "red" | "ecn" | "rio" )
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_tree.def182 (4 pfAltqQueueScheduler ENUM ( 1 cbq 8 hfsc 11 priq ) GET)
H A DBEGEMOT-PF-MIB.txt1220 SYNTAX INTEGER { cbq(1), hfsc(8), priq(11) }
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c230 printf("priq "); in print_altq()
674 * PRIQ support functions
701 * check if priq has one default class for this interface in check_commit_priq()
718 printf("priq("); in print_priq_opts()
H A Dparse.y542 %token ALTQ CBQ CODEL PRIQ HFSC FAIRQ BANDWIDTH TBRSIZE LINKSHARE REALTIME
2009 | PRIQ {
2013 | PRIQ '(' priqflags_list ')' {
2088 yyerror("unknown priq flag \"%s\"", $1);
5888 yyerror("priq queues cannot " in expand_queue()
5894 yyerror("priq doesn't take " in expand_queue()
6712 { "priq", PRIQ}, in lookup()
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhip07.dtsi1247 interrupt-names = "eventq", "gerror", "priq";
1259 interrupt-names = "eventq", "gerror", "priq";
1271 interrupt-names = "eventq", "gerror", "priq";
1283 interrupt-names = "eventq", "gerror", "priq";
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-base.dtsi561 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
572 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx95.dtsi1579 interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
/freebsd/sys/dev/nge/
H A Dif_nge.c2097 /* Disable PRIQ ctl. */ in nge_init_locked()