| 670 | } |
| 671 | |
| 672 | static 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 | |
| 685 | static int bnxt_update_phy_setting(struct bnxt *bp) |
| 686 | { |
no outgoing calls
no test coverage detected