Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-helper-ilk.c98 static cvmx_ilk_chan_pknd_t *chpknd = NULL, *tmp1; in __cvmx_helper_ilk_probe()
169 chpknd = (cvmx_ilk_chan_pknd_t *) in __cvmx_helper_ilk_probe()
171 kmalloc(CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t), GFP_KERNEL); in __cvmx_helper_ilk_probe()
173 cvmx_bootmem_alloc (CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t), in __cvmx_helper_ilk_probe()
174 sizeof(cvmx_ilk_chan_pknd_t)); in __cvmx_helper_ilk_probe()
184 memset (chpknd, 0, CVMX_MAX_ILK_PKNDS * sizeof(cvmx_ilk_chan_pknd_t)); in __cvmx_helper_ilk_probe()
HDcvmx-ilk.h89 } cvmx_ilk_chan_pknd_t; typedef
159 extern int cvmx_ilk_rx_set_pknd (int interface, cvmx_ilk_chan_pknd_t *chpknd,
HDcvmx-ilk.c316 int cvmx_ilk_rx_set_pknd (int interface, cvmx_ilk_chan_pknd_t *chpknd, in cvmx_ilk_rx_set_pknd()