Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/txgbe/
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()
/linux/drivers/net/ethernet/wangxun/libwx/
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.c1928 wx_err(wx, "Failed to allocate MSI-X interrupts. Err: %d\n", nvecs); in wx_acquire_msix_vectors()
1990 wx_err(wx, "Fallback to MSI.\n"); in wx_set_interrupt_capability()
1992 wx_err(wx, "Fallback to INTx.\n"); in wx_set_interrupt_capability()
1994 wx_err(wx, "Failed to allocate MSI/INTx interrupts. Error: %d\n", nvecs); in wx_set_interrupt_capability()
2331 wx_err(wx, "Allocate irq vectors for failed.\n"); in wx_init_interrupt_scheme()
2338 wx_err(wx, "Unable to allocate memory for queue vectors.\n"); in wx_init_interrupt_scheme()
2410 wx_err(wx, "Alloc isb_mem failed\n"); in wx_setup_isb_resources()
2901 wx_err(wx, "Allocation for Rx Queue %u failed\n", i); in wx_setup_all_rx_resources()
3004 wx_err(wx, "Allocation for Tx Queue %u failed\n", i); in wx_setup_all_tx_resources()
3191 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.h1506 #define wx_err(wx, fmt, arg...) \ macro
/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()