Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/
H A Dversion.map18 dpaa_update_link_speed;
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dprocess.h132 int dpaa_update_link_speed(char *if_name, int speed, int duplex);
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dprocess.c449 int dpaa_update_link_speed(char *if_name, int link_speed, int link_duplex) in dpaa_update_link_speed() function
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c344 dpaa_update_link_speed(__fif->node_name, speed, duplex); in dpaa_eth_dev_configure()