| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_osdep.h | 79 #define DEBUGOUT2 DEBUGOUT1 macro 80 #define DEBUGOUT3 DEBUGOUT2
|
| H A D | i40e_common.c | 82 DEBUGOUT2("i40e_set_mac_type found mac: %d, returns: %d\n", in i40e_set_mac_type()
|
| /f-stack/dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_osdep.h | 29 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) macro
|
| H A D | fm10k_api.c | 48 DEBUGOUT2("fm10k_set_mac_type found mac: %d, returns: %d\n", in fm10k_set_mac_type()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 32 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) macro
|
| H A D | ixgbe_x540.c | 347 DEBUGOUT2("Eeprom params: type = %d, size = %d\n", in ixgbe_init_eeprom_params_X540()
|
| H A D | ixgbe_phy.c | 414 DEBUGOUT2("PHY_ID_HIGH 0x%04X, PHY_ID_LOW 0x%04X\n", in ixgbe_get_phy_id() 1186 DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword, in ixgbe_reset_phy_nl()
|
| H A D | ixgbe_api.c | 219 DEBUGOUT2("ixgbe_set_mac_type found mac: %d, returns: %d\n", in ixgbe_set_mac_type()
|
| H A D | ixgbe_x550.c | 1002 DEBUGOUT2("Eeprom params: type = %d, size = %d\n", in ixgbe_init_eeprom_params_X550() 3237 DEBUGOUT2("for offset %04x failed with status %d\n", in ixgbe_write_ee_hostif_data_X550() 3243 DEBUGOUT2("for offset %04x host interface return status %02x\n", in ixgbe_write_ee_hostif_data_X550()
|
| H A D | ixgbe_82599.c | 1553 DEBUGOUT2("Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd); in ixgbe_fdir_add_signature_filter_82599()
|
| H A D | ixgbe_common.c | 4179 DEBUGOUT2("LINKS changed from %08X to %08X\n", in ixgbe_check_mac_link_generic()
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_osdep.h | 32 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) macro
|
| H A D | e1000_phy.c | 308 DEBUGOUT2("MDI Read offset error - requested %d, returned %d\n", in e1000_read_phy_reg_mdic() 374 DEBUGOUT2("MDI Write offset error - requested %d, returned %d\n", in e1000_write_phy_reg_mdic() 3328 DEBUGOUT2("Could not read PHY register %d.%d\n", in e1000_enable_phy_wakeup_reg_access_bm() 3342 DEBUGOUT2("Could not write PHY register %d.%d\n", in e1000_enable_phy_wakeup_reg_access_bm() 3383 DEBUGOUT2("Could not restore PHY register %d.%d\n", in e1000_disable_phy_wakeup_reg_access_bm() 3439 DEBUGOUT2("Accessing PHY page %d reg 0x%x\n", page, reg); in e1000_access_phy_wakeup_reg_bm() 3459 DEBUGOUT2("Could not access PHY reg %d.%d\n", page, reg); in e1000_access_phy_wakeup_reg_bm()
|
| H A D | e1000_i210.c | 369 DEBUGOUT2("Read INVM Word 0x%02x = %x", in e1000_read_invm_word_i210()
|
| H A D | e1000_ich8lan.c | 1107 DEBUGOUT2("CABLE_DISCONNECTED %s set after %dmsec\n", in e1000_enable_ulp_lpt_lp() 1842 DEBUGOUT2("Failed to acquire the semaphore, FW or HW has it: FWSM=0x%8.8x EXTCNF_CTRL=0x%8.8x)\n", in e1000_acquire_swflag_ich8lan() 1985 DEBUGOUT2("SHRA[%d] might be locked by ME - FWSM=0x%8.8x\n", in e1000_rar_set_pch2lan() 4574 DEBUGOUT2("Retrying Byte %8.8X at offset %u\n", dword, offset); in e1000_retry_write_flash_dword_ich8lan() 4608 DEBUGOUT2("Retrying Byte %2.2X at offset %u\n", byte, offset); in e1000_retry_write_flash_byte_ich8lan()
|
| H A D | e1000_82575.c | 654 DEBUGOUT2("Vendor ID 0x%08X read at address %u\n", in e1000_get_phy_id_82575()
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_osdep.h | 32 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) macro
|
| H A D | igc_phy.c | 307 DEBUGOUT2("MDI Read offset error - requested %d, returned %d\n", in igc_read_phy_reg_mdic() 373 DEBUGOUT2("MDI Write offset error - requested %d, returned %d\n", in igc_write_phy_reg_mdic() 3371 DEBUGOUT2("Could not read PHY register %d.%d\n", in igc_enable_phy_wakeup_reg_access_bm() 3385 DEBUGOUT2("Could not write PHY register %d.%d\n", in igc_enable_phy_wakeup_reg_access_bm() 3426 DEBUGOUT2("Could not restore PHY register %d.%d\n", in igc_disable_phy_wakeup_reg_access_bm() 3482 DEBUGOUT2("Accessing PHY page %d reg 0x%x\n", page, reg); in igc_access_phy_wakeup_reg_bm() 3502 DEBUGOUT2("Could not access PHY reg %d.%d\n", page, reg); in igc_access_phy_wakeup_reg_bm()
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_osdep.h | 134 #define DEBUGOUT2(S, A...) rte_log(RTE_LOG_DEBUG, iavf_common_logger, S, ##A) macro
|
| H A D | iavf_common.c | 41 DEBUGOUT2("iavf_set_mac_type found mac: %d, returns: %d\n", in iavf_set_mac_type()
|