Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c2793 static uint16_t bnxt_parse_eth_link_duplex(uint32_t conf_link_speed) in bnxt_parse_eth_link_duplex() argument
2797 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() argument
2819 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()