aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/octeon/cvmx-helper-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/octeon/cvmx-helper-util.h')
-rw-r--r--arch/mips/include/asm/octeon/cvmx-helper-util.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-helper-util.h b/arch/mips/include/asm/octeon/cvmx-helper-util.h
index 6a6e52fc22c1..e217aba1f523 100644
--- a/arch/mips/include/asm/octeon/cvmx-helper-util.h
+++ b/arch/mips/include/asm/octeon/cvmx-helper-util.h
@@ -57,11 +57,11 @@ extern int cvmx_helper_dump_packet(cvmx_wqe_t *work);
57 * 57 *
58 * @queue: Input queue to setup RED on (0-7) 58 * @queue: Input queue to setup RED on (0-7)
59 * @pass_thresh: 59 * @pass_thresh:
60 * Packets will begin slowly dropping when there are less than 60 * Packets will begin slowly dropping when there are less than
61 * this many packet buffers free in FPA 0. 61 * this many packet buffers free in FPA 0.
62 * @drop_thresh: 62 * @drop_thresh:
63 * All incomming packets will be dropped when there are less 63 * All incomming packets will be dropped when there are less
64 * than this many free packet buffers in FPA 0. 64 * than this many free packet buffers in FPA 0.
65 * Returns Zero on success. Negative on failure 65 * Returns Zero on success. Negative on failure
66 */ 66 */
67extern int cvmx_helper_setup_red_queue(int queue, int pass_thresh, 67extern int cvmx_helper_setup_red_queue(int queue, int pass_thresh,
@@ -71,11 +71,11 @@ extern int cvmx_helper_setup_red_queue(int queue, int pass_thresh,
71 * Setup Random Early Drop to automatically begin dropping packets. 71 * Setup Random Early Drop to automatically begin dropping packets.
72 * 72 *
73 * @pass_thresh: 73 * @pass_thresh:
74 * Packets will begin slowly dropping when there are less than 74 * Packets will begin slowly dropping when there are less than
75 * this many packet buffers free in FPA 0. 75 * this many packet buffers free in FPA 0.
76 * @drop_thresh: 76 * @drop_thresh:
77 * All incomming packets will be dropped when there are less 77 * All incomming packets will be dropped when there are less
78 * than this many free packet buffers in FPA 0. 78 * than this many free packet buffers in FPA 0.
79 * Returns Zero on success. Negative on failure 79 * Returns Zero on success. Negative on failure
80 */ 80 */
81extern int cvmx_helper_setup_red(int pass_thresh, int drop_thresh); 81extern int cvmx_helper_setup_red(int pass_thresh, int drop_thresh);
@@ -84,7 +84,7 @@ extern int cvmx_helper_setup_red(int pass_thresh, int drop_thresh);
84 * Get the version of the CVMX libraries. 84 * Get the version of the CVMX libraries.
85 * 85 *
86 * Returns Version string. Note this buffer is allocated statically 86 * Returns Version string. Note this buffer is allocated statically
87 * and will be shared by all callers. 87 * and will be shared by all callers.
88 */ 88 */
89extern const char *cvmx_helper_get_version(void); 89extern const char *cvmx_helper_get_version(void);
90 90