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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-ilk.c96 static int pipe_base = 0, pknd_base = 0; local
118 if (pipe_base == 0)
119 pipe_base = __cvmx_pko_get_pipe (interface + CVMX_ILK_GBL_BASE, 0);
121 if (pipe_base == -1)
123 pipe_base = 0;
127 res = cvmx_ilk_set_pipe (interface, pipe_base, cvmx_ilk_chans[interface]);
132 i = pipe_base;
160 pipe_base += cvmx_ilk_chans[interface];
178 pipe_base -= cvmx_ilk_chans[interface];
195 pipe_base
[all...]
H A Dcvmx-ilk.h155 extern int cvmx_ilk_set_pipe (int interface, int pipe_base,
H A Dcvmx-ilk.c226 * @param pipe_base the base of the pipe group
231 int cvmx_ilk_set_pipe (int interface, int pipe_base, unsigned int pipe_len) argument
243 if (!(pipe_base >= 0 && pipe_base <= 127) || (pipe_base + pipe_len > 127))
254 ilk_txx_pipe.s.base = pipe_base;

Completed in 122 milliseconds