Home
last modified time | relevance | path

Searched refs:wx_err (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_hw.c87 wx_err(wx, "PBA string buffer was null\n"); in txgbe_read_pba_string()
95 wx_err(wx, "NVM Read Error\n"); in txgbe_read_pba_string()
103 wx_err(wx, "NVM Read Error\n"); in txgbe_read_pba_string()
112 wx_err(wx, "NVM PBA number is not stored as string\n"); in txgbe_read_pba_string()
116 wx_err(wx, "PBA string buffer too small\n"); in txgbe_read_pba_string()
148 wx_err(wx, "NVM Read Error\n"); in txgbe_read_pba_string()
153 wx_err(wx, "NVM PBA number section invalid length\n"); in txgbe_read_pba_string()
159 wx_err(wx, "PBA string buffer too small\n"); in txgbe_read_pba_string()
170 wx_err(wx, "NVM Read Error\n"); in txgbe_read_pba_string()
204 wx_err(wx, "Failed to read EEPROM image\n"); in txgbe_calc_eeprom_checksum()
[all …]
H A Dtxgbe_phy.c611 wx_err(wx, "failed to init I2C regmap\n"); in txgbe_i2c_register()
670 wx_err(wx, "Mdio read c45 command did not complete.\n"); in txgbe_phy_read()
697 wx_err(wx, "Mdio write c45 command did not complete.\n"); in txgbe_phy_write()
728 wx_err(wx, "failed to register MDIO bus: %d\n", ret); in txgbe_ext_phy_init()
734 wx_err(wx, "no PHY found\n"); in txgbe_ext_phy_init()
747 wx_err(wx, "failed to init phylink: %d\n", ret); in txgbe_ext_phy_init()
763 wx_err(txgbe->wx, "failed to register software nodes\n"); in txgbe_init_phy()
769 wx_err(txgbe->wx, "failed to init mdio pcs: %d\n", ret); in txgbe_init_phy()
775 wx_err(txgbe->wx, "failed to init phylink\n"); in txgbe_init_phy()
781 wx_err(txgbe->wx, "failed to init gpio\n"); in txgbe_init_phy()
[all …]
H A Dtxgbe_main.c160 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in txgbe_request_msix_irqs()
201 wx_err(wx, "request_irq failed, Error %d\n", err); in txgbe_request_irq()
239 wx_err(wx, "Hardware Error: %d\n", err); in txgbe_reset()
271 wx_err(wx, "%s: invalid bus lan id %d\n", in txgbe_disable_device()
374 wx_err(wx, "Do not support MSI-X\n"); in txgbe_sw_init()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c111 wx_err(hw, "Check flash load timeout.\n"); in wx_check_flash_load()
182 wx_err(wx, "SW Semaphore not granted: 0x%x.\n", sem); in wx_acquire_sw_sync()
213 wx_err(wx, "Buffer length failure buffersize=%d.\n", length); in wx_host_interface_command()
223 wx_err(wx, "Buffer length failure, not aligned to dword"); in wx_host_interface_command()
247 wx_err(wx, "Unknown FW command: 0x%x\n", buffer[0] & 0xff); in wx_host_interface_command()
254 wx_err(wx, "Command has failed with no status valid.\n"); in wx_host_interface_command()
284 wx_err(wx, "Buffer not large enough for reply message.\n"); in wx_host_interface_command()
406 wx_err(wx, "Host interface command failed\n"); in wx_read_ee_hostif_buffer()
463 wx_err(wx, "NVM Read Error\n"); in wx_init_eeprom_params()
518 wx_err(wx, "RAR index %d is out of range.\n", index); in wx_set_rar()
[all …]
H A Dwx_lib.c1604 wx_err(wx, "Failed to allocate MSI-X interrupts. Err: %d\n", nvecs); in wx_acquire_msix_vectors()
1651 wx_err(wx, "Fallback to MSI.\n"); in wx_set_interrupt_capability()
1653 wx_err(wx, "Fallback to LEGACY.\n"); in wx_set_interrupt_capability()
1655 wx_err(wx, "Failed to allocate MSI/LEGACY interrupts. Error: %d\n", nvecs); in wx_set_interrupt_capability()
1933 wx_err(wx, "Allocate irq vectors for failed.\n"); in wx_init_interrupt_scheme()
1940 wx_err(wx, "Unable to allocate memory for queue vectors.\n"); in wx_init_interrupt_scheme()
2004 wx_err(wx, "Alloc isb_mem failed\n"); in wx_setup_isb_resources()
2466 wx_err(wx, "Allocation for Rx Queue %u failed\n", i); in wx_setup_all_rx_resources()
2549 wx_err(wx, "Allocation for Tx Queue %u failed\n", i); in wx_setup_all_tx_resources()
H A Dwx_type.h959 #define wx_err(wx, fmt, arg...) \ macro
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_mdio.c53 wx_err(wx, "Mdio read c22 command did not complete.\n"); in ngbe_phy_read_reg_mdi_c22()
82 wx_err(wx, "Mdio write c22 command did not complete.\n"); in ngbe_phy_write_reg_mdi_c22()
108 wx_err(wx, "Mdio read c45 command did not complete.\n"); in ngbe_phy_read_reg_mdi_c45()
138 wx_err(wx, "Mdio write c45 command did not complete.\n"); in ngbe_phy_write_reg_mdi_c45()
227 wx_err(wx, "PHY connect failed.\n"); in ngbe_phy_connect()
H A Dngbe_main.c256 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in ngbe_request_msix_irqs()
266 wx_err(wx, "request_irq for msix_other failed: %d\n", err); in ngbe_request_msix_irqs()
305 wx_err(wx, "request_irq failed, Error %d\n", err); in ngbe_request_irq()
745 wx_err(wx, "Cannot enable PCI device from suspend\n"); in ngbe_resume()
H A Dngbe_hw.c82 wx_err(wx, "Lan reset exceed s maximum times.\n"); in ngbe_reset_hw()