Searched refs:b43legacydbg (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | xmit.c | 466 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()
|
D | dma.c | 159 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()
|
D | main.c | 238 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() 2278 b43legacydbg(dev->wl, "Chip initialized\n"); in b43legacy_chip_init() 2630 b43legacydbg(wl, "Reconfiguring PHYmode to %s-PHY\n", in b43legacy_switch_phymode() 2980 b43legacydbg(wl, "Wireless interface stopped\n"); in b43legacy_wireless_core_stop() 3009 b43legacydbg(dev->wl, "Wireless interface started\n"); in b43legacy_wireless_core_start() 3052 b43legacydbg(dev->wl, "Found PHY: Analog %u, Type %u, Revision %u\n", in b43legacy_phy_versioning() 3094 b43legacydbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X," in b43legacy_phy_versioning() 3428 b43legacydbg(wl, "Adding Interface type %d\n", vif->type); in b43legacy_op_add_interface() [all …]
|
D | b43legacy.h | 849 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...); 851 # define b43legacydbg(wl, fmt...) do { /* nothing */ } while (0) macro
|
D | pio.c | 449 b43legacydbg(dev->wl, "PIO initialized\n"); in b43legacy_pio_init() 590 b43legacydbg(queue->dev->wl, "PIO RX timed out\n"); in b43legacy_pio_rx()
|
D | debugfs.c | 411 b43legacydbg(dev->wl, "DebugFS (CONFIG_DEBUG_FS) not " in b43legacy_debugfs_add_device()
|
D | phy.c | 1301 b43legacydbg(dev->wl, in b43legacy_lo_write() 1870 b43legacydbg(dev->wl, "Current TX power output: " Q52_FMT in b43legacy_phy_xmitpower()
|
D | radio.c | 2123 b43legacydbg(dev->wl, "Radio initialized\n"); in b43legacy_radio_turn_off()
|