| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp6000_pcie.c | 131 struct nfp6000_pcie *nfp; member 183 return pci_resource_len(bar->nfp->pdev, (bar->index / 8) * 2) / 8; in nfp_bar_resource_len() 188 return pci_resource_start(bar->nfp->pdev, (bar->index / 8) * 2) in nfp_bar_resource_start() 196 compute_bar(const struct nfp6000_pcie *nfp, const struct nfp_bar *bar, in compute_bar() argument 270 nfp6000_bar_write(struct nfp6000_pcie *nfp, struct nfp_bar *bar, u32 newcfg) in nfp6000_bar_write() argument 278 if (nfp->iomem.csr) { in nfp6000_bar_write() 280 writel(newcfg, nfp->iomem.csr + xbar); in nfp6000_bar_write() 282 readl(nfp->iomem.csr + xbar); in nfp6000_bar_write() 285 pci_write_config_dword(nfp->pdev, xbar, newcfg); in nfp6000_bar_write() 294 reconfigure_bar(struct nfp6000_pcie *nfp, struct nfp_bar *bar, in reconfigure_bar() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | Makefile | 2 obj-$(CONFIG_NFP) += nfp.o 4 nfp-objs := \ 40 nfp-objs += \ 45 nfp-objs += \ 58 nfp-objs += \ 67 nfp-objs += \ 74 nfp-$(CONFIG_NFP_DEBUG) += nfp_net_debugfs.o
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_rsvp.h | 344 struct rsvp_filter *nfp, *f = arg; in rsvp_delete() local 352 for (nfp = rtnl_dereference(*fp); nfp; in rsvp_delete() 353 fp = &nfp->next, nfp = rtnl_dereference(*fp)) { in rsvp_delete() 354 if (nfp == f) { in rsvp_delete() 479 struct rsvp_filter *f, *nfp; in rsvp_change() local 609 for (nfp = rtnl_dereference(*fp); nfp; in rsvp_change() 610 fp = &nfp->next, nfp = rtnl_dereference(*fp)) { in rsvp_change() 611 __u32 mask = nfp->spi.mask & f->spi.mask; in rsvp_change() 616 RCU_INIT_POINTER(f->next, nfp); in rsvp_change()
|
| H A D | cls_tcindex.c | 496 struct tcindex_filter *nfp; in tcindex_set_parms() local 503 for (nfp = rtnl_dereference(*fp); in tcindex_set_parms() 504 nfp; in tcindex_set_parms() 505 fp = &nfp->next, nfp = rtnl_dereference(*fp)) in tcindex_set_parms()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | pagealloc.c | 111 struct fw_page *nfp; in insert_page() local 132 nfp = kzalloc(sizeof(*nfp), GFP_KERNEL); in insert_page() 133 if (!nfp) in insert_page() 136 nfp->addr = addr; in insert_page() 137 nfp->page = page; in insert_page() 138 nfp->function = function; in insert_page() 139 nfp->free_count = MLX5_NUM_4K_IN_PAGE; in insert_page() 141 set_bit(i, &nfp->bitmask); in insert_page() 143 rb_link_node(&nfp->rb_node, parent, new); in insert_page() 144 rb_insert_color(&nfp->rb_node, root); in insert_page() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | nfp.rst | 4 nfp devlink support 7 This document describes the devlink features implemented by the ``nfp`` 25 The ``nfp`` driver reports the following versions
|
| H A D | index.rst | 43 nfp
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/ |
| H A D | Makefile | 6 obj-$(CONFIG_NFP) += nfp/
|
| H A D | Kconfig | 54 Code will be built into the nfp.ko driver.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/netronome/ |
| H A D | nfp.rst | 96 nfp: Looking for firmware file in order of priority: 97 nfp: netronome/serial-00-12-34-aa-bb-cc-10-ff.nffw: not found 98 nfp: netronome/pci-0000:02:00.0.nffw: not found 99 nfp: netronome/nic_AMDA0081-0001_1x40.nffw: found, loading...
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | filecache.h | 61 unsigned int may_flags, struct nfsd_file **nfp);
|
| H A D | nfs4state.c | 5752 struct nfsd_file **nfp, int flags) in nfs4_check_file() argument 5771 *nfp = nf; in nfs4_check_file() 5861 stateid_t *stateid, int flags, struct nfsd_file **nfp, in nfs4_preprocess_stateid_op() argument 5870 if (nfp) in nfs4_preprocess_stateid_op() 5871 *nfp = NULL; in nfs4_preprocess_stateid_op() 5910 if (status == nfs_ok && nfp) in nfs4_preprocess_stateid_op() 5911 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ |
| H A D | index.rst | 46 netronome/nfp
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | config.sub | 1239 | nfp \
|
| H A D | configure | 1718 -nfp | --nfp | --nf)
|
| /OK3568_Linux_fs/buildroot/support/gnuconfig/ |
| H A D | config.sub | 1220 | nfp \
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 963 -nfp | --nfp | --nf)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccinstall.info | 1568 '--nfp' 1571 '--nfp' has no effect.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccinstall.info | 1568 '--nfp' 1571 '--nfp' has no effect.
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | pre-generated-old-configure.patch | 343 + -nfp | --nfp | --nf)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-15 | 3242 ‘--nfp’ option is _not_ passed to ‘configure’, the directory
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-15 | 3242 ‘--nfp’ option is _not_ passed to ‘configure’, the directory
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 3308 F: drivers/net/ethernet/netronome/nfp/bpf/
|