Home
last modified time | relevance | path

Searched refs:wx_err (Results 1 – 17 of 17) 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()
333 wx_err(wx, "Error on vm pool mask\n"); in txgbe_fdir_set_input_mask()
342 wx_err(wx, "Error on src/dst port mask\n"); in txgbe_fdir_set_input_mask()
349 wx_err(wx, "Error on flow type mask\n"); in txgbe_fdir_set_input_mask()
371 wx_err(wx, "Error on flexible byte mask\n"); in txgbe_fdir_set_input_mask()
451 wx_err(wx, "Flow Director command did not complete!\n"); in txgbe_fdir_write_perfect_filter()
476 wx_err(wx, "Flow Director command did not complete!\n"); in txgbe_fdir_erase_perfect_filter()
596 wx_err(wx, "FDIR restore failed, ring:%u\n", in txgbe_fdir_filter_restore()
610 wx_err(w in txgbe_fdir_filter_restore()
[all...]
H A Dtxgbe_phy.c485 wx_err(wx, "failed to init I2C regmap\n"); in txgbe_i2c_register()
549 wx_err(wx, "failed to register MDIO bus: %d\n", ret); in txgbe_ext_phy_init()
555 wx_err(wx, "no PHY found\n"); in txgbe_ext_phy_init()
568 wx_err(wx, "failed to init phylink: %d\n", ret); in txgbe_ext_phy_init()
595 wx_err(wx, "failed to register software nodes\n"); in txgbe_init_phy()
601 wx_err(wx, "failed to init mdio pcs: %d\n", ret); in txgbe_init_phy()
607 wx_err(wx, "failed to init phylink\n"); in txgbe_init_phy()
613 wx_err(wx, "failed to init gpio\n"); in txgbe_init_phy()
619 wx_err(wx, "failed to register clock: %d\n", ret); in txgbe_init_phy()
625 wx_err(w 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_aml.c159 wx_err(wx, "Failed to setup link\n"); in txgbe_set_phy_link()
188 wx_err(wx, "unsupported SFP module\n"); in txgbe_sfp_to_linkmodes()
223 wx_err(wx, "Failed to identify SFP module\n"); in txgbe_identify_sfp()
229 wx_err(wx, "Invalid SFP module\n"); in txgbe_identify_sfp()
379 wx_err(wx, "Failed to set fixed link\n"); in txgbe_phylink_init_aml()
H A Dtxgbe_ethtool.c387 wx_err(wx, "Location out of range\n"); in txgbe_add_ethtool_fdir_entry()
403 wx_err(wx, "Unrecognized flow type\n"); in txgbe_add_ethtool_fdir_entry()
471 wx_err(wx, "Hardware only supports one mask per port. To change the mask you must first delete all the rules.\n"); in txgbe_add_ethtool_fdir_entry()
H A Dtxgbe_irq.c67 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in txgbe_request_queue_irqs()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c140 wx_err(wx, "Unloading driver while VFs are assigned.\n"); in wx_disable_sriov()
166 wx_err(wx, "Failed to enable PCI sriov: %d\n", err); in wx_pci_sriov_enable()
195 wx_err(wx, "can't free VFs because some are assigned to VMs.\n"); in wx_pci_sriov_configure()
419 wx_err(wx, "VF %d has no MAC address assigned", vf); in wx_vf_reset_msg()
432 wx_err(wx, "VF %d attempted to set invalid mac\n", vf); in wx_set_vf_mac_addr()
438 wx_err(wx, in wx_set_vf_mac_addr()
633 wx_err(wx, "VF %d request MACVLAN filter but is denied\n", vf); in wx_set_vf_macvlan_msg()
640 wx_err(wx, "VF %d attempted to set invalid mac\n", vf); in wx_set_vf_macvlan_msg()
652 wx_err(wx, in wx_set_vf_macvlan_msg()
670 wx_err(w in wx_negotiate_vf_api()
[all...]
H A Dwx_hw.c38 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(w in wx_host_interface_command_r()
[all...]
H A Dwx_mbx.c31 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 Dwx_ptp.c372 wx_err(wx, "PTP pps width cannot be longer than 1s!\n"); in wx_ptp_setup_sdp()
431 wx_err(wx, "Absolute start time not supported.\n"); in wx_ptp_feature_enable()
436 wx_err(wx, "Only 1pps is supported.\n"); in wx_ptp_feature_enable()
536 wx_err(wx, "ptp clock register failed\n"); in wx_ptp_create_clock()
H A Dwx_lib.c1773 wx_err(wx, "Failed to allocate MSI-X interrupts. Err: %d\n", nvecs); in wx_acquire_msix_vectors()
1835 wx_err(wx, "Fallback to MSI.\n"); in wx_set_interrupt_capability()
1837 wx_err(wx, "Fallback to INTx.\n"); in wx_set_interrupt_capability()
1839 wx_err(wx, "Failed to allocate MSI/INTx interrupts. Error: %d\n", nvecs); in wx_set_interrupt_capability()
2177 wx_err(wx, "Allocate irq vectors for failed.\n"); in wx_init_interrupt_scheme()
2184 wx_err(wx, "Unable to allocate memory for queue vectors.\n"); in wx_init_interrupt_scheme()
2252 wx_err(wx, "Alloc isb_mem failed\n"); in wx_setup_isb_resources()
2730 wx_err(wx, "Allocation for Rx Queue %u failed\n", i); in wx_setup_all_rx_resources()
2813 wx_err(wx, "Allocation for Tx Queue %u failed\n", i); in wx_setup_all_tx_resources()
2988 wx_err(w in wx_fix_features()
[all...]
H A Dwx_vf_common.c95 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n", in wx_request_msix_irqs_vf()
104 wx_err(wx, "request_irq for msix_other failed: %d\n", err); in wx_request_msix_irqs_vf()
H A Dwx_vf_lib.c144 wx_err(wx, "Could not enable Tx Queue %d\n", reg_idx); in wx_configure_tx_ring_vf()
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_hw.c82 wx_err(wx, "Lan reset exceed s maximum times.\n"); in ngbe_reset_hw()
H A Dngbe_mdio.c198 wx_err(wx, "failed to init phylink: %d\n", ret); in ngbe_mdio_init()
/linux/drivers/net/ethernet/wangxun/ngbevf/
H A Dngbevf_main.c83 wx_err(wx, "PF still in reset state. Is the PF interface up?\n"); in ngbevf_sw_init()
/linux/drivers/net/ethernet/wangxun/txgbevf/
H A Dtxgbevf_main.c127 wx_err(wx, "PF still in reset state. Is the PF interface up?\n"); in txgbevf_sw_init()