Searched refs:b43legacyerr (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/ |
D | main.c | 185 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyerr() function 1299 b43legacyerr(dev->wl, "MAC transmission error\n"); in b43legacy_interrupt_tasklet() 1302 b43legacyerr(dev->wl, "PHY transmission error\n"); in b43legacy_interrupt_tasklet() 1305 b43legacyerr(dev->wl, "Too many PHY TX errors, " in b43legacy_interrupt_tasklet() 1314 b43legacyerr(dev->wl, "Fatal DMA error: " in b43legacy_interrupt_tasklet() 1325 b43legacyerr(dev->wl, "DMA error: " in b43legacy_interrupt_tasklet() 1481 b43legacyerr(wl, "You must go to https://wireless.wiki.kernel.org/en/" in b43legacy_print_fw_helptext() 1516 b43legacyerr(dev->wl, "Unable to load firmware\n"); in do_request_fw() 1528 b43legacyerr(dev->wl, "Firmware file \"%s\" not found " in do_request_fw() 1553 b43legacyerr(dev->wl, "Firmware file \"%s\" format error.\n", path); in do_request_fw() [all …]
|
D | dma.c | 339 b43legacyerr(dev->wl, "DMA RX reset timed out\n"); in b43legacy_dmacontroller_rx_reset() 380 b43legacyerr(dev->wl, "DMA TX reset timed out\n"); in b43legacy_dmacontroller_tx_reset() 481 b43legacyerr(ring->dev->wl, in alloc_initial_descbuffers() 770 b43legacyerr(dev->wl, "DMA for this device not supported and " in b43legacy_dma_init() 1063 b43legacyerr(dev->wl, "Packet after queue stopped\n"); in b43legacy_dma_tx() 1070 b43legacyerr(dev->wl, "DMA queue overflow\n"); in b43legacy_dma_tx() 1084 b43legacyerr(dev->wl, "DMA tx mapping failure\n"); in b43legacy_dma_tx() 1293 b43legacyerr(ring->dev->wl, "DMA RX buffer too small " in dma_rx()
|
D | pio.c | 343 b43legacyerr(dev->wl, "This card does not support PIO " in b43legacy_setup_pioqueue() 349 b43legacyerr(dev->wl, "PIO tx device-queue too small (%u)\n", in b43legacy_setup_pioqueue() 541 b43legacyerr(queue->dev->wl, "PIO RX error: %s\n", error); in pio_rx_error()
|
D | debugfs.c | 367 b43legacyerr(dev->wl, "debugfs: add device OOM\n"); in b43legacy_debugfs_add_device() 375 b43legacyerr(dev->wl, "debugfs: add device txstatus OOM\n"); in b43legacy_debugfs_add_device()
|
D | sysfs.c | 131 b43legacyerr(wldev->wl, "Interference Mitigation not " in b43legacy_attr_interfmode_store()
|
D | b43legacy.h | 845 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...);
|
D | phy.c | 2001 b43legacyerr(dev->wl, "Could not allocate memory " in b43legacy_phy_init_tssi2dbm_table() 2009 b43legacyerr(dev->wl, "Could not generate " in b43legacy_phy_init_tssi2dbm_table() 2065 b43legacyerr(dev->wl, "Unknown PHYTYPE found\n"); in b43legacy_phy_init()
|