Home
last modified time | relevance | path

Searched refs:rte_eth_fec_set (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map230 rte_eth_fec_set;
H A Drte_ethdev.h4141 int rte_eth_fec_set(uint16_t port_id, uint32_t fec_capa);
H A Drte_ethdev.c4126 rte_eth_fec_set(uint16_t port_id, uint32_t fec_capa) in rte_eth_fec_set() function
/dpdk/doc/guides/nics/
H A Dfeatures.rst503 * **[related] API**: ``rte_eth_fec_get_capability()``, ``rte_eth_fec_get()``, ``rte_eth_fec_set(…
/dpdk/app/test-pmd/
H A Dcmdline.c17287 ret = rte_eth_fec_set(port_id, fec_capa); in cmd_set_port_fec_mode_parsed()