Home
last modified time | relevance | path

Searched refs:b43legacyerr (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Dmain.c185 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 …]
Ddma.c347 b43legacyerr(dev->wl, "DMA RX reset timed out\n"); in b43legacy_dmacontroller_rx_reset()
388 b43legacyerr(dev->wl, "DMA TX reset timed out\n"); in b43legacy_dmacontroller_tx_reset()
489 b43legacyerr(ring->dev->wl, in alloc_initial_descbuffers()
778 b43legacyerr(dev->wl, "DMA for this device not supported and " in b43legacy_dma_init()
1071 b43legacyerr(dev->wl, "Packet after queue stopped\n"); in b43legacy_dma_tx()
1078 b43legacyerr(dev->wl, "DMA queue overflow\n"); in b43legacy_dma_tx()
1092 b43legacyerr(dev->wl, "DMA tx mapping failure\n"); in b43legacy_dma_tx()
1301 b43legacyerr(ring->dev->wl, "DMA RX buffer too small " in dma_rx()
Dpio.c343 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()
Ddebugfs.c367 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()
Dsysfs.c133 b43legacyerr(wldev->wl, "Interference Mitigation not " in b43legacy_attr_interfmode_store()
Db43legacy.h845 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...);
Dphy.c2001 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()