Searched refs:e_info (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/pci/pcie/
H A Daer.c808 * @e_info: pointer to error info
811 static int add_error_device(struct aer_err_info *e_info, struct pci_dev *dev) argument
813 if (e_info->error_dev_num < AER_MAX_MULTI_ERR_DEVICES) {
814 e_info->dev[e_info->error_dev_num] = pci_dev_get(dev);
815 e_info->error_dev_num++;
824 * @e_info: pointer to reported error info
826 static bool is_error_source(struct pci_dev *dev, struct aer_err_info *e_info) argument
836 if ((PCI_BUS_NUM(e_info->id) != 0) &&
839 if (e_info
882 struct aer_err_info *e_info = (struct aer_err_info *)data; local
911 find_source_device(struct pci_dev *parent, struct aer_err_info *e_info) argument
1255 aer_process_err_devices(struct aer_err_info *e_info) argument
1279 struct aer_err_info e_info; local
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dptp.c333 e_info("registered PHC clock\n");
353 e_info("removed PHC\n");
H A De1000.h34 #define e_info(format, arg...) \ macro
H A Dnetdev.c4553 e_info("MSI interrupt test failed, using legacy interrupt.\n");
5129 e_info("Gigabit has been disabled, downgrading speed\n");
5261 e_info("Autonegotiated half duplex but link partner cannot autoneg. Try forcing full duplex if link gets many collisions.\n");
6933 e_info("PHY Wakeup cause - %s\n",
6946 e_info("MAC Wakeup cause - %s\n",
7249 e_info("(PCI Express:2.5GT/s:%s) %pM\n",
7255 e_info("Intel(R) PRO/%s Network Connection\n",
7261 e_info("MAC: %d, PHY: %d, PBA No: %s\n",
7530 e_info("10/100 speed: disabling TSO\n");
H A Dethtool.c1009 e_info("testing %s interrupt\n", (shared_int ? "shared" : "unshared"));
1817 e_info("offline testing starting\n");
1858 e_info("online testing starting\n");
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000.h319 #define e_info(msglvl, format, arg...) \ macro
H A De1000_ethtool.c847 e_info(hw, "testing %s interrupt\n", (shared_int ?
1526 e_info(hw, "offline testing starting\n");
1567 e_info(hw, "online testing starting\n");
H A De1000_main.c1206 e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n",
1218 e_info(probe, "Intel(R) PRO/1000 Network Connection\n");
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h197 #define e_info(msglvl, format, arg...) \ macro
H A Dixgbe_ethtool.c517 e_info(probe, "setup link failed with code %d\n", err);
1745 e_info(hw, "testing %s interrupt\n", shared_int ?
2218 e_info(hw, "offline testing starting\n");
2232 e_info(hw, "register testing starting\n");
2237 e_info(hw, "eeprom testing starting\n");
2242 e_info(hw, "interrupt testing starting\n");
2250 e_info(hw, "Skip MAC loopback diagnostic in VT mode\n");
2256 e_info(hw, "loopback testing starting\n");
2270 e_info(hw, "online testing starting\n");
2437 e_info(prob
[all...]
H A Dixgbe_sriov.c116 e_info(probe, "SR-IOV enabled with %d VFs\n", num_vfs);
554 e_info(hw, "VF requests change max MTU to %d\n", max_frame);
887 e_info(probe, "VF Reset msg received from vf %d\n", vf);
1050 e_info(drv, "VF %d requested invalid api version %u\n", vf, api);
1830 e_info(drv, "VF %u is %strusted\n", vf, setting ? "" : "not ");
H A Dixgbe_fcoe.c848 e_info(drv, "Enabling FCoE offload features.\n");
892 e_info(drv, "Disabling FCoE offload features.\n");
H A Dixgbe_main.c1274 e_info(probe,
3108 e_info(link, "Received ECC Err, initiating reset\n");
3346 e_info(link, "Received ECC Err, initiating reset\n");
3479 e_info(hw, "Legacy interrupt IVAR setup done\n");
7597 e_info(drv, "NIC Link is Up %s, Flow Control: %s\n", speed_str,
7639 e_info(drv, "NIC Link is Down\n");
7731 e_info(drv,
7893 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type);
9905 e_info(probe, "rx-usecs set too low, "
10043 e_info(dr
[all...]
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-pmc.c1663 char e_info[MLXBF_PMC_EVENT_INFO_LEN]; local
1675 len += snprintf(e_info, sizeof(e_info), "0x%x: %s\n",
1679 strcat(buf, e_info);
/linux-master/drivers/mtd/devices/
H A Dspear_smi.c489 * @e_info: Provides the erase information
494 static int spear_mtd_erase(struct mtd_info *mtd, struct erase_info *e_info) argument
510 addr = e_info->addr;
511 len = e_info->len;

Completed in 319 milliseconds