Home
last modified time | relevance | path

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

/linux-6.15/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.c475 wx_err(wx, "failed to init I2C regmap\n"); in txgbe_i2c_register()
539 wx_err(wx, "failed to register MDIO bus: %d\n", ret); in txgbe_ext_phy_init()
545 wx_err(wx, "no PHY found\n"); in txgbe_ext_phy_init()
558 wx_err(wx, "failed to init phylink: %d\n", ret); in txgbe_ext_phy_init()
578 wx_err(wx, "failed to register software nodes\n"); in txgbe_init_phy()
584 wx_err(wx, "failed to init mdio pcs: %d\n", ret); in txgbe_init_phy()
590 wx_err(wx, "failed to init phylink\n"); in txgbe_init_phy()
596 wx_err(wx, "failed to init gpio\n"); in txgbe_init_phy()
602 wx_err(wx, "failed to register clock: %d\n", ret); in txgbe_init_phy()
608 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()
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 Dtxgbe_main.c130 wx_err(wx, "Hardware Error: %d\n", err); in txgbe_reset()
165 wx_err(wx, "%s: invalid bus lan id %d\n", in txgbe_disable_device()
286 wx_err(wx, "Do not support MSI-X\n"); in txgbe_sw_init()
499 wx_err(wx, "wait device reset timeout\n"); in txgbe_reinit_locked()
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()
H A Dtxgbe_irq.c57 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in txgbe_request_queue_irqs()
/linux-6.15/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()
214 wx_err(hw, "Check flash load timeout.\n"); in wx_check_flash_load()
285 wx_err(wx, "SW Semaphore not granted: 0x%x.\n", sem); in wx_acquire_sw_sync()
446 wx_err(wx, "Unknown FW command: 0x%x\n", send_cmd); in wx_host_interface_command_r()
645 wx_err(wx, "Host interface command failed\n"); in wx_read_ee_hostif_buffer()
708 wx_err(wx, "NVM Read Error\n"); in wx_init_eeprom_params()
860 wx_err(wx, "RAR index %d is out of range.\n", rar); in wx_clear_vmdq()
1610 wx_err(wx, in wx_disable_rx_queue()
1628 wx_err(wx, in wx_enable_rx_queue()
2132 wx_err(wx, "rss key allocation failed\n"); in wx_sw_init()
[all …]
H A Dwx_lib.c1711 wx_err(wx, "Failed to allocate MSI-X interrupts. Err: %d\n", nvecs); in wx_acquire_msix_vectors()
1761 wx_err(wx, "Fallback to MSI.\n"); in wx_set_interrupt_capability()
1763 wx_err(wx, "Fallback to INTx.\n"); in wx_set_interrupt_capability()
1765 wx_err(wx, "Failed to allocate MSI/INTx interrupts. Error: %d\n", nvecs); in wx_set_interrupt_capability()
2051 wx_err(wx, "Allocate irq vectors for failed.\n"); in wx_init_interrupt_scheme()
2058 wx_err(wx, "Unable to allocate memory for queue vectors.\n"); in wx_init_interrupt_scheme()
2126 wx_err(wx, "Alloc isb_mem failed\n"); in wx_setup_isb_resources()
2595 wx_err(wx, "Allocation for Rx Queue %u failed\n", i); in wx_setup_all_rx_resources()
2678 wx_err(wx, "Allocation for Tx Queue %u failed\n", i); in wx_setup_all_tx_resources()
2897 wx_err(wx, "setup new tx resources failed, keep using the old config\n"); in wx_set_ring()
[all …]
H A Dwx_ptp.c370 wx_err(wx, "PTP pps width cannot be longer than 1s!\n"); in wx_ptp_setup_sdp()
429 wx_err(wx, "Absolute start time not supported.\n"); in wx_ptp_feature_enable()
434 wx_err(wx, "Only 1pps is supported.\n"); in wx_ptp_feature_enable()
522 wx_err(wx, "ptp clock register failed\n"); in wx_ptp_create_clock()
H A Dwx_type.h1309 #define wx_err(wx, fmt, arg...) \ macro
/linux-6.15/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c246 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in ngbe_request_msix_irqs()
256 wx_err(wx, "request_irq for msix_other failed: %d\n", err); in ngbe_request_msix_irqs()
295 wx_err(wx, "request_irq failed, Error %d\n", err); in ngbe_request_irq()
780 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.c193 wx_err(wx, "failed to init phylink: %d\n", ret); in ngbe_mdio_init()