Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c200 wx_err(wx, "Error on flow type input\n"); in txgbe_fdir_add_signature_filter()
220 wx_err(wx, "Flow Director command did not complete!\n"); in txgbe_fdir_add_signature_filter()
332 wx_err(wx, "Error on vm pool mask\n"); in txgbe_fdir_set_input_mask()
341 wx_err(wx, "Error on src/dst port mask\n"); in txgbe_fdir_set_input_mask()
348 wx_err(wx, "Error on flow type mask\n"); in txgbe_fdir_set_input_mask()
368 wx_err(wx, "Error on flexible byte mask\n"); in txgbe_fdir_set_input_mask()
448 wx_err(wx, "Flow Director command did not complete!\n"); in txgbe_fdir_write_perfect_filter()
473 wx_err(wx, "Flow Director command did not complete!\n"); in txgbe_fdir_erase_perfect_filter()
591 wx_err(wx, "FDIR restore failed, ring:%u\n", in txgbe_fdir_filter_restore()
605 wx_err(wx, "FDIR restore failed, index:%u\n", in txgbe_fdir_filter_restore()
H A Dtxgbe_phy.c465 wx_err(wx, "failed to init I2C regmap\n"); in txgbe_i2c_register()
529 wx_err(wx, "failed to register MDIO bus: %d\n", ret); in txgbe_ext_phy_init()
535 wx_err(wx, "no PHY found\n"); in txgbe_ext_phy_init()
548 wx_err(wx, "failed to init phylink: %d\n", ret); in txgbe_ext_phy_init()
565 wx_err(wx, "failed to register software nodes\n"); in txgbe_init_phy()
571 wx_err(wx, "failed to init mdio pcs: %d\n", ret); in txgbe_init_phy()
577 wx_err(wx, "failed to init phylink\n"); in txgbe_init_phy()
583 wx_err(wx, "failed to init gpio\n"); in txgbe_init_phy()
589 wx_err(wx, "failed to register clock: %d\n", ret); in txgbe_init_phy()
595 wx_err(wx, "failed to init i2c interface: %d\n", ret); in txgbe_init_phy()
[all …]
H A Dtxgbe_hw.c96 wx_err(wx, "Failed to read EEPROM image\n"); in txgbe_calc_eeprom_checksum()
133 wx_err(wx, "EEPROM read failed\n"); in txgbe_validate_eeprom_checksum()
152 wx_err(wx, "Invalid EEPROM checksum\n"); in txgbe_validate_eeprom_checksum()
H A Dtxgbe_ethtool.c355 wx_err(wx, "Location out of range\n"); in txgbe_add_ethtool_fdir_entry()
371 wx_err(wx, "Unrecognized flow type\n"); in txgbe_add_ethtool_fdir_entry()
439wx_err(wx, "Hardware only supports one mask per port. To change the mask you must first delete all… in txgbe_add_ethtool_fdir_entry()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c36 wx_err(wx, "Mdio read c22 command did not complete.\n"); in wx_phy_read_reg_mdi()
65 wx_err(wx, "Mdio write c22 command did not complete.\n"); in wx_phy_write_reg_mdi()
203 wx_err(hw, "Check flash load timeout.\n"); in wx_check_flash_load()
274 wx_err(wx, "SW Semaphore not granted: 0x%x.\n", sem); in wx_acquire_sw_sync()
305 wx_err(wx, "Buffer length failure buffersize=%d.\n", length); in wx_host_interface_command()
315 wx_err(wx, "Buffer length failure, not aligned to dword"); in wx_host_interface_command()
378 wx_err(wx, "Buffer not large enough for reply message.\n"); in wx_host_interface_command()
500 wx_err(wx, "Host interface command failed\n"); in wx_read_ee_hostif_buffer()
557 wx_err(wx, "NVM Read Error\n"); in wx_init_eeprom_params()
612 wx_err(wx, "RAR index %d is out of range.\n", index); in wx_set_rar()
[all …]
H A Dwx_lib.c1652 wx_err(wx, "Failed to allocate MSI-X interrupts. Err: %d\n", nvecs); in wx_acquire_msix_vectors()
1702 wx_err(wx, "Fallback to MSI.\n"); in wx_set_interrupt_capability()
1704 wx_err(wx, "Fallback to INTx.\n"); in wx_set_interrupt_capability()
1706 wx_err(wx, "Failed to allocate MSI/INTx interrupts. Error: %d\n", nvecs); in wx_set_interrupt_capability()
1986 wx_err(wx, "Allocate irq vectors for failed.\n"); in wx_init_interrupt_scheme()
1993 wx_err(wx, "Unable to allocate memory for queue vectors.\n"); in wx_init_interrupt_scheme()
2061 wx_err(wx, "Alloc isb_mem failed\n"); in wx_setup_isb_resources()
2523 wx_err(wx, "Allocation for Rx Queue %u failed\n", i); in wx_setup_all_rx_resources()
2606 wx_err(wx, "Allocation for Tx Queue %u failed\n", i); in wx_setup_all_tx_resources()
2781 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 Dwx_type.h1185 #define wx_err(wx, fmt, arg...) \ macro
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c235 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in ngbe_request_msix_irqs()
245 wx_err(wx, "request_irq for msix_other failed: %d\n", err); in ngbe_request_msix_irqs()
284 wx_err(wx, "request_irq failed, Error %d\n", err); in ngbe_request_irq()
761 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()
H A Dngbe_mdio.c182 wx_err(wx, "failed to init phylink: %d\n", ret); in ngbe_mdio_init()