Home
last modified time | relevance | path

Searched refs:nfp (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cpp_pcie_ops.c99 struct nfp_pcie_user *nfp; member
257 if (!nfp->cfg) in nfp_bar_write()
260 bar->csr = nfp->cfg + in nfp_bar_write()
288 return nfp_bar_write(nfp, bar, newcfg); in nfp_reconfigure_bar()
322 bar = &nfp->bar[x - 1]; in nfp_enable_bars()
324 bar->nfp = nfp; in nfp_enable_bars()
327 bar->bitsize = nfp->barsz - 3; in nfp_enable_bars()
331 bar->csr = nfp->cfg + in nfp_enable_bars()
354 bar = &nfp->bar[x - 1]; in nfp_alloc_bar()
378 bar = &nfp->bar[x - 1]; in nfp_disable_bars()
[all …]
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c149 struct file *headfp, *nfp = NULL; local
174 error = falloc(td, &nfp, &fd, 0);
185 finit(nfp, fflag, DTYPE_SOCKET, so, &socketops);
198 fdclose(td, nfp, fd);
205 if (nfp != NULL)
206 fdrop(nfp, td);
/f-stack/dpdk/doc/guides/nics/
H A Dindex.rst49 nfp
H A Dnfp.rst37 **https://github.com/Netronome/nfp-drv-kmods** along with the build
46 Netronome's PMD code is provided in the **drivers/net/nfp** directory.
/f-stack/freebsd/kern/
H A Duipc_syscalls.c327 struct file *headfp, *nfp = NULL; in kern_accept4() local
353 error = falloc_caps(td, &nfp, &fd, in kern_accept4()
384 finit(nfp, fflag, DTYPE_SOCKET, so, &socketops); in kern_accept4()
387 (void) fo_ioctl(nfp, FIONBIO, &tmp, td->td_ucred, td); in kern_accept4()
389 (void) fo_ioctl(nfp, FIOASYNC, &tmp, td->td_ucred, td); in kern_accept4()
418 fdclose(td, nfp, fd); in kern_accept4()
425 if (nfp == NULL) in kern_accept4()
429 *fp = nfp; in kern_accept4()
430 nfp = NULL; in kern_accept4()
434 if (nfp != NULL) in kern_accept4()
[all …]
/f-stack/dpdk/doc/guides/nics/features/
H A Dnfp.ini2 ; Supported features of the 'nfp' network poll mode driver.
/f-stack/dpdk/drivers/net/
H A Dmeson.build40 'nfp',
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c600 nf = AH9300(ah)->nfp->nominal; in ar9300_get_ctl_chan_nf()
620 nf = AH9300(ah)->nfp->nominal; in ar9300_get_ext_chan_nf()
H A Dar9300_reset.c358 nf = AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta + in ar9300_get_min_cca_pwr()
490 if (nf < AH9300(ah)->nfp->min) { in ar9300_limit_nf_range()
491 return AH9300(ah)->nfp->nominal; in ar9300_limit_nf_range()
492 } else if (nf > AH9300(ah)->nfp->max) { in ar9300_limit_nf_range()
493 return AH9300(ah)->nfp->max; in ar9300_limit_nf_range()
728 if (nf_no_lim > ahp->nfp->nominal + ahp->nf_cw_int_delta) { in ar9300_store_new_nf()
4704 AH9300(ah)->nfp = IS_CHAN_2GHZ(ichan) ? &ahp->nf_2GHz : &ahp->nf_5GHz; in ar9300_reset()
6315 AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta) in ar9300_interference_is_present()
H A Dar9300.h888 struct ar9300NfLimits *nfp; member
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst157 * **Added driver for Netronome nfp-6xxx card.**
159 Support for using Netronome nfp-6xxx with PCI VFs.
/f-stack/dpdk/
H A DMAINTAINERS807 Netronome nfp - UNMAINTAINED
809 F: drivers/net/nfp/
810 F: doc/guides/nics/nfp.rst
811 F: doc/guides/nics/features/nfp*.ini
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c3796 RTE_LOG_REGISTER(nfp_logtype_init, pmd.net.nfp.init, NOTICE);
3797 RTE_LOG_REGISTER(nfp_logtype_driver, pmd.net.nfp.driver, NOTICE);
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure1033 -nfp | --nfp | --nf)