/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | ioctl.c | 44 wil_err(wil, "Unsupported address mode, op = 0x%08x\n", op); in wil_ioc_addr() 50 wil_err(wil, "Requested block does not fit into memory: " in wil_ioc_addr() 72 wil_err(wil, "invalid address 0x%08x, op = 0x%08x\n", io.addr, in wil_ioc_memio_dword() 87 wil_err(wil, "Unsupported operation, op = 0x%08x\n", io.op); in wil_ioc_memio_dword() 117 wil_err(wil, "size is not multiple of 4: 0x%08x\n", io.size); in wil_ioc_memio_block() 123 wil_err(wil, "invalid address 0x%08x, op = 0x%08x\n", io.addr, in wil_ioc_memio_block() 152 wil_err(wil, "Unsupported operation, op = 0x%08x\n", io.op); in wil_ioc_memio_block()
|
D | pcie_bus.c | 47 wil_err(wil, "Unknown board hardware 0x%08x\n", rev_id); in wil_set_capabilities() 106 wil_err(wil, "Invalid use_msi=%d, default to 1\n", use_msi); in wil_if_pcie_enable() 111 wil_err(wil, "3 MSI mode failed, try 1 MSI\n"); in wil_if_pcie_enable() 116 wil_err(wil, "pci_enable_msi failed, use INTx\n"); in wil_if_pcie_enable() 123 wil_err(wil, "Interrupt pin not routed, unable to use INTx\n"); in wil_if_pcie_enable() 236 wil_err(wil, "Enable device failed\n"); in wil_pcie_probe() 243 wil_err(wil, "wil_if_add failed: %d\n", rc); in wil_pcie_probe()
|
D | interrupt.c | 230 wil_err(wil, "spurious IRQ: RX\n"); in wil6210_irq_rx() 258 wil_err(wil, in wil6210_irq_rx() 262 wil_err(wil, "Got Rx interrupt while in reset\n"); in wil6210_irq_rx() 267 wil_err(wil, "un-handled RX ISR bits 0x%08x\n", isr); in wil6210_irq_rx() 291 wil_err(wil, "spurious IRQ: TX\n"); in wil6210_irq_tx() 307 wil_err(wil, "Got Tx interrupt while in reset\n"); in wil6210_irq_tx() 312 wil_err(wil, "un-handled TX ISR bits 0x%08x\n", isr); in wil6210_irq_tx() 332 wil_err(wil, "Notify about firmware error\n"); in wil_notify_fw_error() 356 wil_err(wil, "spurious IRQ: MISC\n"); in wil6210_irq_misc() 363 wil_err(wil, "Firmware error detected\n"); in wil6210_irq_misc() [all …]
|
D | wmi.c | 198 wil_err(wil, "WMI size too large: %d bytes, max is %d\n", in __wmi_send() 206 wil_err(wil, "WMI: cannot send command while FW not ready\n"); in __wmi_send() 211 wil_err(wil, "WMI head is garbage: 0x%08x\n", r->head); in __wmi_send() 222 wil_err(wil, "WMI head busy\n"); in __wmi_send() 237 wil_err(wil, "WMI ring full\n"); in __wmi_send() 242 wil_err(wil, "invalid WMI buffer: 0x%08x\n", in __wmi_send() 332 wil_err(wil, "Frame on unsupported channel\n"); in wmi_evt_rx_mgmt() 357 wil_err(wil, "cfg80211_inform_bss_frame() failed\n"); in wmi_evt_rx_mgmt() 380 wil_err(wil, "SCAN_COMPLETE while not scanning\n"); in wmi_evt_scan_complete() 399 wil_err(wil, "Connect event too short : %d bytes\n", len); in wmi_evt_connect() [all …]
|
D | cfg80211.c | 272 wil_err(wil, "Already scanning\n"); in wil_cfg80211_scan() 287 wil_err(wil, "Can't scan now\n"); in wil_cfg80211_scan() 302 wil_err(wil, in wil_cfg80211_scan() 322 wil_err(wil, "Aborting scan, set_ie failed: %d\n", rc); in wil_cfg80211_scan() 398 wil_err(wil, "IE too large (%td bytes)\n", sme->ie_len); in wil_cfg80211_connect() 407 wil_err(wil, "Missing RSN IE for secure connection\n"); in wil_cfg80211_connect() 415 wil_err(wil, "Unable to find BSS\n"); in wil_cfg80211_connect() 421 wil_err(wil, "No SSID\n"); in wil_cfg80211_connect() 431 wil_err(wil, "WMI_DELETE_CIPHER_KEY_CMD failed\n"); in wil_cfg80211_connect() 442 wil_err(wil, "WMI_SET_APPIE_CMD failed\n"); in wil_cfg80211_connect() [all …]
|
D | txrx.c | 321 wil_err(wil, "Unable to expand headrom to %d\n", rtap_len); in wil_rx_add_radiotap_header() 400 wil_err(wil, "No Rx skb at [%d]\n", i); in wil_vring_reap_rx() 416 wil_err(wil, "Rx size too large: %d bytes!\n", dmalen); in wil_vring_reap_rx() 452 wil_err(wil, "Short frame, len = %d\n", skb->len); in wil_vring_reap_rx() 505 wil_err(wil, "Error %d in wil_rx_refill[%d]\n", in wil_rx_refill() 612 wil_err(wil, "Rx IRQ while Rx not yet initialized\n"); in wil_rx_handle() 641 wil_err(wil, "Rx ring already allocated\n"); in wil_rx_init() 710 wil_err(wil, "Tx ring [%d] already allocated\n", id); in wil_vring_init_tx() 733 wil_err(wil, "Tx config failed, status 0x%02x\n", in wil_vring_init_tx() 778 wil_err(wil, "Tx ring [%d] already allocated\n", id); in wil_vring_init_bcast() [all …]
|
D | main.c | 267 wil_err(wil, "Scan timeout detected, start fw error recovery\n"); in wil_scan_timer_fn() 276 wil_err(wil, "Interrupt, canceling recovery\n"); in wil_wait_for_recovery() 319 wil_err(wil, "too many recovery attempts (%d), giving up\n", in wil_fw_error_worker() 347 wil_err(wil, "No recovery - unknown interface type %d\n", in wil_fw_error_worker() 405 wil_err(wil, "No connection pending\n"); in wil_connect_worker() 571 wil_err(wil, "Xtal stabilization timeout\n" in wil_target_reset() 606 wil_err(wil, "Reset not completed, bl.ready 0x%08x\n", in wil_target_reset() 643 wil_err(wil, "BL: Invalid MAC %pM\n", bl.mac_address); in wil_get_bl_info() 663 wil_err(wil, "Firmware not ready\n"); in wil_wait_for_fw_ready() 892 wil_err(wil, "timeout waiting for idle FW/HW\n"); in __wil_down()
|
D | rx_reorder.c | 138 wil_err(wil, in wil_rx_reorder() 145 wil_err(wil, in wil_rx_reorder() 303 wil_err(wil, "BACK: invalid CID %d\n", cid); in wil_back_rx_handle() 309 wil_err(wil, "BACK: CID %d not connected\n", cid); in wil_back_rx_handle() 320 wil_err(wil, "BACK requested unsupported ba_policy == 1\n"); in wil_back_rx_handle()
|
D | debugfs.c | 355 wil_err(wil, "Create file \"%s\": err %ld\n", in wil6210_debugfs_init_offset() 601 wil_err(wil, "Invalid channel %ld\n", channel); in wil_write_file_rxon() 658 wil_err(wil, "BACK: add require at least 2 params\n"); in wil_write_back() 670 wil_err(wil, in wil_write_back() 678 wil_err(wil, "BACK: Unrecognized command \"%s\"\n", cmd); in wil_write_back() 1000 wil_err(wil, "Unable to set SSID substring from [%d]\n", in wil_write_file_ssid() 1006 wil_err(wil, "SSID too long, len = %d\n", (int)count); in wil_write_file_ssid() 1010 wil_err(wil, "Unable to change SSID on running interface\n"); in wil_write_file_ssid() 1224 wil_err(wil, "No recovery pending\n"); in wil_write_file_recovery() 1229 wil_err(wil, "Offset [%d]\n", (int)*ppos); in wil_write_file_recovery() [all …]
|
D | debug.c | 20 void wil_err(struct wil6210_priv *wil, const char *fmt, ...) in wil_err() function
|
D | netdev.c | 44 wil_err(wil, "invalid MTU %d\n", new_mtu); in wil_change_mtu()
|
D | fw_inc.c | 21 #define wil_err_fw(wil, fmt, arg...) wil_err(wil, "ERR[ FW ]" fmt, ##arg)
|
D | wil6210.h | 626 void wil_err(struct wil6210_priv *wil, const char *fmt, ...);
|