Searched refs:b43legacyerr (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | main.c | 201 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyerr() function 1327 b43legacyerr(dev->wl, "MAC transmission error\n"); in b43legacy_interrupt_tasklet() 1330 b43legacyerr(dev->wl, "PHY transmission error\n"); in b43legacy_interrupt_tasklet() 1333 b43legacyerr(dev->wl, "Too many PHY TX errors, " in b43legacy_interrupt_tasklet() 1342 b43legacyerr(dev->wl, "Fatal DMA error: " in b43legacy_interrupt_tasklet() 1354 b43legacyerr(dev->wl, "DMA error: " in b43legacy_interrupt_tasklet() 1511 b43legacyerr(wl, "You must go to http://linuxwireless.org/en/users/" in b43legacy_print_fw_helptext() 1533 b43legacyerr(dev->wl, "Firmware file \"%s\" not found " in do_request_fw() 1558 b43legacyerr(dev->wl, "Firmware file \"%s\" format error.\n", path); in do_request_fw() 1638 b43legacyerr(dev->wl, "No Initial Values firmware file for PHY %u, " in b43legacy_request_firmware() [all …]
|
D | dma.c | 468 b43legacyerr(ring->dev->wl, "DMA ringmemory allocation" in alloc_ringmemory() 517 b43legacyerr(dev->wl, "DMA RX reset timed out\n"); in b43legacy_dmacontroller_rx_reset() 577 b43legacyerr(dev->wl, "DMA TX reset timed out\n"); in b43legacy_dmacontroller_tx_reset() 682 b43legacyerr(ring->dev->wl, in alloc_initial_descbuffers() 1059 b43legacyerr(dev->wl, "The machine/kernel does not support " in b43legacy_dma_set_mask() 1092 b43legacyerr(dev->wl, "DMA for this device not supported and " in b43legacy_dma_init() 1389 b43legacyerr(dev->wl, "Packet after queue stopped\n"); in b43legacy_dma_tx() 1397 b43legacyerr(dev->wl, "DMA queue overflow\n"); in b43legacy_dma_tx() 1415 b43legacyerr(dev->wl, "DMA tx mapping failure\n"); in b43legacy_dma_tx() 1607 b43legacyerr(ring->dev->wl, "DMA RX buffer too small " in dma_rx()
|
D | debugfs.c | 396 b43legacyerr(dev->wl, "debugfs: add device OOM\n"); in b43legacy_debugfs_add_device() 404 b43legacyerr(dev->wl, "debugfs: add device txstatus OOM\n"); in b43legacy_debugfs_add_device() 420 b43legacyerr(dev->wl, "debugfs: cannot create %s directory\n", in b43legacy_debugfs_add_device()
|
D | pio.c | 357 b43legacyerr(dev->wl, "This card does not support PIO " in b43legacy_setup_pioqueue() 363 b43legacyerr(dev->wl, "PIO tx device-queue too small (%u)\n", in b43legacy_setup_pioqueue() 555 b43legacyerr(queue->dev->wl, "PIO RX error: %s\n", error); in pio_rx_error()
|
D | sysfs.c | 144 b43legacyerr(wldev->wl, "Interference Mitigation not " in b43legacy_attr_interfmode_store()
|
D | b43legacy.h | 818 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...)
|
D | phy.c | 2026 b43legacyerr(dev->wl, "Could not allocate memory " in b43legacy_phy_init_tssi2dbm_table() 2034 b43legacyerr(dev->wl, "Could not generate " in b43legacy_phy_init_tssi2dbm_table() 2090 b43legacyerr(dev->wl, "Unknown PHYTYPE found\n"); in b43legacy_phy_init()
|