Searched refs:conf_link_speed (Results 1 – 1 of 1) sorted by relevance
2956 static uint16_t bnxt_parse_eth_link_duplex(uint32_t conf_link_speed) in bnxt_parse_eth_link_duplex() argument2960 if ((conf_link_speed & RTE_ETH_LINK_SPEED_FIXED) == RTE_ETH_LINK_SPEED_AUTONEG) in bnxt_parse_eth_link_duplex()2963 switch (conf_link_speed) { in bnxt_parse_eth_link_duplex()2977 static uint16_t bnxt_parse_eth_link_speed(uint32_t conf_link_speed, in bnxt_parse_eth_link_speed() argument2982 if (conf_link_speed == RTE_ETH_LINK_SPEED_AUTONEG) in bnxt_parse_eth_link_speed()2985 switch (conf_link_speed & ~RTE_ETH_LINK_SPEED_FIXED) { in bnxt_parse_eth_link_speed()3033 conf_link_speed); in bnxt_parse_eth_link_speed()