Searched refs:b43legacydbg (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/broadcom/b43legacy/ |
D | xmit.c | 453 b43legacydbg(dev->wl, "RX: Packet size underrun (1)\n"); in b43legacy_rx() 460 b43legacydbg(dev->wl, "RX: Packet size underrun (2)\n"); in b43legacy_rx() 489 b43legacydbg(dev->wl, "RX: Packet size" in b43legacy_rx() 505 b43legacydbg(dev->wl, "RX: Packet size" in b43legacy_rx() 569 b43legacydbg(dev->wl, "RX: Packet dropped\n"); in b43legacy_rx()
|
D | dma.c | 146 b43legacydbg(ring->dev->wl, in update_max_used_slots() 720 b43legacydbg(ring->dev->wl, "DMA-%u 0x%04X (%s) max used slots:" in b43legacy_destroy_dmaring() 830 b43legacydbg(dev->wl, "%u-bit DMA initialized\n", (unsigned int)type); in b43legacy_dma_init() 1046 b43legacydbg(ring->dev->wl, in should_inject_overflow() 1103 b43legacydbg(dev->wl, "Stopped TX ring %d\n", in b43legacy_dma_tx() 1133 b43legacydbg(dev->wl, "Out of order TX status report on DMA " in b43legacy_dma_handle_txstatus() 1221 b43legacydbg(dev->wl, "Woke up TX ring %d\n", in b43legacy_dma_handle_txstatus() 1310 b43legacydbg(ring->dev->wl, "DMA RX: setup_rx_descbuffer()" in dma_rx()
|
D | main.c | 224 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacydbg() function 1016 b43legacydbg(dev->wl, "Updated beacon template\n"); in b43legacy_write_beacon_template() 1270 b43legacydbg(dev->wl, "Set beacon interval to %u\n", beacon_int); in b43legacy_set_beacon_int() 2248 b43legacydbg(dev->wl, "Chip initialized\n"); in b43legacy_chip_init() 2600 b43legacydbg(wl, "Reconfiguring PHYmode to %s-PHY\n", in b43legacy_switch_phymode() 2948 b43legacydbg(wl, "Wireless interface stopped\n"); in b43legacy_wireless_core_stop() 2977 b43legacydbg(dev->wl, "Wireless interface started\n"); in b43legacy_wireless_core_start() 3020 b43legacydbg(dev->wl, "Found PHY: Analog %u, Type %u, Revision %u\n", in b43legacy_phy_versioning() 3062 b43legacydbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X," in b43legacy_phy_versioning() 3395 b43legacydbg(wl, "Adding Interface type %d\n", vif->type); in b43legacy_op_add_interface() [all …]
|
D | b43legacy.h | 850 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...); 852 # define b43legacydbg(wl, fmt...) do { /* nothing */ } while (0) macro
|
D | pio.c | 435 b43legacydbg(dev->wl, "PIO initialized\n"); in b43legacy_pio_init() 576 b43legacydbg(queue->dev->wl, "PIO RX timed out\n"); in b43legacy_pio_rx()
|
D | phy.c | 1276 b43legacydbg(dev->wl, in b43legacy_lo_write() 1845 b43legacydbg(dev->wl, "Current TX power output: " Q52_FMT in b43legacy_phy_xmitpower()
|
D | radio.c | 2106 b43legacydbg(dev->wl, "Radio initialized\n"); in b43legacy_radio_turn_off()
|