/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | main.c | 313 wil_info(wil, "bssid=%pM, reason=%d, ev%s\n", bssid, in _wil6210_disconnect() 425 wil_info(wil, "Recovery cancelled\n"); in wil_wait_for_recovery() 428 wil_info(wil, "Proceed with recovery\n"); in wil_wait_for_recovery() 456 wil_info(wil, "No recovery - interface is down\n"); in wil_fw_error_worker() 478 wil_info(wil, "fw error recovery requested (try %d)...\n", in wil_fw_error_worker() 500 wil_info(wil, "No recovery for AP-like interface\n"); in wil_fw_error_worker() 837 wil_info(wil, "oob_mode to %d\n", mode); in wil_set_oob_mode() 1117 wil_info(wil, "keep_radio_on_during_sleep (%d)\n", in wil_refresh_fw_capabilities() 1211 wil_info(wil, in wil_get_bl_info() 1215 wil_info(wil, "Boot Loader build unknown for struct v0\n"); in wil_get_bl_info() [all …]
|
D | interrupt.c | 262 wil_info(wil, "set ITR_TX_CNT_TRSH = %d usec\n", in wil_configure_interrupt_moderation() 271 wil_info(wil, "set ITR_TX_IDL_CNT_TRSH = %d usec\n", in wil_configure_interrupt_moderation() 280 wil_info(wil, "set ITR_RX_CNT_TRSH = %d usec\n", in wil_configure_interrupt_moderation() 289 wil_info(wil, "set ITR_RX_IDL_CNT_TRSH = %d usec\n", in wil_configure_interrupt_moderation()
|
D | wil_crash_dump.c | 131 wil_info(wil, "fw core dumped, size %d bytes\n", fw_dump_size); in wil_fw_core_dump()
|
D | cfg80211.c | 540 wil_info(wil, "added VIF, mid %d iftype %d MAC %pM\n", in wil_cfg80211_add_iface() 562 wil_info(wil, "failed to stop AP, status %d\n", in wil_vif_prepare_stop() 603 wil_info(wil, "deleted VIF, mid %d iftype %d MAC %pM\n", in wil_cfg80211_del_iface() 877 wil_info(wil, "Connecting to:\n"); in wil_print_connect_params() 879 wil_info(wil, " Channel: %d freq %d\n", in wil_print_connect_params() 883 wil_info(wil, " BSSID: %pM\n", sme->bssid); in wil_print_connect_params() 887 wil_info(wil, " Privacy: %s\n", sme->privacy ? "secure" : "open"); in wil_print_connect_params() 888 wil_info(wil, " PBSS: %d\n", sme->pbss); in wil_print_connect_params() 922 wil_info(wil, "WSC connection\n"); in wil_cfg80211_connect() 1331 wil_info(wil, "Not connected, %pM %s[%d]\n", in wil_cfg80211_del_key() [all …]
|
D | debugfs.c | 1002 wil_info(wil, "-> %d\n", rc); in wil_write_file_txmgmt() 1045 wil_info(wil, "0x%04x[%d] -> %d\n", cmdid, cmdlen, rc1); in wil_write_file_wmi() 1893 wil_info(wil, "%s TX latency measurements (resolution %dusec)\n", in wil_tx_latency_write() 2058 wil_info(wil, "request link statistics, cid %d interval %d\n", in wil_link_stats_write() 2125 wil_info(wil, "request global link stats, interval %d\n", interval); in wil_link_stats_global_write() 2172 wil_info(wil, "%s led %d\n", val ? "Enabling" : "Disabling", led_id); in wil_write_file_led_cfg() 2175 wil_info(wil, "%s led %d failed\n", in wil_write_file_led_cfg() 2385 wil_info(wil, "%sable compressed_rx_status\n", in wil_compressed_rx_status_write()
|
D | pcie_bus.c | 133 wil_info(wil, "Board hardware is %s, flash %sexist\n", wil->hw_name, in wil_set_capabilities() 381 wil_info(wil, "CSR at %pR -> 0x%p\n", &pdev->resource[0], wil->csr); in wil_pcie_probe()
|
D | p2p.c | 216 wil_info(wil, "Cookie mismatch: 0x%016llx vs. 0x%016llx\n", in wil_p2p_cancel_listen()
|
D | wmi.c | 754 wil_info(wil, "FW ver. %s(SW %d); MAC %pM; %d MID's\n", in wmi_evt_ready() 941 wil_info(wil, "Connect %pM channel [%d] cid %d aid %d\n", in wmi_evt_connect() 1003 wil_info(wil, "successful connection to CID %d\n", evt->cid); in wmi_evt_connect() 1082 wil_info(wil, "Disconnect %pM reason [proto %d wmi %d]\n", in wmi_evt_disconnect() 1795 wil_info(wil, in wmi_pcp_start() 2108 wil_info(wil, "(%s)\n", on ? "on" : "off"); in wmi_rxon() 2832 wil_info(wil, "Unhandled event 0x%04x\n", id); in wmi_event_handle()
|
D | txrx_edma.c | 671 wil_info(wil, in wil_rx_init_edma() 1174 wil_info(wil, "Tx irq[%d]: ring disabled\n", ring_id); in wil_tx_sring_handler()
|
D | txrx.c | 870 wil_info(wil, "Override RX buffer to mtu_max(%d)\n", mtu_max); in wil_rx_buf_len_init() 2138 wil_info(wil, "Tx irq[%d]: vring disabled\n", ringid); in wil_tx_complete()
|
D | wil6210.h | 1078 #define wil_info(wil, fmt, arg...) __wil_info(wil, "%s: " fmt, __func__, ##arg) macro
|