MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bnxt_force_link_config

Function bnxt_force_link_config

dpdk/drivers/net/bnxt/bnxt_ethdev.c:672–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672static inline bool bnxt_force_link_config(struct bnxt *bp)
673{
674 uint16_t subsystem_device_id = bp->pdev->id.subsystem_device_id;
675
676 switch (subsystem_device_id) {
677 case BROADCOM_DEV_957508_N2100:
678 case BROADCOM_DEV_957414_N225:
679 return true;
680 default:
681 return false;
682 }
683}
684
685static int bnxt_update_phy_setting(struct bnxt *bp)
686{

Callers 2

bnxt_update_phy_settingFunction · 0.85
bnxt_link_update_opFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected