Home
last modified time | relevance | path

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

/f-stack/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.c130 ret = nfb_eth_rx_queue_init(internals->nfb, in nfb_eth_rx_queue_setup()
148 nfb_eth_rx_queue_init(struct nfb_device *nfb, in nfb_eth_rx_queue_init() argument
157 if (nfb == NULL) in nfb_eth_rx_queue_init()
160 rxq->queue = ndp_open_rx_queue(nfb, rx_queue_id); in nfb_eth_rx_queue_init()
164 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()
470 internals->nfb = nfb_open(internals->nfb_dev); in nfb_eth_dev_init()
471 if (internals->nfb == NULL) { in nfb_eth_dev_init()
476 data->nb_rx_queues = ndp_get_rx_queue_available_count(internals->nfb); in nfb_eth_dev_init()
477 data->nb_tx_queues = ndp_get_tx_queue_available_count(internals->nfb); in nfb_eth_dev_init()
482 nfb_nc_rxmac_init(internals->nfb, in nfb_eth_dev_init()
485 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.h29 struct nfb_device *nfb; /* nfb dev structure */ member
60 nfb_eth_rx_queue_init(struct nfb_device *nfb,
H A Dnfb.h50 struct nfb_device *nfb; member
/f-stack/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.rst48 nfb
/f-stack/dpdk/doc/guides/nics/features/
H A Dnfb.ini2 ; Supported features of the 'nfb' network poll mode driver.
/f-stack/dpdk/drivers/net/
H A Dmeson.build39 'nfb',
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst109 Added the new ``nfb`` net driver for Netcope NFB cards. See
110 the :doc:`../nics/nfb` NIC guide for more details on this new driver.
/f-stack/dpdk/
H A DMAINTAINERS801 Netcope nfb
803 F: drivers/net/nfb/
804 F: doc/guides/nics/nfb.rst
805 F: doc/guides/nics/features/nfb.ini