Home
last modified time | relevance | path

Searched refs:b43legacydbg (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43legacy/
Dxmit.c466 b43legacydbg(dev->wl, "RX: Packet size underrun (1)\n"); in b43legacy_rx()
473 b43legacydbg(dev->wl, "RX: Packet size underrun (2)\n"); in b43legacy_rx()
502 b43legacydbg(dev->wl, "RX: Packet size" in b43legacy_rx()
518 b43legacydbg(dev->wl, "RX: Packet size" in b43legacy_rx()
581 b43legacydbg(dev->wl, "RX: Packet dropped\n"); in b43legacy_rx()
Ddma.c159 b43legacydbg(ring->dev->wl, in update_max_used_slots()
757 b43legacydbg(ring->dev->wl, "DMA-%u 0x%04X (%s) max used slots:" in b43legacy_destroy_dmaring()
907 b43legacydbg(dev->wl, "%u-bit DMA initialized\n", (unsigned int)type); in b43legacy_dma_init()
1123 b43legacydbg(ring->dev->wl, in should_inject_overflow()
1180 b43legacydbg(dev->wl, "Stopped TX ring %d\n", in b43legacy_dma_tx()
1210 b43legacydbg(dev->wl, "Out of order TX status report on DMA " in b43legacy_dma_handle_txstatus()
1298 b43legacydbg(dev->wl, "Woke up TX ring %d\n", in b43legacy_dma_handle_txstatus()
1387 b43legacydbg(ring->dev->wl, "DMA RX: setup_rx_descbuffer()" in dma_rx()
Dmain.c238 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacydbg() function
1044 b43legacydbg(dev->wl, "Updated beacon template\n"); in b43legacy_write_beacon_template()
1299 b43legacydbg(dev->wl, "Set beacon interval to %u\n", beacon_int); in b43legacy_set_beacon_int()
2280 b43legacydbg(dev->wl, "Chip initialized\n"); in b43legacy_chip_init()
2632 b43legacydbg(wl, "Reconfiguring PHYmode to %s-PHY\n", in b43legacy_switch_phymode()
2984 b43legacydbg(wl, "Wireless interface stopped\n"); in b43legacy_wireless_core_stop()
3013 b43legacydbg(dev->wl, "Wireless interface started\n"); in b43legacy_wireless_core_start()
3056 b43legacydbg(dev->wl, "Found PHY: Analog %u, Type %u, Revision %u\n", in b43legacy_phy_versioning()
3098 b43legacydbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X," in b43legacy_phy_versioning()
3432 b43legacydbg(wl, "Adding Interface type %d\n", vif->type); in b43legacy_op_add_interface()
[all …]
Db43legacy.h849 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...);
851 # define b43legacydbg(wl, fmt...) do { /* nothing */ } while (0) macro
Dpio.c449 b43legacydbg(dev->wl, "PIO initialized\n"); in b43legacy_pio_init()
590 b43legacydbg(queue->dev->wl, "PIO RX timed out\n"); in b43legacy_pio_rx()
Ddebugfs.c411 b43legacydbg(dev->wl, "DebugFS (CONFIG_DEBUG_FS) not " in b43legacy_debugfs_add_device()
Dphy.c1301 b43legacydbg(dev->wl, in b43legacy_lo_write()
1870 b43legacydbg(dev->wl, "Current TX power output: " Q52_FMT in b43legacy_phy_xmitpower()
Dradio.c2123 b43legacydbg(dev->wl, "Radio initialized\n"); in b43legacy_radio_turn_off()