Searched refs:nfb (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/nfb/ |
| H A D | nfb_tx.c | 70 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 D | nfb_rx.c | 80 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 D | nfb_ethdev.c | 39 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 D | nfb_tx.h | 18 struct nfb_device *nfb; /* nfb dev structure */ member 66 nfb_eth_tx_queue_init(struct nfb_device *nfb,
|
| H A D | nfb_rx.h | 28 struct nfb_device *nfb; /* nfb dev structure */ member 59 nfb_eth_rx_queue_init(struct nfb_device *nfb,
|
| H A D | nfb.h | 49 struct nfb_device *nfb; member
|
| /dpdk/doc/guides/nics/ |
| H A D | nfb.rst | 11 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 D | index.rst | 50 nfb
|
| /dpdk/doc/guides/nics/features/ |
| H A D | nfb.ini | 2 ; Supported features of the 'nfb' network poll mode driver.
|
| /dpdk/drivers/net/ |
| H A D | meson.build | 43 'nfb',
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_05.rst | 62 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 D | MAINTAINERS | 835 Netcope nfb 837 F: drivers/net/nfb/ 838 F: doc/guides/nics/nfb.rst 839 F: doc/guides/nics/features/nfb.ini
|