Searched refs:wfqf (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_ppe_common.h157 unsigned int wfqf :14; member in struct:qsb_queue_parameter_table::__anon81
174 unsigned int wfqf :14; member in struct:qsb_queue_parameter_table::__anon83
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_ppe_common.h159 unsigned int wfqf :14; member in struct:qsb_queue_parameter_table::__anon24
176 unsigned int wfqf :14; member in struct:qsb_queue_parameter_table::__anon26
H A Dltq_atm.c1140 qsb_queue_parameter_table.bit.wfqf = 0;
1146 /* wfqf = qsb_minimum_cell_rate * QSB_WFQ_NONUBR_MAX / requested_minimum_peak_cell_rate */
1148 qsb_queue_parameter_table.bit.wfqf = QSB_WFQ_NONUBR_MAX;
1152 qsb_queue_parameter_table.bit.wfqf = 1;
1154 qsb_queue_parameter_table.bit.wfqf = QSB_WFQ_NONUBR_MAX;
1156 qsb_queue_parameter_table.bit.wfqf = tmp;
1161 qsb_queue_parameter_table.bit.wfqf = QSB_WFQ_UBR_BYPASS;

Completed in 63 milliseconds