Searched refs:conf_link_speed (Results 1 – 1 of 1) sorted by relevance
2793 static uint16_t bnxt_parse_eth_link_duplex(uint32_t conf_link_speed) in bnxt_parse_eth_link_duplex() argument2797 if ((conf_link_speed & ETH_LINK_SPEED_FIXED) == ETH_LINK_SPEED_AUTONEG) in bnxt_parse_eth_link_duplex()2800 switch (conf_link_speed) { in bnxt_parse_eth_link_duplex()2814 static uint16_t bnxt_parse_eth_link_speed(uint32_t conf_link_speed, in bnxt_parse_eth_link_speed() argument2819 if (conf_link_speed == ETH_LINK_SPEED_AUTONEG) in bnxt_parse_eth_link_speed()2822 switch (conf_link_speed & ~ETH_LINK_SPEED_FIXED) { in bnxt_parse_eth_link_speed()2870 conf_link_speed); in bnxt_parse_eth_link_speed()