/drivers/pci/pcie/ |
D | aer.c | 814 static int add_error_device(struct aer_err_info *e_info, struct pci_dev *dev) in add_error_device() argument 816 if (e_info->error_dev_num < AER_MAX_MULTI_ERR_DEVICES) { in add_error_device() 817 e_info->dev[e_info->error_dev_num] = pci_dev_get(dev); in add_error_device() 818 e_info->error_dev_num++; in add_error_device() 829 static bool is_error_source(struct pci_dev *dev, struct aer_err_info *e_info) in is_error_source() argument 839 if ((PCI_BUS_NUM(e_info->id) != 0) && in is_error_source() 842 if (e_info->id == ((dev->bus->number << 8) | dev->devfn)) in is_error_source() 846 if (!e_info->multi_error_valid) in is_error_source() 870 if (e_info->severity == AER_CORRECTABLE) { in is_error_source() 885 struct aer_err_info *e_info = (struct aer_err_info *)data; in find_device_iter() local [all …]
|
/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 335 e_info("registered PHC clock\n"); in e1000e_ptp_init() 355 e_info("removed PHC\n"); in e1000e_ptp_remove()
|
D | e1000.h | 33 #define e_info(format, arg...) \ macro
|
D | netdev.c | 4564 e_info("MSI interrupt test failed, using legacy interrupt.\n"); in e1000_test_msi_interrupt() 5141 e_info("Gigabit has been disabled, downgrading speed\n"); in e1000e_has_link() 5273 …e_info("Autonegotiated half duplex but link partner cannot autoneg. Try forcing full duplex if li… in e1000_watchdog_task() 6925 e_info("PHY Wakeup cause - %s\n", in __e1000_resume() 6938 e_info("MAC Wakeup cause - %s\n", in __e1000_resume() 7239 e_info("(PCI Express:2.5GT/s:%s) %pM\n", in e1000_print_device_info() 7245 e_info("Intel(R) PRO/%s Network Connection\n", in e1000_print_device_info() 7251 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()
|
D | ethtool.c | 1020 e_info("testing %s interrupt\n", (shared_int ? "shared" : "unshared")); in e1000_intr_test() 1828 e_info("offline testing starting\n"); in e1000_diag_test() 1869 e_info("online testing starting\n"); in e1000_diag_test()
|
/drivers/platform/mellanox/ |
D | mlxbf-pmc.c | 1120 char e_info[MLXBF_PMC_EVENT_INFO_LEN]; in mlxbf_pmc_event_list_show() local 1129 len += snprintf(e_info, sizeof(e_info), "0x%x: %s\n", in mlxbf_pmc_event_list_show() 1133 strcat(buf, e_info); in mlxbf_pmc_event_list_show()
|
/drivers/mtd/devices/ |
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/ |
D | ixgbe_sriov.c | 115 e_info(probe, "SR-IOV enabled with %d VFs\n", num_vfs); in __ixgbe_enable_sriov() 554 e_info(hw, "VF requests change max MTU to %d\n", max_frame); in ixgbe_set_vf_lpe() 838 e_info(probe, "VF Reset msg received from vf %d\n", vf); in ixgbe_vf_reset_msg() 1027 e_info(drv, "VF %d requested invalid api version %u\n", vf, api); in ixgbe_negotiate_vf_api() 1703 e_info(drv, "VF %u is %strusted\n", vf, setting ? "" : "not "); in ixgbe_ndo_set_vf_trust()
|
D | ixgbe_ethtool.c | 516 e_info(probe, "setup link failed with code %d\n", err); in ixgbe_set_link_ksettings() 1705 e_info(hw, "testing %s interrupt\n", shared_int ? in ixgbe_intr_test() 2185 e_info(hw, "offline testing starting\n"); in ixgbe_diag_test() 2199 e_info(hw, "register testing starting\n"); in ixgbe_diag_test() 2204 e_info(hw, "eeprom testing starting\n"); in ixgbe_diag_test() 2209 e_info(hw, "interrupt testing starting\n"); in ixgbe_diag_test() 2217 e_info(hw, "Skip MAC loopback diagnostic in VT mode\n"); in ixgbe_diag_test() 2223 e_info(hw, "loopback testing starting\n"); in ixgbe_diag_test() 2237 e_info(hw, "online testing starting\n"); in ixgbe_diag_test() 2404 e_info(probe, "rx-usecs value high enough to re-enable RSC\n"); in ixgbe_update_rsc() [all …]
|
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()
|
D | ixgbe_common.h | 198 #define e_info(msglvl, format, arg...) \ macro
|
D | ixgbe_main.c | 1235 e_info(probe, in ixgbe_clean_tx_irq() 3080 e_info(link, "Received ECC Err, initiating reset\n"); in ixgbe_msix_other() 3318 e_info(link, "Received ECC Err, initiating reset\n"); in ixgbe_intr() 3451 e_info(hw, "Legacy interrupt IVAR setup done\n"); in ixgbe_configure_msi_and_legacy() 7497 e_info(drv, "NIC Link is Up %s, Flow Control: %s\n", speed_str, in ixgbe_watchdog_link_is_up() 7539 e_info(drv, "NIC Link is Down\n"); in ixgbe_watchdog_link_is_down() 7770 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type); in ixgbe_sfp_detection_subtask() 9750 e_info(probe, "rx-usecs set too low, " in ixgbe_set_features() 9888 e_info(drv, "enabling bridge mode: %s\n", in ixgbe_configure_bridge_mode() 11030 e_info(probe, "IOV is enabled with %d VFs\n", adapter->num_vfs); in ixgbe_probe() [all …]
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 319 #define e_info(msglvl, format, arg...) \ macro
|
D | e1000_ethtool.c | 843 e_info(hw, "testing %s interrupt\n", (shared_int ? in e1000_intr_test() 1522 e_info(hw, "offline testing starting\n"); in e1000_diag_test() 1563 e_info(hw, "online testing starting\n"); in e1000_diag_test()
|
D | e1000_main.c | 1208 e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n", in e1000_probe() 1220 e_info(probe, "Intel(R) PRO/1000 Network Connection\n"); in e1000_probe()
|