Home
last modified time | relevance | path

Searched refs:fec_get_capability (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_driver.h902 eth_fec_get_capability_t fec_get_capability; member
H A Drte_ethdev.c3944 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->fec_get_capability, -ENOTSUP); in rte_eth_fec_get_capability()
3945 ret = (*dev->dev_ops->fec_get_capability)(dev, speed_fec_capa, num); in rte_eth_fec_get_capability()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c6064 .fec_get_capability = hns3_fec_get_capability,