Home
last modified time | relevance | path

Searched refs:speed_fec_capa (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c5734 speed_fec_capa[0].speed = speed_fec_capa_tbl[1].speed; in hns3_get_speed_fec_capa()
5735 speed_fec_capa[0].capa = speed_fec_capa_tbl[1].capa; in hns3_get_speed_fec_capa()
5738 speed_fec_capa[1].speed = speed_fec_capa_tbl[0].speed; in hns3_get_speed_fec_capa()
5739 speed_fec_capa[1].capa = speed_fec_capa_tbl[0].capa; in hns3_get_speed_fec_capa()
5742 speed_fec_capa[0].speed = speed_fec_capa_tbl[4].speed; in hns3_get_speed_fec_capa()
5743 speed_fec_capa[0].capa = speed_fec_capa_tbl[4].capa; in hns3_get_speed_fec_capa()
5746 speed_fec_capa[0].speed = speed_fec_capa_tbl[5].speed; in hns3_get_speed_fec_capa()
5747 speed_fec_capa[0].capa = speed_fec_capa_tbl[5].capa; in hns3_get_speed_fec_capa()
5758 struct rte_eth_fec_capa *speed_fec_capa, in hns3_fec_get_capability() argument
5774 if (speed_fec_capa == NULL || num < capa_num) in hns3_fec_get_capability()
[all …]
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_driver.h620 struct rte_eth_fec_capa *speed_fec_capa, unsigned int num);
H A Drte_ethdev.h3687 struct rte_eth_fec_capa *speed_fec_capa,
H A Drte_ethdev.c3933 struct rte_eth_fec_capa *speed_fec_capa, in rte_eth_fec_get_capability() argument
3939 if (speed_fec_capa == NULL && num > 0) 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/app/test-pmd/
H A Dtestpmd.h905 void show_fec_capability(uint32_t num, struct rte_eth_fec_capa *speed_fec_capa);
H A Dconfig.c3778 show_fec_capability(unsigned int num, struct rte_eth_fec_capa *speed_fec_capa) in show_fec_capability() argument
3786 rte_eth_link_speed_to_str(speed_fec_capa[i].speed)); in show_fec_capability()
3790 speed_fec_capa[i].capa) in show_fec_capability()
H A Dcmdline.c16273 struct rte_eth_fec_capa speed_fec_capa[FEC_CAP_NUM]; in cmd_show_fec_capability_parsed() local
16283 ret = rte_eth_fec_get_capability(res->cmd_pid, speed_fec_capa, num); in cmd_show_fec_capability_parsed()
16293 show_fec_capability(ret_num, speed_fec_capa); in cmd_show_fec_capability_parsed()