Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c471 nfp_bar_get(nfp, &nfp->bar[barnum]); in nfp_alloc_bar()
494 nfp_bar_get(nfp, &nfp->bar[barnum]); in nfp_alloc_bar()
495 retval = reconfigure_bar(nfp, &nfp->bar[barnum], in nfp_alloc_bar()
498 nfp_bar_put(nfp, &nfp->bar[barnum]); in nfp_alloc_bar()
584 bar->nfp = nfp; in enable_bars()
592 nfp->bars = bar - &nfp->bar[0]; in enable_bars()
697 sort(&nfp->bar[0], nfp->bars, sizeof(nfp->bar[0]), in enable_bars()
1077 priv->nfp = nfp; in nfp6000_explicit_acquire()
1101 struct nfp6000_pcie *nfp = priv->nfp; in nfp6000_explicit_release() local
1127 struct nfp6000_pcie *nfp = priv->nfp; in nfp6000_explicit_do() local
[all …]
/linux-6.15/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-6.15/fs/nfsd/
H A Dfilecache.h72 unsigned int may_flags, struct nfsd_file **nfp);
74 unsigned int may_flags, struct nfsd_file **nfp);
77 struct nfsd_file **nfp);
H A Dnfs4state.c7146 struct nfsd_file **nfp, int flags) in nfs4_check_file() argument
7166 *nfp = nf; in nfs4_check_file()
7274 stateid_t *stateid, int flags, struct nfsd_file **nfp, in nfs4_preprocess_stateid_op() argument
7282 if (nfp) in nfs4_preprocess_stateid_op()
7283 *nfp = NULL; in nfs4_preprocess_stateid_op()
7316 if (status == nfs_ok && nfp) in nfs4_preprocess_stateid_op()
7317 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()
/linux-6.15/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-6.15/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-6.15/drivers/net/ethernet/netronome/
H A DMakefile6 obj-$(CONFIG_NFP) += nfp/
H A DKconfig55 Code will be built into the nfp.ko driver.
/linux-6.15/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-6.15/Documentation/networking/device_drivers/ethernet/
H A Dindex.rst50 netronome/nfp
/linux-6.15/
H A DMAINTAINERS4277 F: drivers/net/ethernet/netronome/nfp/bpf/