Searched refs:nfp (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 128 struct nfp6000_pcie *nfp; member 181 return pci_resource_len(bar->nfp->pdev, (bar->index / 8) * 2) / 8; in nfp_bar_resource_len() 186 return pci_resource_start(bar->nfp->pdev, (bar->index / 8) * 2) in nfp_bar_resource_start() 194 compute_bar(const struct nfp6000_pcie *nfp, const struct nfp_bar *bar, in compute_bar() argument 268 nfp6000_bar_write(struct nfp6000_pcie *nfp, struct nfp_bar *bar, u32 newcfg) in nfp6000_bar_write() argument 274 if (nfp->iomem.csr) { in nfp6000_bar_write() 275 writel(newcfg, nfp->iomem.csr + xbar); in nfp6000_bar_write() 277 readl(nfp->iomem.csr + xbar); in nfp6000_bar_write() 279 xbar += nfp->dev_info->pcie_cfg_expbar_offset; in nfp6000_bar_write() 280 pci_write_config_dword(nfp->pdev, xbar, newcfg); in nfp6000_bar_write() [all …]
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/ |
D | Makefile | 2 obj-$(CONFIG_NFP) += nfp.o 4 nfp-objs := \ 48 nfp-objs += \ 53 nfp-objs += \ 67 nfp-objs += \ 76 nfp-objs += \ 83 nfp-$(CONFIG_NFP_NET_IPSEC) += crypto/ipsec.o nfd3/ipsec.o nfdk/ipsec.o 85 nfp-$(CONFIG_NFP_DEBUG) += nfp_net_debugfs.o 87 nfp-$(CONFIG_DCB) += nic/dcb.o
|
/linux-6.6.21/fs/nfsd/ |
D | filecache.h | 61 unsigned int may_flags, struct nfsd_file **nfp); 63 unsigned int may_flags, struct nfsd_file **nfp); 66 struct nfsd_file **nfp);
|
D | nfs4state.c | 6510 struct nfsd_file **nfp, int flags) in nfs4_check_file() argument 6529 *nfp = nf; in nfs4_check_file() 6636 stateid_t *stateid, int flags, struct nfsd_file **nfp, in nfs4_preprocess_stateid_op() argument 6644 if (nfp) in nfs4_preprocess_stateid_op() 6645 *nfp = NULL; in nfs4_preprocess_stateid_op() 6685 if (status == nfs_ok && nfp) in nfs4_preprocess_stateid_op() 6686 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()
|
/linux-6.6.21/Documentation/networking/devlink/ |
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
|
D | index.rst | 62 nfp
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 130 struct fw_page *nfp; in insert_page() local 151 nfp = kzalloc(sizeof(*nfp), GFP_KERNEL); in insert_page() 152 if (!nfp) in insert_page() 155 nfp->addr = addr; in insert_page() 156 nfp->page = page; in insert_page() 157 nfp->function = function; in insert_page() 158 nfp->free_count = MLX5_NUM_4K_IN_PAGE; in insert_page() 160 set_bit(i, &nfp->bitmask); in insert_page() 162 rb_link_node(&nfp->rb_node, parent, new); in insert_page() 163 rb_insert_color(&nfp->rb_node, root); in insert_page() [all …]
|
/linux-6.6.21/drivers/net/ethernet/netronome/ |
D | Makefile | 6 obj-$(CONFIG_NFP) += nfp/
|
D | Kconfig | 55 Code will be built into the nfp.ko driver.
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/netronome/ |
D | nfp.rst | 103 nfp: Looking for firmware file in order of priority: 104 nfp: netronome/serial-00-12-34-aa-bb-cc-10-ff.nffw: not found 105 nfp: netronome/pci-0000:02:00.0.nffw: not found 106 nfp: netronome/nic_AMDA0081-0001_1x40.nffw: found, loading... 161 driver nfp 208 $ rmmod nfp; modprobe nfp
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/ |
D | index.rst | 47 netronome/nfp
|
/linux-6.6.21/ |
D | MAINTAINERS | 3641 F: drivers/net/ethernet/netronome/nfp/bpf/
|