/freebsd/sys/dev/iavf/ |
H A D | iavf_osdep.h | 71 #define DEBUGOUT1(S,A) printf(S "\n",A) macro 77 #define DEBUGOUT1(S,A) macro
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_osdep.h | 64 #define DEBUGOUT1(S,A) printf(S "\n",A) macro 70 #define DEBUGOUT1(S,A) macro
|
H A D | i40e_lan_hmc.c | 343 DEBUGOUT1("i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object() 350 DEBUGOUT1("i40e_create_lan_hmc_object: returns error %d\n", in i40e_create_lan_hmc_object() 512 DEBUGOUT1("i40e_configure_lan_hmc: Unknown SD type: %d\n", in i40e_configure_lan_hmc() 595 DEBUGOUT1("i40e_delete_hmc_object: returns error %d\n", in i40e_delete_lan_hmc_object() 603 DEBUGOUT1("i40e_delete_hmc_object: returns error %d\n", in i40e_delete_lan_hmc_object() 1263 DEBUGOUT1("i40e_hmc_get_object_va: returns error %d\n", in i40e_hmc_get_object_va()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_osdep.h | 78 #define DEBUGOUT1(S,A) printf(S "\n",A) macro 104 #define DEBUGOUT1(S,A) macro
|
H A D | ixgbe_vf.c | 405 DEBUGOUT1("MC Addr Count = %d\n", mc_addr_count); in ixgbe_update_mc_addr_list_vf() 413 DEBUGOUT1("Hash value = 0x%03X\n", vector); in ixgbe_update_mc_addr_list_vf()
|
H A D | ixgbe_x550.c | 1237 DEBUGOUT1("Issuing host interface command failed with Status = %d\n", in ixgbe_get_phy_token() 1244 DEBUGOUT1("Host interface command returned 0x%08x , returning IXGBE_ERR_FW_RESP_INVALID\n", in ixgbe_get_phy_token() 2377 DEBUGOUT1("Failed to stop adapter, STATUS = %d\n", status); in ixgbe_reset_hw_X550em() 2389 DEBUGOUT1("Failed to initialize PHY ops, STATUS = %d\n", in ixgbe_reset_hw_X550em() 2402 DEBUGOUT1("Failed to start the external PHY, STATUS = %d\n", in ixgbe_reset_hw_X550em() 2487 DEBUGOUT1("Reset HW failed, STATUS = %d\n", status); in ixgbe_reset_hw_X550em() 4250 DEBUGOUT1("Could not acquire SWFW semaphore, Status = %d\n", status); in ixgbe_acquire_swfw_sync_X550a() 4264 DEBUGOUT1("Retry acquiring the PHY token failed, Status = %d\n", status); in ixgbe_acquire_swfw_sync_X550a() 4271 DEBUGOUT1("Could not acquire PHY token, Status = %d\n", in ixgbe_acquire_swfw_sync_X550a() 4278 DEBUGOUT1("Semaphore acquisition retries failed!: PHY ID = 0x%08X\n", in ixgbe_acquire_swfw_sync_X550a()
|
H A D | ixgbe_common.c | 363 DEBUGOUT1("Set up FC; PCS1GLCTL = 0x%08X\n", reg); in ixgbe_setup_fc_generic() 382 DEBUGOUT1("Set up FC; PCS1GLCTL = 0x%08X\n", reg); in ixgbe_setup_fc_generic() 424 DEBUGOUT1("Flow control setup failed, returning %d\n", ret_val); in ixgbe_start_hw_generic() 516 DEBUGOUT1("Failed to initialize HW, STATUS = %d\n", status); in ixgbe_init_hw_generic() 1687 DEBUGOUT1("Detected EEPROM page size = %d words.", in ixgbe_detect_eeprom_page_size_generic() 2517 DEBUGOUT1("Clearing RAR[1-%d]\n", rar_entries - 1); in ixgbe_init_rx_addrs_generic() 2561 DEBUGOUT1("Added a secondary address to RAR[%d]\n", rar); in ixgbe_add_uc_addr() 2605 DEBUGOUT1("Clearing RAR[1-%d]\n", uc_addr_in_use+1); in ixgbe_update_uc_addr_list_generic() 2700 DEBUGOUT1(" bit-vector = 0x%03X\n", vector); in ixgbe_set_mta() 4590 DEBUGOUT1("Buffer length failure buffersize=%d.\n", length); in ixgbe_hic_unlocked() [all …]
|
H A D | ixgbe_82598.c | 955 DEBUGOUT1("RAR index %d is out of range.\n", rar); in ixgbe_set_vmdq_82598() 981 DEBUGOUT1("RAR index %d is out of range.\n", rar); in ixgbe_clear_vmdq_82598()
|
H A D | ixgbe_phy.c | 291 DEBUGOUT1("Unable to validate PHY address 0x%04X\n", in ixgbe_probe_phy() 414 DEBUGOUT1("PHY ID HIGH is 0x%04X\n", phy_id); in ixgbe_validate_phy_addr() 1201 DEBUGOUT1("DELAY: %d MS\n", edata); in ixgbe_reset_phy_nl()
|
/freebsd/sys/dev/igc/ |
H A D | igc_phy.c | 175 DEBUGOUT1("PHY Address %d is out of range\n", offset); in igc_read_phy_reg_mdic() 234 DEBUGOUT1("PHY Address %d is out of range\n", offset); in igc_write_phy_reg_mdic() 339 DEBUGOUT1("autoneg_advertised %x\n", phy->autoneg_advertised); in igc_phy_setup_autoneg() 445 DEBUGOUT1("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
|
H A D | igc_mac.c | 182 DEBUGOUT1("Clearing RAR[1-%u]\n", rar_count-1); in igc_init_rx_addrs_generic() 551 DEBUGOUT1("After fix-ups FlowControl is now = %x\n", in igc_setup_link_generic() 668 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); in igc_force_mac_fc_generic()
|
H A D | igc_osdep.h | 46 #define DEBUGOUT1(...) DEBUGOUT(__VA_ARGS__) macro
|
H A D | igc_nvm.c | 407 DEBUGOUT1("NVM read error: %d\n", ret_val); in igc_read_nvm_eerd()
|
H A D | igc_i225.c | 943 DEBUGOUT1("Invalid effective Rx buffer size %d\n", in igc_set_ltr_i225()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_vf.c | 419 DEBUGOUT1("MC Addr Count = %d\n", mc_addr_count); in e1000_update_mc_addr_list_vf() 432 DEBUGOUT1("Hash value = 0x%03X\n", hash_value); in e1000_update_mc_addr_list_vf()
|
H A D | e1000_phy.c | 298 DEBUGOUT1("PHY Address %d is out of range\n", offset); in e1000_read_phy_reg_mdic() 363 DEBUGOUT1("PHY Address %d is out of range\n", offset); in e1000_write_phy_reg_mdic() 478 DEBUGOUT1("PHY I2C Address %d is out of range.\n", in e1000_write_phy_reg_i2c() 718 DEBUGOUT1("Setting page 0x%x\n", page); in e1000_set_page_igp() 1522 DEBUGOUT1("autoneg_advertised %x\n", phy->autoneg_advertised); in e1000_phy_setup_autoneg() 1616 DEBUGOUT1("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg); in e1000_phy_setup_autoneg() 1784 DEBUGOUT1("IGP PSCR: %X\n", phy_data); in e1000_phy_force_speed_duplex_igp() 1842 DEBUGOUT1("M88E1000 PSCR: %X\n", phy_data); in e1000_phy_force_speed_duplex_m88() 1987 DEBUGOUT1("IFE PMC: %X\n", data); in e1000_phy_force_speed_duplex_ife() 3453 DEBUGOUT1("Attempting to access page %d while gig enabled.\n", in e1000_access_phy_wakeup_reg_bm() [all …]
|
H A D | e1000_ich8lan.c | 1182 DEBUGOUT1("Invalid LTR latency scale %d\n", scale); in e1000_platform_pm_pch_lpt() 1204 DEBUGOUT1("Invalid high water mark %d\n", obff_hwm); in e1000_platform_pm_pch_lpt() 1250 DEBUGOUT1("Invalid OBFF timer %d\n", timer); in e1000_set_obff_timer_pch_lpt() 1397 DEBUGOUT1("Error in ULP enable flow: %d\n", ret_val); in e1000_enable_ulp_lpt_lp() 1456 DEBUGOUT1("ULP_CONFIG_DONE cleared after %dmsec\n", i * 10); in e1000_disable_ulp_lpt_lp() 1545 DEBUGOUT1("Error in ULP disable flow: %d\n", ret_val); in e1000_disable_ulp_lpt_lp() 2079 DEBUGOUT1("Failed to write receive address at index %d\n", index); in e1000_rar_set_pch2lan() 2158 DEBUGOUT1("Failed to write receive address at index %d\n", index); in e1000_rar_set_pch_lpt() 3612 DEBUGOUT1("NVM read error: %d\n", ret_val); in e1000_read_nvm_spt() 3674 DEBUGOUT1("NVM read error: %d\n", ret_val); in e1000_read_nvm_ich8lan() [all …]
|
H A D | e1000_i210.c | 263 DEBUGOUT1("Requested word 0x%02x not found in OTP\n", address); in e1000_read_invm_word_i210() 340 DEBUGOUT1("NVM word 0x%02x is not mapped.\n", offset); in e1000_read_invm_i210()
|
H A D | e1000_82575.c | 552 DEBUGOUT1("PHY Address %u is out of range\n", offset); in e1000_read_phy_reg_sgmii_82575() 585 DEBUGOUT1("PHY Address %d is out of range\n", offset); in e1000_write_phy_reg_sgmii_82575() 684 DEBUGOUT1("PHY address %u was unreadable\n", in e1000_get_phy_id_82575() 1607 DEBUGOUT1("Configuring Autoneg:PCS_LCTL=0x%08X\n", reg); in e1000_setup_serdes_link_82575() 1615 DEBUGOUT1("Configuring Forced Link:PCS_LCTL=0x%08X\n", reg); in e1000_setup_serdes_link_82575() 3398 DEBUGOUT1("I2C data was not set to %X\n", data); in e1000_clock_out_i2c_bit() 3474 DEBUGOUT1("Error - I2C data was not set to %X.\n", data); in e1000_set_i2c_data()
|
H A D | e1000_mac.c | 390 DEBUGOUT1("Clearing RAR[1-%u]\n", rar_count-1); in e1000_init_rx_addrs_generic() 1035 DEBUGOUT1("After fix-ups FlowControl is now = %x\n", in e1000_setup_link_generic() 1321 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); in e1000_force_mac_fc_generic() 2185 DEBUGOUT1("Reg %08x did not indicate ready\n", reg); in e1000_write_8bit_ctrl_reg_generic()
|
H A D | e1000_osdep.h | 112 #define DEBUGOUT1(...) DEBUGOUT(__VA_ARGS__) macro
|
H A D | e1000_82542.c | 339 DEBUGOUT1("After fix-ups FlowControl is now = %x\n", in e1000_setup_link_82542()
|
H A D | e1000_82543.c | 495 DEBUGOUT1("PHY Address %d is out of range\n", offset); in e1000_read_phy_reg_82543() 551 DEBUGOUT1("PHY Address %d is out of range\n", offset); in e1000_write_phy_reg_82543()
|
H A D | e1000_nvm.c | 593 DEBUGOUT1("NVM read error: %d\n", ret_val); in e1000_read_nvm_eerd()
|
H A D | e1000_80003es2lan.c | 612 DEBUGOUT1("GG82563 PSCR: %X\n", phy_data); in e1000_phy_force_speed_duplex_80003es2lan()
|