Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map233 rte_eth_fec_set;
H A Drte_ethdev.h3737 int rte_eth_fec_set(uint16_t port_id, uint32_t fec_capa);
H A Drte_ethdev.c3965 rte_eth_fec_set(uint16_t port_id, uint32_t fec_capa) in rte_eth_fec_set() function
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c16453 ret = rte_eth_fec_set(port_id, mode); in cmd_set_port_fec_mode_parsed()