Searched refs:drop_thresh (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-util.c177 * @drop_thresh:
182 int cvmx_helper_setup_red_queue(int queue, int pass_thresh, int drop_thresh) cvmx_helper_setup_red_queue() argument
188 left. It will linearly drop more packets until reaching drop_thresh cvmx_helper_setup_red_queue()
191 red_marks.s.drop = drop_thresh; cvmx_helper_setup_red_queue()
212 * @drop_thresh:
217 int cvmx_helper_setup_red(int pass_thresh, int drop_thresh) cvmx_helper_setup_red() argument
238 cvmx_helper_setup_red_queue(queue, pass_thresh, drop_thresh); cvmx_helper_setup_red()
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-helper-util.h62 * @drop_thresh:
68 int drop_thresh);
76 * @drop_thresh:
81 extern int cvmx_helper_setup_red(int pass_thresh, int drop_thresh);

Completed in 177 milliseconds