Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.h52 u32 bnxt_fw_to_ethtool_speed(u16);
Dbnxt_sriov.c305 pf_link_speed = bnxt_fw_to_ethtool_speed(bp->link_info.link_speed); in bnxt_set_vf_bw()
Dbnxt_ethtool.c2744 u32 bnxt_fw_to_ethtool_speed(u16 fw_link_speed) in bnxt_fw_to_ethtool_speed() function
2787 base->speed = bnxt_fw_to_ethtool_speed(link_info->link_speed); in bnxt_get_default_speeds()
2793 base->speed = bnxt_fw_to_ethtool_speed(link_info->req_link_speed); in bnxt_get_default_speeds()
Dbnxt.c2598 u32 speed = bnxt_fw_to_ethtool_speed(fw_speed); in bnxt_async_event_process()
11113 speed = bnxt_fw_to_ethtool_speed(bp->link_info.link_speed); in bnxt_report_link()