| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_hw.c | 96 wx_err(wx, "Failed to read EEPROM image\n"); in txgbe_calc_eeprom_checksum() 139 wx_err(wx, "EEPROM read failed\n"); in txgbe_validate_eeprom_checksum() 158 wx_err(wx, "Invalid EEPROM checksum\n"); in txgbe_validate_eeprom_checksum()
|
| H A D | txgbe_aml.c | 199 wx_err(wx, "Failed to setup link\n"); in txgbe_set_phy_link() 248 wx_err(wx, "unsupported SFP module\n"); in txgbe_sfp_to_linkmodes() 313 wx_err(wx, "unsupported QSFP module\n"); in txgbe_qsfp_to_linkmodes() 353 wx_err(wx, "Failed to identify module\n"); in txgbe_identify_module() 366 wx_err(wx, "Invalid module\n"); in txgbe_identify_module() 519 wx_err(wx, "Failed to set fixed link\n"); in txgbe_phylink_init_aml()
|
| H A D | txgbe_main.c | 215 wx_err(wx, "Hardware Error: %d\n", err); in txgbe_reset() 257 wx_err(wx, "%s: invalid bus lan id %d\n", in txgbe_disable_device() 414 wx_err(wx, "Do not support MSI-X\n"); in txgbe_sw_init()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_err.c | 67 wx_err(wx, "Cannot re-enable PCI device after reset.\n"); in wx_io_slot_reset() 107 wx_err(wx, "Failed to open netdev after reset\n"); in wx_io_resume() 191 wx_err(wx, "Failed to create wx_reset_wq workqueue\n"); in wx_init_err_task() 292 wx_err(wx, "PCIe error detected during tx timeout\n"); in wx_tx_timeout_recovery()
|
| H A D | wx_mbx.c | 31 wx_err(wx, "Failed to obtain mailbox lock for PF%d", vf); in wx_obtain_mbx_lock_pf() 97 wx_err(wx, "Invalid mailbox message size %d", size); in wx_write_mbx_pf() 209 wx_err(wx, "Failed to obtain mailbox lock for VF.\n"); in wx_obtain_mbx_lock_vf() 349 wx_err(wx, "Invalid mailbox message size %d", size); in wx_write_mbx_vf()
|
| H A D | wx_hw.c | 38 wx_err(wx, "Mdio read c22 command did not complete.\n"); in wx_phy_read_reg_mdi() 67 wx_err(wx, "Mdio write c22 command did not complete.\n"); in wx_phy_write_reg_mdi() 211 wx_err(hw, "Check flash load timeout.\n"); in wx_check_flash_load() 282 wx_err(wx, "SW Semaphore not granted: 0x%x.\n", sem); in wx_acquire_sw_sync() 321 wx_err(wx, "Unknown FW command: 0x%x\n", buffer[0] & 0xff); in wx_host_interface_command_s() 328 wx_err(wx, "Command has failed with no status valid.\n"); in wx_host_interface_command_s() 358 wx_err(wx, "Buffer not large enough for reply message.\n"); in wx_host_interface_command_s() 437 wx_err(wx, "Polling from FW messages timeout, cmd: 0x%x, index: %d\n", in wx_host_interface_command_r() 443 wx_err(wx, "Unknown FW command: 0x%x\n", send_cmd); in wx_host_interface_command_r() 458 wx_err(wx, "Buffer not large enough for reply message.\n"); in wx_host_interface_command_r() [all …]
|
| H A D | Makefile | 7 libwx-objs := wx_hw.o wx_lib.o wx_ethtool.o wx_ptp.o wx_mbx.o wx_sriov.o wx_err.o
|
| H A D | wx_ptp.c | 375 wx_err(wx, "PTP pps width cannot be longer than 1s!\n"); in wx_ptp_setup_sdp() 434 wx_err(wx, "Absolute start time not supported.\n"); in wx_ptp_feature_enable() 439 wx_err(wx, "Only 1pps is supported.\n"); in wx_ptp_feature_enable() 539 wx_err(wx, "ptp clock register failed\n"); in wx_ptp_create_clock()
|
| H A D | wx_lib.c | 1967 wx_err(wx, "Failed to allocate MSI-X interrupts. Err: %d\n", nvecs); in wx_acquire_msix_vectors() 2029 wx_err(wx, "Fallback to MSI.\n"); in wx_set_interrupt_capability() 2031 wx_err(wx, "Fallback to INTx.\n"); in wx_set_interrupt_capability() 2033 wx_err(wx, "Failed to allocate MSI/INTx interrupts. Error: %d\n", nvecs); in wx_set_interrupt_capability() 2370 wx_err(wx, "Allocate irq vectors for failed.\n"); in wx_init_interrupt_scheme() 2377 wx_err(wx, "Unable to allocate memory for queue vectors.\n"); in wx_init_interrupt_scheme() 2449 wx_err(wx, "Alloc isb_mem failed\n"); in wx_setup_isb_resources() 2940 wx_err(wx, "Allocation for Rx Queue %u failed\n", i); in wx_setup_all_rx_resources() 3043 wx_err(wx, "Allocation for Tx Queue %u failed\n", i); in wx_setup_all_tx_resources() 3230 wx_err(wx, "802.1Q and 802.1ad VLAN stripping must be either both on or both off."); in wx_fix_features() [all …]
|
| H A D | wx_vf_common.c | 96 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in wx_request_msix_irqs_vf() 105 wx_err(wx, "request_irq for msix_other failed: %d\n", err); in wx_request_msix_irqs_vf()
|
| H A D | wx_vf_lib.c | 164 wx_err(wx, "Could not enable Tx Queue %d\n", reg_idx); in wx_configure_tx_ring_vf()
|
| H A D | wx_ethtool.c | 832 wx_err(wx, "failed to set ring parameters: %d", err); in wx_set_ringparam_vf()
|
| H A D | wx_type.h | 1525 #define wx_err(wx, fmt, arg...) \ macro
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_hw.c | 82 wx_err(wx, "Lan reset exceed s maximum times.\n"); in ngbe_reset_hw()
|
| H A D | ngbe_main.c | 320 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in ngbe_request_msix_irqs() 338 wx_err(wx, "request_irq for msix_other failed: %d\n", err); in ngbe_request_msix_irqs() 377 wx_err(wx, "request_irq failed, Error %d\n", err); in ngbe_request_irq() 964 wx_err(wx, "Cannot enable PCI device from suspend\n"); in ngbe_resume()
|