| /dpdk/drivers/net/hns3/ |
| H A D | hns3_mbx.c | 252 hns3_warn(hw, "PF inform reset level %d", reset_level); in hns3_handle_asserting_reset() 275 hns3_warn(hw, "Received a mismatched response req_msg(%x) " in hns3_update_resp_position() 281 hns3_warn(hw, "Received a new response again resp_msg(%x) " in hns3_update_resp_position() 336 hns3_warn(hw, "Reference clock lost!"); in hns3_link_fail_parse() 339 hns3_warn(hw, "SFP tx is disabled!"); in hns3_link_fail_parse() 342 hns3_warn(hw, "SFP is absent!"); in hns3_link_fail_parse() 345 hns3_warn(hw, "Unknown fail code:%u!", link_fail_code); in hns3_link_fail_parse() 395 hns3_warn(hw, "Promisc mode will be closed by host for being " in hns3_handle_promisc_info() 492 hns3_warn(hw, in hns3_dev_handle_mbx_msg()
|
| H A D | hns3_intr.c | 1925 hns3_warn(hw, "%s %s found [error status=0x%x]", in hns3_find_highest_level() 2574 hns3_warn(hw, in hns3_clear_reset_level() 2606 hns3_warn(hw, "%s retry to reset attempts: %d", in hns3_reset_err_handle() 2655 hns3_warn(hw, "Reset step1 down success time=%ld.%.6ld", in hns3_reset_pre() 2663 hns3_warn(hw, in hns3_reset_pre() 2719 hns3_warn(hw, in hns3_reset_post() 2742 hns3_warn(hw, "%s reset done fail_cnt:%" PRIu64 in hns3_reset_post() 2751 hns3_warn(hw, in hns3_reset_post() 2825 hns3_warn(hw, "Start %s reset time=%ld.%.6ld", in hns3_reset_process() 2833 hns3_warn(hw, in hns3_reset_process() [all …]
|
| H A D | hns3_common.c | 264 hns3_warn(hw, "parsed %s = %s.", HNS3_DEVARG_RX_FUNC_HINT, in hns3_parse_devargs() 268 hns3_warn(hw, "parsed %s = %s.", HNS3_DEVARG_TX_FUNC_HINT, in hns3_parse_devargs() 273 hns3_warn(hw, "parsed %s = 0x%" PRIx64 ".", in hns3_parse_devargs() 278 hns3_warn(hw, "parsed %s = %u.", HNS3_DEVARG_MBX_TIME_LIMIT_MS, in hns3_parse_devargs() 617 hns3_warn(hw, "default mac_addr from firmware is an invalid " in hns3_init_mac_addrs()
|
| H A D | hns3_ethdev_vf.c | 244 hns3_warn(hw, "Has permanent mac addr(%s) for vf", in hns3vf_set_default_mac_addr() 625 hns3_warn(hw, "resetting reg: 0x%x", rst_ing_reg); in hns3vf_check_event_cause() 633 hns3_warn(hw, "Global reset detected, clear reset status"); in hns3vf_check_event_cause() 636 hns3_warn(hw, "Global reset detected, don't clear reset status"); in hns3vf_check_event_cause() 717 hns3_warn(hw, "the size of hash lookup table configured (%u)" in hns3vf_check_dev_specifications() 1281 hns3_warn(hw, "hw_vlan_reject_tagged, hw_vlan_reject_untagged " in hns3vf_dev_configure_vlan() 1342 hns3_warn(hw, "Cancel the query when reset is pending"); in hns3vf_service_handler() 1673 hns3_warn(hw, "Close port %u finished", hw->data->port_id); in hns3vf_dev_close() 1864 hns3_warn(hw, "High level reset %d is pending", reset); in hns3vf_is_reset_pending() 1900 hns3_warn(hw, "hardware is ready, delay %d sec for PF reset complete", in hns3vf_wait_hardware_ready() [all …]
|
| H A D | hns3_logs.h | 22 #define hns3_warn(hw, fmt, args...) \ macro
|
| H A D | hns3_ethdev.c | 132 hns3_warn(hw, "IMP reset detected, clear reset status"); in hns3_proc_imp_reset_event() 155 hns3_warn(hw, in hns3_proc_global_reset_event() 246 hns3_warn(hw, "Probe during IMP reset interrupt"); in hns3_clear_all_event_cause() 249 hns3_warn(hw, "Probe during Global reset interrupt"); in hns3_clear_all_event_cause() 316 hns3_warn(hw, "received reset interrupt"); in hns3_interrupt_handler() 1173 hns3_warn(hw, in hns3_dev_configure_vlan() 1662 hns3_warn(hw, in hns3_set_default_mac_addr() 5692 hns3_warn(hw, "IMP Reset requested time=%ld.%.6ld", in hns3_msix_process() 5703 hns3_warn(hw, "PF Reset requested time=%ld.%.6ld", in hns3_msix_process() 5746 hns3_warn(hw, "Detected IMP RD poison!"); in hns3_record_imp_error() [all …]
|
| H A D | hns3_ptp.c | 128 hns3_warn(hw, "note: please ensure Rx/Tx burst mode is simple or common when enabling PTP!"); in hns3_timesync_enable()
|
| H A D | hns3_dcb.c | 917 hns3_warn(hw, in hns3_dcb_pri_dwrr_cfg() 1185 hns3_warn(hw, "pause_time(%u) is adjusted to 4", pause_time); in hns3_pause_param_setup_hw() 1720 hns3_warn(hw, "fc_mode(%u) exceeds member scope and is " in hns3_get_fc_mode()
|
| H A D | hns3_fdir.c | 320 hns3_warn(hw, "Unsupported tunnel filter in 4K*200Bit"); in hns3_init_fd_config() 633 hns3_warn(hw, "not support tuple of (%u)", tuple); in hns3_fd_convert_tuple()
|
| H A D | hns3_flow.c | 1460 hns3_warn(hw, "Default RSS hash key to be set"); in hns3_adjust_rss_key() 1575 hns3_warn(hw, "modified RSS types based on hardware support, " in hns3_config_rss_filter() 1609 hns3_warn(hw, "Config queue numbers %u are beyond the scope of truncated", in hns3_config_rss_filter()
|
| H A D | hns3_cmd.c | 489 hns3_warn(hw, "ignore PTP capability due to lack of " in hns3_parse_capability()
|
| H A D | hns3_tm.c | 1253 hns3_warn(hw, in hns3_tm_dev_start_proc()
|
| H A D | hns3_stats.c | 404 hns3_warn(hw, "MAC stats reg number from firmware is greater than stats iterms in driver."); in hns3_query_mac_stats_reg_num()
|
| H A D | hns3_rxtx.c | 1788 hns3_warn(hw, "if no descriptors available, packets are always " in hns3_rx_queue_conf_check() 1869 hns3_warn(hw, "deferred start is not supported."); in hns3_rx_queue_setup() 3006 hns3_warn(hw, "deferred start is not supported."); in hns3_tx_queue_setup()
|