Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c571 u16 speed_ability; in txgbe_get_copper_speeds_supported() local
575 &speed_ability); in txgbe_get_copper_speeds_supported()
579 if (speed_ability & TXGBE_MD_PHY_SPEED_10G) in txgbe_get_copper_speeds_supported()
581 if (speed_ability & TXGBE_MD_PHY_SPEED_1G) in txgbe_get_copper_speeds_supported()
583 if (speed_ability & TXGBE_MD_PHY_SPEED_100M) in txgbe_get_copper_speeds_supported()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c902 u16 speed_ability; in ixgbe_get_copper_speeds_supported() local
906 &speed_ability); in ixgbe_get_copper_speeds_supported()
910 if (speed_ability & IXGBE_MDIO_PHY_SPEED_10G) in ixgbe_get_copper_speeds_supported()
912 if (speed_ability & IXGBE_MDIO_PHY_SPEED_1G) in ixgbe_get_copper_speeds_supported()
914 if (speed_ability & IXGBE_MDIO_PHY_SPEED_100M) in ixgbe_get_copper_speeds_supported()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h157 uint8_t speed_ability; member
H A Dhns3_ethdev.c2836 cfg->speed_ability = hns3_get_field(rte_le_to_cpu_32(req->param[1]), in hns3_parse_cfg()