Searched refs:nfp (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_cpp_pcie_ops.c | 99 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 D | sctp_syscalls.c | 149 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 D | index.rst | 49 nfp
|
| H A D | nfp.rst | 37 **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 D | uipc_syscalls.c | 327 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 D | nfp.ini | 2 ; Supported features of the 'nfp' network poll mode driver.
|
| /f-stack/dpdk/drivers/net/ |
| H A D | meson.build | 40 'nfp',
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_spectral.c | 600 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 D | ar9300_reset.c | 358 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 D | ar9300.h | 888 struct ar9300NfLimits *nfp; member
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 157 * **Added driver for Netronome nfp-6xxx card.** 159 Support for using Netronome nfp-6xxx with PCI VFs.
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 807 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 D | nfp_net.c | 3796 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 D | configure | 1033 -nfp | --nfp | --nf)
|