Searched refs:edc_mode (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 8134 u16 *edc_mode) bnx2x_get_edc_mode() 8139 *edc_mode = EDC_MODE_LIMITING; bnx2x_get_edc_mode() 8169 *edc_mode = EDC_MODE_ACTIVE_DAC; bnx2x_get_edc_mode() 8173 *edc_mode = EDC_MODE_PASSIVE_DAC; bnx2x_get_edc_mode() 8264 *edc_mode = EDC_MODE_LINEAR; bnx2x_get_edc_mode() 8266 *edc_mode = EDC_MODE_LIMITING; bnx2x_get_edc_mode() 8268 DP(NETIF_MSG_LINK, "EDC mode is set to 0x%x\n", *edc_mode); bnx2x_get_edc_mode() 8416 u16 edc_mode) bnx2x_8726_set_limiting_mode() 8427 if (edc_mode == EDC_MODE_LIMITING) { bnx2x_8726_set_limiting_mode() 8465 u16 edc_mode) bnx2x_8727_set_limiting_mode() 8483 /* Keep the MSB 8-bits, and set the LSB 8-bits with the edc_mode */ bnx2x_8727_set_limiting_mode() 8487 (rom_ver2_val & 0xff00) | (edc_mode & 0x00ff)); bnx2x_8727_set_limiting_mode() 8640 u16 edc_mode) bnx2x_warpcore_set_limiting_mode() 8652 switch (edc_mode) { bnx2x_warpcore_set_limiting_mode() 8680 u16 edc_mode) bnx2x_set_limiting_mode() 8684 bnx2x_8726_set_limiting_mode(params->bp, phy, edc_mode); bnx2x_set_limiting_mode() 8688 bnx2x_8727_set_limiting_mode(params->bp, phy, edc_mode); bnx2x_set_limiting_mode() 8691 bnx2x_warpcore_set_limiting_mode(params, phy, edc_mode); bnx2x_set_limiting_mode() 8700 u16 edc_mode; bnx2x_sfp_module_detection() local 8712 if (bnx2x_get_edc_mode(phy, params, &edc_mode) != 0) { bnx2x_sfp_module_detection() 8738 bnx2x_set_limiting_mode(params, phy, edc_mode); bnx2x_sfp_module_detection() 8132 bnx2x_get_edc_mode(struct bnx2x_phy *phy, struct link_params *params, u16 *edc_mode) bnx2x_get_edc_mode() argument 8414 bnx2x_8726_set_limiting_mode(struct bnx2x *bp, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_8726_set_limiting_mode() argument 8463 bnx2x_8727_set_limiting_mode(struct bnx2x *bp, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_8727_set_limiting_mode() argument 8638 bnx2x_warpcore_set_limiting_mode(struct link_params *params, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_warpcore_set_limiting_mode() argument 8678 bnx2x_set_limiting_mode(struct link_params *params, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_set_limiting_mode() argument
|
Completed in 138 milliseconds