Searched refs:nfp (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
A D | nfp6000_pcie.c | 476 nfp_bar_get(nfp, &nfp->bar[barnum]); in nfp_alloc_bar() 499 nfp_bar_get(nfp, &nfp->bar[barnum]); in nfp_alloc_bar() 500 retval = reconfigure_bar(nfp, &nfp->bar[barnum], in nfp_alloc_bar() 503 nfp_bar_put(nfp, &nfp->bar[barnum]); in nfp_alloc_bar() 587 bar->nfp = nfp; in enable_bars() 595 nfp->bars = bar - &nfp->bar[0]; in enable_bars() 699 sort(&nfp->bar[0], nfp->bars, sizeof(nfp->bar[0]), in enable_bars() 1079 priv->nfp = nfp; in nfp6000_explicit_acquire() 1103 struct nfp6000_pcie *nfp = priv->nfp; in nfp6000_explicit_release() local 1129 struct nfp6000_pcie *nfp = priv->nfp; in nfp6000_explicit_do() local [all …]
|
/linux/drivers/net/ethernet/netronome/nfp/ |
A D | Makefile | 2 obj-$(CONFIG_NFP) += nfp.o 4 nfp-objs := \ 40 nfp-objs += \ 45 nfp-objs += \ 59 nfp-objs += \ 68 nfp-objs += \ 75 nfp-$(CONFIG_NFP_DEBUG) += nfp_net_debugfs.o
|
/linux/net/sched/ |
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() 478 struct rsvp_filter *f, *nfp; in rsvp_change() local 608 for (nfp = rtnl_dereference(*fp); nfp; in rsvp_change() 609 fp = &nfp->next, nfp = rtnl_dereference(*fp)) { in rsvp_change() 610 __u32 mask = nfp->spi.mask & f->spi.mask; in rsvp_change() 615 RCU_INIT_POINTER(f->next, nfp); in rsvp_change()
|
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()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | pagealloc.c | 107 struct fw_page *nfp; in insert_page() local 128 nfp = kzalloc(sizeof(*nfp), GFP_KERNEL); in insert_page() 129 if (!nfp) in insert_page() 132 nfp->addr = addr; in insert_page() 133 nfp->page = page; in insert_page() 134 nfp->function = function; in insert_page() 135 nfp->free_count = MLX5_NUM_4K_IN_PAGE; in insert_page() 137 set_bit(i, &nfp->bitmask); in insert_page() 139 rb_link_node(&nfp->rb_node, parent, new); in insert_page() 140 rb_insert_color(&nfp->rb_node, root); in insert_page() [all …]
|
/linux/Documentation/networking/devlink/ |
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
|
A D | index.rst | 45 nfp
|
/linux/drivers/net/ethernet/netronome/ |
A D | Makefile | 6 obj-$(CONFIG_NFP) += nfp/
|
A D | Kconfig | 55 Code will be built into the nfp.ko driver.
|
/linux/Documentation/networking/device_drivers/ethernet/netronome/ |
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...
|
/linux/fs/nfsd/ |
A D | filecache.h | 62 unsigned int may_flags, struct nfsd_file **nfp);
|
A D | nfs4state.c | 5916 struct nfsd_file **nfp, int flags) in nfs4_check_file() argument 5935 *nfp = nf; in nfs4_check_file() 6031 stateid_t *stateid, int flags, struct nfsd_file **nfp, in nfs4_preprocess_stateid_op() argument 6039 if (nfp) in nfs4_preprocess_stateid_op() 6040 *nfp = NULL; in nfs4_preprocess_stateid_op() 6076 if (status == nfs_ok && nfp) in nfs4_preprocess_stateid_op() 6077 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()
|
/linux/Documentation/networking/device_drivers/ethernet/ |
A D | index.rst | 46 netronome/nfp
|
/linux/ |
A D | MAINTAINERS | 3507 F: drivers/net/ethernet/netronome/nfp/bpf/
|
Completed in 58 milliseconds