Home
last modified time | relevance | path

Searched refs:B43legacy_WARN_ON (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dpio.c126 B43legacy_WARN_ON(1); in generate_cookie()
129 B43legacy_WARN_ON(!(((u16)packetindex & 0xF000) == 0x0000)); in generate_cookie()
158 B43legacy_WARN_ON(1); in parse_cookie()
161 B43legacy_WARN_ON(!(packetindex >= 0 && packetindex in parse_cookie()
184 B43legacy_WARN_ON(skb_shinfo(skb)->nr_frags != 0); in pio_tx_write_fragment()
232 B43legacy_WARN_ON(queue->tx_devq_packets > in pio_tx_packet()
458 B43legacy_WARN_ON(queue->tx_suspended); in b43legacy_pio_tx()
459 B43legacy_WARN_ON(list_empty(&queue->txfree)); in b43legacy_pio_tx()
483 B43legacy_WARN_ON(!queue); in b43legacy_pio_handle_txstatus()
655 B43legacy_WARN_ON(!b43legacy_using_pio(dev)); in b43legacy_pio_freeze_txqueues()
[all …]
H A Ddma.c157 B43legacy_WARN_ON(!ring->tx); in request_slot()
183 B43legacy_WARN_ON(1); in priority_to_txring()
266 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_cpu()
277 B43legacy_WARN_ON(ring->tx); in sync_descbuffer_for_device()
429 B43legacy_WARN_ON(ring->tx); in setup_rx_descbuffer()
678 B43legacy_WARN_ON(1); in b43legacy_setup_dmaring()
917 B43legacy_WARN_ON(1); in parse_cookie()
1055 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_tx()
1113 B43legacy_WARN_ON(!ring->tx); in b43legacy_dma_handle_txstatus()
1324 B43legacy_WARN_ON(ring->tx); in b43legacy_dma_rx()
[all …]
H A Dmain.c246 B43legacy_WARN_ON(offset % 4 != 0); in b43legacy_ram_write()
1421 B43legacy_WARN_ON(!dev); in b43legacy_interrupt_handler()
1943 B43legacy_WARN_ON(irqs_disabled()); in b43legacy_mac_enable()
1971 B43legacy_WARN_ON(irqs_disabled()); in b43legacy_mac_suspend()
2247 B43legacy_WARN_ON(err != 0); in b43legacy_chip_init()
2700 B43legacy_WARN_ON(1); in b43legacy_op_dev_config()
2817 B43legacy_WARN_ON(wl->vif != vif); in b43legacy_op_bss_info_changed()
3429 B43legacy_WARN_ON(!wl->operating); in b43legacy_op_remove_interface()
3430 B43legacy_WARN_ON(wl->vif != vif); in b43legacy_op_remove_interface()
3860 B43legacy_WARN_ON(!wl); in b43legacy_probe()
[all …]
H A Dradio.c113 B43legacy_WARN_ON(1); in b43legacy_radio_read16()
910 B43legacy_WARN_ON(!((id & 0xF8) == 0x00)); in _stack_save()
924 B43legacy_WARN_ON(!((id & 0xF8) == 0x00)); in _stack_restore()
1725 B43legacy_WARN_ON(1); in b43legacy_radio_selectchannel()
1785 B43legacy_WARN_ON(txpower > 63); in b43legacy_get_txgain_base_band()
1804 B43legacy_WARN_ON(txpower > 63); in b43legacy_get_txgain_freq_power_amp()
1825 B43legacy_WARN_ON(txpower > 63); in b43legacy_get_txgain_dac()
1899 B43legacy_WARN_ON(radio_attenuation > 9); in b43legacy_radio_set_txpower_bg()
1901 B43legacy_WARN_ON(radio_attenuation > 31); in b43legacy_radio_set_txpower_bg()
1902 B43legacy_WARN_ON(txpower > 7); in b43legacy_radio_set_txpower_bg()
[all …]
H A Dsysfs.c90 B43legacy_WARN_ON(1); in b43legacy_attr_interfmode_show()
203 B43legacy_WARN_ON(b43legacy_status(wldev) != in b43legacy_sysfs_register()
H A Dxmit.c121 B43legacy_WARN_ON(octets & 0xF000); in b43legacy_generate_plcp_hdr()
230 B43legacy_WARN_ON(key_idx >= dev->max_nr_keys); in generate_txhdr_fw3()
479 B43legacy_WARN_ON(keyidx >= dev->max_nr_keys); in b43legacy_rx()
483 B43legacy_WARN_ON(!ieee80211_has_protected(fctl)); in b43legacy_rx()
H A Dphy.c77 B43legacy_WARN_ON(dev->phy.phy_locked); in b43legacy_phy_lock()
92 B43legacy_WARN_ON(!dev->phy.phy_locked); in b43legacy_phy_unlock()
1080 B43legacy_WARN_ON(phy->nrssi[1] != -1000); in b43legacy_phy_initg()
1083 B43legacy_WARN_ON(phy->nrssi[1] == -1000); in b43legacy_phy_initg()
1298 B43legacy_WARN_ON(rfatt >= 10); in b43legacy_find_lopair()
1388 B43legacy_WARN_ON(!(state >= 0 && state <= 8)); in b43legacy_phy_lo_g_state()
1408 B43legacy_WARN_ON(!(j >= 1 && j <= 8)); in b43legacy_phy_lo_g_state()
1978 B43legacy_WARN_ON(!(phy->type == B43legacy_PHYTYPE_B || in b43legacy_phy_init_tssi2dbm_table()
2082 B43legacy_WARN_ON(antennadiv > 3); in b43legacy_phy_set_antenna_diversity()
2174 B43legacy_WARN_ON(1); in b43legacy_phy_set_antenna_diversity()
H A Ddebugfs.c364 B43legacy_WARN_ON(!dev); in b43legacy_debugfs_add_device()
432 B43legacy_WARN_ON(!irqs_disabled()); in b43legacy_debugfs_log_txstat()
H A Db43legacy.h335 # define B43legacy_WARN_ON(x) WARN_ON(x) macro
348 # define B43legacy_WARN_ON(x) __b43legacy_warn_on_dummy(unlikely(!!(x))) macro
H A Dleds.c213 B43legacy_WARN_ON(1); in b43legacy_leds_init()