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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-ilk.h89 } cvmx_ilk_chan_pknd_t; typedef in typeref:struct:__anon6929
159 extern int cvmx_ilk_rx_set_pknd (int interface, cvmx_ilk_chan_pknd_t *chpknd,
H A Dcvmx-helper-ilk.c98 static cvmx_ilk_chan_pknd_t *chpknd = NULL, *tmp1;
169 chpknd = (cvmx_ilk_chan_pknd_t *)
171 kmalloc(CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t), GFP_KERNEL);
173 cvmx_bootmem_alloc (CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t),
174 sizeof(cvmx_ilk_chan_pknd_t));
184 memset (chpknd, 0, CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t));
H A Dcvmx-ilk.c316 int cvmx_ilk_rx_set_pknd (int interface, cvmx_ilk_chan_pknd_t *chpknd,

Completed in 127 milliseconds