| /drivers/pci/pcie/ |
| A D | aer.c | 952 int i = e_info->error_dev_num; in add_error_device() 958 e_info->error_dev_num++; in add_error_device() 969 e_info->ratelimit_print[i] = 1; in add_error_device() 1073 e_info->error_dev_num = 0; in find_source_device() 1085 if (!e_info->error_dev_num) in find_source_device() 1422 for (i = 0; i < e_info->error_dev_num && e_info->dev[i]; i++) { in aer_process_err_devices() 1424 aer_print_error(e_info, i); in aer_process_err_devices() 1426 for (i = 0; i < e_info->error_dev_num && e_info->dev[i]; i++) { in aer_process_err_devices() 1428 handle_error_source(e_info->dev[i], e_info); in aer_process_err_devices() 1483 struct aer_err_info e_info = { in aer_isr_one_error() local [all …]
|
| /drivers/net/ethernet/intel/e1000e/ |
| A D | ptp.c | 336 e_info("registered PHC clock\n"); in e1000e_ptp_init() 356 e_info("removed PHC\n"); in e1000e_ptp_remove()
|
| A D | e1000.h | 34 #define e_info(format, arg...) \ macro
|
| A D | netdev.c | 4569 e_info("MSI interrupt test failed, using legacy interrupt.\n"); in e1000_test_msi_interrupt() 5157 e_info("Gigabit has been disabled, downgrading speed\n"); in e1000e_has_link() 5290 …e_info("Autonegotiated half duplex but link partner cannot autoneg. Try forcing full duplex if li… in e1000_watchdog_task() 6932 e_info("PHY Wakeup cause - %s\n", in __e1000_resume() 6945 e_info("MAC Wakeup cause - %s\n", in __e1000_resume() 7246 e_info("(PCI Express:2.5GT/s:%s) %pM\n", in e1000_print_device_info() 7252 e_info("Intel(R) PRO/%s Network Connection\n", in e1000_print_device_info() 7258 e_info("MAC: %d, PHY: %d, PBA No: %s\n", in e1000_print_device_info() 7529 e_info("10/100 speed: disabling TSO\n"); in e1000_probe()
|
| A D | ethtool.c | 1009 e_info("testing %s interrupt\n", (shared_int ? "shared" : "unshared")); in e1000_intr_test() 1817 e_info("offline testing starting\n"); in e1000_diag_test() 1858 e_info("online testing starting\n"); in e1000_diag_test()
|
| /drivers/mtd/devices/ |
| A D | spear_smi.c | 494 static int spear_mtd_erase(struct mtd_info *mtd, struct erase_info *e_info) in spear_mtd_erase() argument 510 addr = e_info->addr; in spear_mtd_erase() 511 len = e_info->len; in spear_mtd_erase()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_ethtool.c | 517 e_info(probe, "setup link failed with code %d\n", err); in ixgbe_set_link_ksettings() 1808 e_info(hw, "testing %s interrupt\n", shared_int ? in ixgbe_intr_test() 2283 e_info(hw, "offline testing starting\n"); in ixgbe_diag_test() 2297 e_info(hw, "register testing starting\n"); in ixgbe_diag_test() 2302 e_info(hw, "eeprom testing starting\n"); in ixgbe_diag_test() 2307 e_info(hw, "interrupt testing starting\n"); in ixgbe_diag_test() 2315 e_info(hw, "Skip MAC loopback diagnostic in VT mode\n"); in ixgbe_diag_test() 2321 e_info(hw, "loopback testing starting\n"); in ixgbe_diag_test() 2335 e_info(hw, "online testing starting\n"); in ixgbe_diag_test() 2572 e_info(probe, "rx-usecs set too low, disabling RSC\n"); in ixgbe_update_rsc() [all …]
|
| A D | ixgbe_sriov.c | 117 e_info(probe, "SR-IOV enabled with %d VFs\n", num_vfs); in __ixgbe_enable_sriov() 559 e_info(hw, "VF requests change max MTU to %d\n", max_frame); in ixgbe_set_vf_lpe() 892 e_info(probe, "VF Reset msg received from vf %d\n", vf); in ixgbe_vf_reset_msg() 1882 e_info(drv, "VF %u is %strusted\n", vf, setting ? "" : "not "); in ixgbe_ndo_set_vf_trust()
|
| A D | ixgbe_fcoe.c | 848 e_info(drv, "Enabling FCoE offload features.\n"); in ixgbe_fcoe_enable() 892 e_info(drv, "Disabling FCoE offload features.\n"); in ixgbe_fcoe_disable()
|
| A D | ixgbe_common.h | 199 #define e_info(msglvl, format, arg...) \ macro
|
| A D | ixgbe_main.c | 1460 e_info(probe, in ixgbe_clean_tx_irq() 3518 e_info(link, "Received ECC Err, initiating reset\n"); in ixgbe_msix_other() 3760 e_info(link, "Received ECC Err, initiating reset\n"); in ixgbe_intr() 3894 e_info(hw, "Legacy interrupt IVAR setup done\n"); in ixgbe_configure_msi_and_legacy() 8137 e_info(drv, "NIC Link is Up %s, Flow Control: %s\n", speed_str, in ixgbe_watchdog_link_is_up() 8184 e_info(drv, "NIC Link is Down\n"); in ixgbe_watchdog_link_is_down() 8276 e_info(drv, in ixgbe_bad_vf_abort() 8438 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type); in ixgbe_sfp_detection_subtask() 10530 e_info(probe, "rx-usecs set too low, " in ixgbe_set_features() 10668 e_info(drv, "enabling bridge mode: %s\n", in ixgbe_configure_bridge_mode() [all …]
|
| /drivers/net/ethernet/intel/e1000/ |
| A D | e1000.h | 319 #define e_info(msglvl, format, arg...) \ macro
|
| A D | e1000_ethtool.c | 847 e_info(hw, "testing %s interrupt\n", (shared_int ? in e1000_intr_test() 1526 e_info(hw, "offline testing starting\n"); in e1000_diag_test() 1567 e_info(hw, "online testing starting\n"); in e1000_diag_test()
|
| A D | e1000_main.c | 1203 e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n", in e1000_probe() 1215 e_info(probe, "Intel(R) PRO/1000 Network Connection\n"); in e1000_probe()
|
| /drivers/platform/mellanox/ |
| A D | mlxbf-pmc.c | 1833 char e_info[MLXBF_PMC_EVENT_INFO_LEN]; in mlxbf_pmc_event_list_show() local 1845 len += snprintf(e_info, sizeof(e_info), "0x%x: %s\n", in mlxbf_pmc_event_list_show() 1849 strcat(buf, e_info); in mlxbf_pmc_event_list_show()
|