Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfb/
H A Dnfb_tx.c70 ret = nfb_eth_tx_queue_init(internals->nfb, in nfb_eth_tx_queue_setup()
83 nfb_eth_tx_queue_init(struct nfb_device *nfb, in nfb_eth_tx_queue_init() argument
87 if (nfb == NULL) in nfb_eth_tx_queue_init()
90 txq->queue = ndp_open_tx_queue(nfb, tx_queue_id); in nfb_eth_tx_queue_init()
94 txq->nfb = nfb; in nfb_eth_tx_queue_init()
H A Dnfb_rx.c80 ret = nfb_eth_rx_queue_init(internals->nfb, in nfb_eth_rx_queue_setup()
95 nfb_eth_rx_queue_init(struct nfb_device *nfb, in nfb_eth_rx_queue_init() argument
104 if (nfb == NULL) in nfb_eth_rx_queue_init()
107 rxq->queue = ndp_open_rx_queue(nfb, rx_queue_id); in nfb_eth_rx_queue_init()
111 rxq->nfb = nfb; in nfb_eth_rx_queue_init()
H A Dnfb_ethdev.c39 nfb_nc_rxmac_init(struct nfb_device *nfb, in nfb_nc_rxmac_init() argument
44 while ((rxmac[*max_rxmac] = nc_rxmac_open_index(nfb, *max_rxmac))) in nfb_nc_rxmac_init()
59 nfb_nc_txmac_init(struct nfb_device *nfb, in nfb_nc_txmac_init() argument
64 while ((txmac[*max_txmac] = nc_txmac_open_index(nfb, *max_txmac))) in nfb_nc_txmac_init()
197 nfb_close(internals->nfb); in nfb_eth_dev_configure()
552 internals->nfb = nfb_open(internals->nfb_dev); in nfb_eth_dev_init()
553 if (internals->nfb == NULL) { in nfb_eth_dev_init()
558 data->nb_rx_queues = ndp_get_rx_queue_available_count(internals->nfb); in nfb_eth_dev_init()
564 nfb_nc_rxmac_init(internals->nfb, in nfb_eth_dev_init()
567 nfb_nc_txmac_init(internals->nfb, in nfb_eth_dev_init()
[all …]
H A Dnfb_tx.h18 struct nfb_device *nfb; /* nfb dev structure */ member
66 nfb_eth_tx_queue_init(struct nfb_device *nfb,
H A Dnfb_rx.h28 struct nfb_device *nfb; /* nfb dev structure */ member
59 nfb_eth_rx_queue_init(struct nfb_device *nfb,
H A Dnfb.h49 struct nfb_device *nfb; member
/dpdk/doc/guides/nics/
H A Dnfb.rst11 library to communicate with these cards over the nfb layer.
28 allocation of resources needed for nfb layer function.
35 The library provides API for initialization of nfb transfers, receiving and
40 * nfb
H A Dindex.rst50 nfb
/dpdk/doc/guides/nics/features/
H A Dnfb.ini2 ; Supported features of the 'nfb' network poll mode driver.
/dpdk/drivers/net/
H A Dmeson.build43 'nfb',
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst62 Added the new ``nfb`` net driver for Netcope NFB cards. See
63 the :doc:`../nics/nfb` NIC guide for more details on this new driver.
/dpdk/
H A DMAINTAINERS835 Netcope nfb
837 F: drivers/net/nfb/
838 F: doc/guides/nics/nfb.rst
839 F: doc/guides/nics/features/nfb.ini