Searched refs:qos (Results 1 - 10 of 10) sorted by relevance

/openwrt/package/network/config/qos-scripts/files/usr/bin/
H A Dqos-start2 qos-stop
3 /usr/lib/qos/generate.sh all | sh
H A Dqos-stop6 /usr/lib/qos/generate.sh firewall stop | sh
H A Dqos-stat26 config_load qos
/openwrt/package/network/config/qos-scripts/files/etc/init.d/
H A Dqos9 uci_validate_section qos interface "${1}" \
17 procd_add_reload_trigger "qos"
19 qos-start
23 qos-start
27 qos-start
/openwrt/package/network/config/qos-scripts/files/etc/hotplug.d/iface/
H A D10-qos2 [ "$ACTION" = ifup ] && /etc/init.d/qos enabled && /usr/lib/qos/generate.sh interface "$INTERFACE" | sh
/openwrt/package/network/config/qos-scripts/
H A DMakefile10 PKG_NAME:=qos-scripts
20 define Package/qos-scripts
28 define Package/qos-scripts/description
34 define Package/qos-scripts/conffiles
35 /etc/config/qos
47 define Package/qos-scripts/install
52 $(eval $(call BuildPackage,qos-scripts))
/openwrt/package/network/utils/linux-atm/files/
H A Dbr2684ctl41 local qos
42 config_get qos "$cfg" qos
63 -a "$circuit" ${qos:+-q "$qos"} ${sendsize:+-s "$sendsize"} \
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Dltq_atm.c366 if ( vcc->qos.aal != ATM_AAL5 && vcc->qos.aal != ATM_AAL0 )
371 if ( (vcc->qos.txtp.traffic_class == ATM_CBR && vcc->qos.txtp.max_pcr > (port->tx_max_cell_rate - port->tx_current_cell_rate))
372 || (vcc->qos.txtp.traffic_class == ATM_VBR_RT && vcc->qos.txtp.max_pcr > (port->tx_max_cell_rate - port->tx_current_cell_rate))
374 || (vcc->qos.txtp.traffic_class == ATM_VBR_NRT && vcc->qos.txtp.scr > (port->tx_max_cell_rate - port->tx_current_cell_rate))
376 || (vcc->qos.txtp.traffic_class == ATM_UBR_PLUS && vcc->qos
722 ppe_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags) argument
1091 set_qsb(struct atm_vcc *vcc, struct atm_qos *qos, unsigned int queue) argument
[all...]
/openwrt/package/kernel/lantiq/ltq-tapi/
H A DMakefile54 $(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_QOS,qos) \
/openwrt/package/network/config/qos-scripts/files/usr/lib/qos/
H A Dgenerate.sh269 _dir=/usr/lib/qos
501 [ -e ./qos.conf ] && {
502 . ./qos.conf
504 } || config_load qos

Completed in 112 milliseconds