/openbsd/sys/dev/pci/ |
H A D | ixgb_hw.c | 147 DEBUGOUT("Masking off all interrupts\n"); in ixgb_adapter_stop() 166 DEBUGOUT("Masking off all interrupts\n"); in ixgb_adapter_stop() 248 DEBUGOUT("Identified G6005 optics\n"); in ixgb_identify_phy() 254 DEBUGOUT("Identified G6104 optics\n"); in ixgb_identify_phy() 259 DEBUGOUT("Identified CX4\n"); in ixgb_identify_phy() 265 DEBUGOUT("Identified G6005 optics\n"); in ixgb_identify_phy() 356 DEBUGOUT("Zeroing the MTA\n"); in ixgb_init_hw() 420 DEBUGOUT("Clearing RAR[1-15]\n"); in ixgb_init_rx_addrs() 457 DEBUGOUT(" Clearing RAR[1-15]\n"); in ixgb_mc_addr_list_update() 464 DEBUGOUT(" Clearing MTA\n"); in ixgb_mc_addr_list_update() [all …]
|
H A D | igc_phy.c | 204 DEBUGOUT("MDI Read did not complete\n"); in igc_read_phy_reg_mdic() 208 DEBUGOUT("MDI Error\n"); in igc_read_phy_reg_mdic() 262 DEBUGOUT("MDI Write did not complete\n"); in igc_write_phy_reg_mdic() 266 DEBUGOUT("MDI Error\n"); in igc_write_phy_reg_mdic() 338 DEBUGOUT("Advertise 10mb Half duplex\n"); in igc_phy_setup_autoneg() 344 DEBUGOUT("Advertise 10mb Full duplex\n"); in igc_phy_setup_autoneg() 350 DEBUGOUT("Advertise 100mb Half duplex\n"); in igc_phy_setup_autoneg() 356 DEBUGOUT("Advertise 100mb Full duplex\n"); in igc_phy_setup_autoneg() 488 DEBUGOUT("Restarting Auto-Neg\n"); in igc_copper_link_autoneg() 544 DEBUGOUT("Forcing Speed and Duplex\n"); in igc_setup_copper_link_generic() [all …]
|
H A D | igc_mac.c | 75 DEBUGOUT("Programming MAC Address into RAR[0]\n"); in igc_init_rx_addrs_generic() 114 DEBUGOUT("NVM Read Error\n"); in igc_check_alt_mac_addr_generic() 129 DEBUGOUT("NVM Read Error\n"); in igc_check_alt_mac_addr_generic() 670 DEBUGOUT("Flow Control = NONE.\n"); in igc_config_fc_after_link_up_generic() 725 DEBUGOUT("2500 Mbs, "); in igc_get_speed_and_duplex_copper_generic() 728 DEBUGOUT("1000 Mbs, "); in igc_get_speed_and_duplex_copper_generic() 732 DEBUGOUT("100 Mbs, "); in igc_get_speed_and_duplex_copper_generic() 735 DEBUGOUT("10 Mbs, "); in igc_get_speed_and_duplex_copper_generic() 740 DEBUGOUT("Full Duplex\n"); in igc_get_speed_and_duplex_copper_generic() 743 DEBUGOUT("Half Duplex\n"); in igc_get_speed_and_duplex_copper_generic() [all …]
|
H A D | igc_api.c | 26 DEBUGOUT("MAC Initialization Error\n"); in igc_init_mac_params() 30 DEBUGOUT("mac.init_mac_params was NULL\n"); in igc_init_mac_params() 52 DEBUGOUT("NVM Initialization Error\n"); in igc_init_nvm_params() 56 DEBUGOUT("nvm.init_nvm_params was NULL\n"); in igc_init_nvm_params() 78 DEBUGOUT("PHY Initialization Error\n"); in igc_init_phy_params() 82 DEBUGOUT("phy.init_phy_params was NULL\n"); in igc_init_phy_params() 153 DEBUGOUT("ERROR: MAC type could not be set properly.\n"); in igc_setup_init_funcs() 158 DEBUGOUT("ERROR: Registers not mapped\n"); in igc_setup_init_funcs() 181 DEBUGOUT("Hardware not supported\n"); in igc_setup_init_funcs()
|
H A D | igc_i225.c | 194 DEBUGOUT("Masking off all interrupts\n"); in igc_reset_hw_i225() 205 DEBUGOUT("Issuing a global reset to MAC\n"); in igc_reset_hw_i225() 410 DEBUGOUT("SMBI bit is set.\n"); in igc_get_hw_semaphore_i225() 430 DEBUGOUT("Driver can't access the NVM\n"); in igc_get_hw_semaphore_i225() 634 DEBUGOUT("EEPROM read failed\n"); in igc_update_nvm_checksum_i225() 649 DEBUGOUT("checksum.\n"); in igc_update_nvm_checksum_i225() 756 DEBUGOUT("Write flash command failed\n"); in igc_write_erase_flash_command_i225() 790 DEBUGOUT("Flash update time out\n"); in igc_update_flash_i225() 799 DEBUGOUT("Flash update complete\n"); in igc_update_flash_i225() 801 DEBUGOUT("Flash update time out\n"); in igc_update_flash_i225() [all …]
|
H A D | if_igc.h | 182 #define DEBUGOUT(...) \ macro 184 #define DEBUGOUT1(...) DEBUGOUT(__VA_ARGS__) 185 #define DEBUGOUT2(...) DEBUGOUT(__VA_ARGS__) 186 #define DEBUGOUT3(...) DEBUGOUT(__VA_ARGS__) 187 #define DEBUGOUT7(...) DEBUGOUT(__VA_ARGS__) 188 #define DEBUGFUNC(F) DEBUGOUT(F "\n")
|
H A D | ixgbe_x540.c | 446 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_X540() 460 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_X540() 470 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_X540() 481 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_X540() 516 DEBUGOUT("EEPROM read failed\n"); in ixgbe_validate_eeprom_checksum_X540() 577 DEBUGOUT("EEPROM read failed\n"); in ixgbe_update_eeprom_checksum_X540() 621 DEBUGOUT("Flash update time out\n"); in ixgbe_update_flash_X540() 630 DEBUGOUT("Flash update complete\n"); in ixgbe_update_flash_X540() 632 DEBUGOUT("Flash update time out\n"); in ixgbe_update_flash_X540() 644 DEBUGOUT("Flash update complete\n"); in ixgbe_update_flash_X540() [all …]
|
H A D | if_em_hw.c | 1683 DEBUGOUT("Zeroing the MTA\n"); in em_init_hw() 3579 DEBUGOUT("Full Duplex\n"); in em_phy_force_speed_duplex() 3587 DEBUGOUT("Half Duplex\n"); in em_phy_force_speed_duplex() 3597 DEBUGOUT("Forcing 100mb "); in em_phy_force_speed_duplex() 3603 DEBUGOUT("Forcing 10mb "); in em_phy_force_speed_duplex() 4624 DEBUGOUT("1000 Mbs, "); in em_get_speed_and_duplex() 4627 DEBUGOUT("100 Mbs, "); in em_get_speed_and_duplex() 4630 DEBUGOUT("10 Mbs, "); in em_get_speed_and_duplex() 4635 DEBUGOUT("Full Duplex\n"); in em_get_speed_and_duplex() 5265 DEBUGOUT("MDI Error\n"); in em_read_phy_reg_ex() [all …]
|
H A D | if_ixgb_osdep.h | 46 #define DEBUGFUNC(F) DEBUGOUT(F); 48 #define DEBUGOUT(S) printf(S "\n") macro 54 #define DEBUGOUT(S) macro
|
H A D | ixgbe.c | 1746 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_generic() 1755 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_generic() 1764 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_generic() 1773 DEBUGOUT("EEPROM read failed\n"); in ixgbe_calc_eeprom_checksum_generic() 1808 DEBUGOUT("EEPROM read failed\n"); in ixgbe_validate_eeprom_checksum_generic() 1820 DEBUGOUT("EEPROM read failed\n"); in ixgbe_validate_eeprom_checksum_generic() 1854 DEBUGOUT("EEPROM read failed\n"); in ixgbe_update_eeprom_checksum_generic() 2050 DEBUGOUT(" Clearing MTA\n"); in ixgbe_init_rx_addrs_generic() 2198 DEBUGOUT(" Clearing MTA\n"); in ixgbe_update_mc_addr_list_generic() 2442 DEBUGOUT("Flow Control = NONE.\n"); in ixgbe_negotiate_fc() [all …]
|
H A D | igc_nvm.c | 150 DEBUGOUT("nvm parameter(s) out of bounds\n"); in igc_read_nvm_eerd() 220 DEBUGOUT("NVM Read Error\n"); in igc_validate_nvm_checksum_generic() 227 DEBUGOUT("NVM Checksum Invalid\n"); in igc_validate_nvm_checksum_generic()
|
H A D | igc_base.c | 70 DEBUGOUT("Zeroing the MTA\n"); in igc_init_hw_base() 75 DEBUGOUT("Zeroing the UTA\n"); in igc_init_hw_base()
|
H A D | ixgbe_phy.c | 176 DEBUGOUT("I2C byte read combined error.\n"); in ixgbe_read_i2c_combined_generic_int() 1252 DEBUGOUT("PHY reset did not complete.\n"); in ixgbe_reset_phy_nl() 1282 DEBUGOUT("DATA:\n"); in ixgbe_reset_phy_nl() 1304 DEBUGOUT("CONTROL:\n"); in ixgbe_reset_phy_nl() 1306 DEBUGOUT("EOL\n"); in ixgbe_reset_phy_nl() 1309 DEBUGOUT("SOL\n"); in ixgbe_reset_phy_nl() 1311 DEBUGOUT("Bad control value\n"); in ixgbe_reset_phy_nl() 1317 DEBUGOUT("Bad control type\n"); in ixgbe_reset_phy_nl() 2122 DEBUGOUT("I2C byte read error.\n"); in ixgbe_read_i2c_byte_generic_int() 2226 DEBUGOUT("I2C byte write error.\n"); in ixgbe_write_i2c_byte_generic_int() [all …]
|
H A D | if_em_osdep.h | 46 #define DEBUGFUNC(F) DEBUGOUT(F); 48 #define DEBUGOUT(S) printf(S "\n") macro 54 #define DEBUGOUT(S) macro
|
H A D | ixgb_ee.c | 484 DEBUGOUT("ixgb_ee: Reading eeprom data\n"); in ixgb_get_eeprom_data() 494 DEBUGOUT("ixgb_ee: Checksum invalid.\n"); in ixgb_get_eeprom_data() 503 DEBUGOUT("ixgb_ee: Signature invalid.\n"); in ixgb_get_eeprom_data()
|
H A D | ixgbe_82599.c | 256 DEBUGOUT("sfp module setup not complete\n"); in ixgbe_setup_sfp_modules_82599() 677 DEBUGOUT("Autoneg did not complete.\n"); in ixgbe_start_mac_link_82599() 779 DEBUGOUT("Invalid fixed module speed\n"); in ixgbe_set_hard_rate_select_speed() 894 DEBUGOUT("Smartspeed has downgraded the link speed " in ixgbe_setup_mac_link_smartspeed() 1008 DEBUGOUT("Autoneg did not complete.\n"); in ixgbe_setup_mac_link_82599() 1125 DEBUGOUT("Reset polling failed to complete.\n"); in ixgbe_reset_hw_82599() 1614 DEBUGOUT("auto negotiation not completed\n"); in ixgbe_reset_pipeline_82599() 1665 DEBUGOUT("Driver can't access resource," in ixgbe_read_i2c_byte_82599() 1723 DEBUGOUT("Driver can't access resource," in ixgbe_write_i2c_byte_82599()
|
H A D | ixgbe_x550.c | 1218 DEBUGOUT("Returning IXGBE_ERR_TOKEN_RETRY\n"); in ixgbe_get_phy_token() 1464 DEBUGOUT("Auto-negotiation did not complete\n"); in ixgbe_restart_an_internal_phy_x550em() 1482 DEBUGOUT("Auto-negotiation did not complete\n"); in ixgbe_restart_an_internal_phy_x550em() 2339 DEBUGOUT("Reset polling failed to complete.\n"); in ixgbe_reset_hw_X550em() 3019 DEBUGOUT("Host interface command failed\n"); in ixgbe_read_ee_hostif_buffer_X550() 3131 DEBUGOUT("Failed to read EEPROM image\n"); in ixgbe_checksum_ptr_x550() 3168 DEBUGOUT("Failed to read EEPROM image\n"); in ixgbe_checksum_ptr_x550() 3204 DEBUGOUT("Failed to read EEPROM image\n"); in ixgbe_calc_checksum_X550() 3294 DEBUGOUT("EEPROM read failed\n"); in ixgbe_validate_eeprom_checksum_X550() 3346 DEBUGOUT("EEPROM read failed\n"); in ixgbe_update_eeprom_checksum_X550() [all …]
|
H A D | ixgbe_82598.c | 441 DEBUGOUT("Invalid water mark configuration\n"); in ixgbe_fc_enable_82598() 519 DEBUGOUT("Flow control param set incorrectly\n"); in ixgbe_fc_enable_82598() 595 DEBUGOUT("Autonegotiation did not complete.\n"); in ixgbe_start_mac_link_82598() 634 DEBUGOUT("Link was indicated but link is down\n"); in ixgbe_validate_link_ready() 900 DEBUGOUT("Reset polling failed to complete.\n"); in ixgbe_reset_hw_82598() 1176 DEBUGOUT("EEPROM read did not pass.\n"); in ixgbe_read_i2c_phy_82598()
|
H A D | ixgbe.h | 87 #define DEBUGFUNC(F) DEBUGOUT(F); 89 #define DEBUGOUT(S) printf(S "\n") macro 101 #define DEBUGOUT(S) macro
|
H A D | ixgbe_vf.c | 225 DEBUGOUT("Issuing a function level reset to MAC\n"); in ixgbe_reset_hw_vf()
|