Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c128 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/drivers/net/ethernet/netronome/nfp/
H A DMakefile2 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/Documentation/networking/devlink/
H A Dnfp.rst4 nfp devlink support
7 This document describes the devlink features implemented by the ``nfp``
25 The ``nfp`` driver reports the following versions
H A Dindex.rst92 nfp
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c130 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/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst103 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/drivers/net/ethernet/netronome/
H A DMakefile6 obj-$(CONFIG_NFP) += nfp/
H A DKconfig55 Code will be built into the nfp.ko driver.
/linux/Documentation/networking/device_drivers/ethernet/
H A Dindex.rst50 netronome/nfp
/linux/fs/nfsd/
H A Dnfs4state.c6972 struct nfsd_file **nfp, int flags) in nfs4_check_file() argument
6992 *nfp = nf; in nfs4_check_file()
7100 stateid_t *stateid, int flags, struct nfsd_file **nfp, in nfs4_preprocess_stateid_op() argument
7108 if (nfp) in nfs4_preprocess_stateid_op()
7109 *nfp = NULL; in nfs4_preprocess_stateid_op()
7142 if (status == nfs_ok && nfp) in nfs4_preprocess_stateid_op()
7143 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()
/linux/
H A DMAINTAINERS4128 F: drivers/net/ethernet/netronome/nfp/bpf/