/linux-6.1.9/drivers/pci/pcie/ |
D | aer.c | 819 static int add_error_device(struct aer_err_info *e_info, struct pci_dev *dev) in add_error_device() argument 821 if (e_info->error_dev_num < AER_MAX_MULTI_ERR_DEVICES) { in add_error_device() 822 e_info->dev[e_info->error_dev_num] = pci_dev_get(dev); in add_error_device() 823 e_info->error_dev_num++; in add_error_device() 834 static bool is_error_source(struct pci_dev *dev, struct aer_err_info *e_info) in is_error_source() argument 844 if ((PCI_BUS_NUM(e_info->id) != 0) && in is_error_source() 847 if (e_info->id == ((dev->bus->number << 8) | dev->devfn)) in is_error_source() 851 if (!e_info->multi_error_valid) in is_error_source() 875 if (e_info->severity == AER_CORRECTABLE) { in is_error_source() 890 struct aer_err_info *e_info = (struct aer_err_info *)data; in find_device_iter() local [all …]
|
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 333 e_info("registered PHC clock\n"); in e1000e_ptp_init() 353 e_info("removed PHC\n"); in e1000e_ptp_remove()
|
D | e1000.h | 34 #define e_info(format, arg...) \ macro
|
D | netdev.c | 4559 e_info("MSI interrupt test failed, using legacy interrupt.\n"); in e1000_test_msi_interrupt() 5136 e_info("Gigabit has been disabled, downgrading speed\n"); in e1000e_has_link() 5268 …e_info("Autonegotiated half duplex but link partner cannot autoneg. Try forcing full duplex if li… in e1000_watchdog_task() 5303 e_info("10/100 speed: disabling TSO\n"); in e1000_watchdog_task() 6945 e_info("PHY Wakeup cause - %s\n", in __e1000_resume() 6958 e_info("MAC Wakeup cause - %s\n", in __e1000_resume() 7259 e_info("(PCI Express:2.5GT/s:%s) %pM\n", in e1000_print_device_info() 7265 e_info("Intel(R) PRO/%s Network Connection\n", in e1000_print_device_info() 7271 e_info("MAC: %d, PHY: %d, PBA No: %s\n", in e1000_print_device_info()
|
D | ethtool.c | 1024 e_info("testing %s interrupt\n", (shared_int ? "shared" : "unshared")); in e1000_intr_test() 1832 e_info("offline testing starting\n"); in e1000_diag_test() 1873 e_info("online testing starting\n"); in e1000_diag_test()
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 515 e_info(probe, "setup link failed with code %d\n", err); in ixgbe_set_link_ksettings() 1708 e_info(hw, "testing %s interrupt\n", shared_int ? in ixgbe_intr_test() 2186 e_info(hw, "offline testing starting\n"); in ixgbe_diag_test() 2200 e_info(hw, "register testing starting\n"); in ixgbe_diag_test() 2205 e_info(hw, "eeprom testing starting\n"); in ixgbe_diag_test() 2210 e_info(hw, "interrupt testing starting\n"); in ixgbe_diag_test() 2218 e_info(hw, "Skip MAC loopback diagnostic in VT mode\n"); in ixgbe_diag_test() 2224 e_info(hw, "loopback testing starting\n"); in ixgbe_diag_test() 2238 e_info(hw, "online testing starting\n"); in ixgbe_diag_test() 2405 e_info(probe, "rx-usecs value high enough to re-enable RSC\n"); in ixgbe_update_rsc() [all …]
|
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() 889 e_info(probe, "VF Reset msg received from vf %d\n", vf); in ixgbe_vf_reset_msg() 1053 e_info(drv, "VF %d requested invalid api version %u\n", vf, api); in ixgbe_negotiate_vf_api() 1833 e_info(drv, "VF %u is %strusted\n", vf, setting ? "" : "not "); in ixgbe_ndo_set_vf_trust()
|
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 | 1238 e_info(probe, in ixgbe_clean_tx_irq() 3088 e_info(link, "Received ECC Err, initiating reset\n"); in ixgbe_msix_other() 3326 e_info(link, "Received ECC Err, initiating reset\n"); in ixgbe_intr() 3459 e_info(hw, "Legacy interrupt IVAR setup done\n"); in ixgbe_configure_msi_and_legacy() 7567 e_info(drv, "NIC Link is Up %s, Flow Control: %s\n", speed_str, in ixgbe_watchdog_link_is_up() 7609 e_info(drv, "NIC Link is Down\n"); in ixgbe_watchdog_link_is_down() 7701 e_info(drv, in ixgbe_bad_vf_abort() 7863 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type); in ixgbe_sfp_detection_subtask() 9887 e_info(probe, "rx-usecs set too low, " in ixgbe_set_features() 10025 e_info(drv, "enabling bridge mode: %s\n", in ixgbe_configure_bridge_mode() [all …]
|
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 319 #define e_info(msglvl, format, arg...) \ macro
|
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()
|
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()
|
/linux-6.1.9/drivers/platform/mellanox/ |
D | mlxbf-pmc.c | 1133 char e_info[MLXBF_PMC_EVENT_INFO_LEN]; in mlxbf_pmc_event_list_show() local 1142 len += sprintf(e_info, "0x%x: %s\n", events[i].evt_num, in mlxbf_pmc_event_list_show() 1146 strcat(buf, e_info); in mlxbf_pmc_event_list_show()
|