Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c2956 static uint16_t bnxt_parse_eth_link_duplex(uint32_t conf_link_speed) in bnxt_parse_eth_link_duplex() argument
2960 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() argument
2982 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()