Searched refs:ATH5K_ERR (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath5k/ |
D | attach.c | 62 ATH5K_ERR(ah, "POST Failed !!!\n"); in ath5k_hw_post() 77 ATH5K_ERR(ah, "POST Failed !!!\n"); in ath5k_hw_post() 235 ATH5K_ERR(ah, "Couldn't identify radio revision.\n"); in ath5k_hw_init() 244 ATH5K_ERR(ah, "Device not yet supported.\n"); in ath5k_hw_init() 266 ATH5K_ERR(ah, "unable to init EEPROM\n"); in ath5k_hw_init() 307 ATH5K_ERR(ah, "unable to get device capabilities\n"); in ath5k_hw_init()
|
D | reset.c | 619 ATH5K_ERR(ah, "failed to wakeup the MAC Chip\n"); in ath5k_hw_on_hold() 644 ATH5K_ERR(ah, "failed to put device on warm reset\n"); in ath5k_hw_on_hold() 651 ATH5K_ERR(ah, "failed to put device on hold\n"); in ath5k_hw_on_hold() 683 ATH5K_ERR(ah, "failed to wakeup the MAC Chip\n"); in ath5k_hw_nic_wakeup() 713 ATH5K_ERR(ah, "failed to reset the MAC Chip\n"); in ath5k_hw_nic_wakeup() 720 ATH5K_ERR(ah, "failed to resume the MAC Chip\n"); in ath5k_hw_nic_wakeup() 733 ATH5K_ERR(ah, "failed to warm reset the MAC Chip\n"); in ath5k_hw_nic_wakeup() 784 ATH5K_ERR(ah, "invalid radio frequency mode\n"); in ath5k_hw_nic_wakeup() 1178 ATH5K_ERR(ah, in ath5k_hw_reset() 1185 ATH5K_ERR(ah, in ath5k_hw_reset() [all …]
|
D | base.c | 610 ATH5K_ERR(ah, "can't alloc skbuff of size %u\n", in ath5k_rx_skb_alloc() 620 ATH5K_ERR(ah, "%s: DMA mapping failed\n", __func__); in ath5k_rx_skb_alloc() 661 ATH5K_ERR(ah, "%s: could not setup RX desc\n", __func__); in ath5k_rxbuf_setup() 913 ATH5K_ERR(ah, "can't allocate descriptors\n"); in ath5k_desc_alloc() 925 ATH5K_ERR(ah, "can't allocate bufptr\n"); in ath5k_desc_alloc() 1120 ATH5K_ERR(ah, "%s: unable to update parameters for beacon " in ath5k_beaconq_config() 1614 ATH5K_ERR(ah, "error in processing rx descriptor\n"); in ath5k_tasklet_rx() 1671 ATH5K_ERR(ah, "tx hdrlen not %%4: not enough" in ath5k_tx_queue() 1682 ATH5K_ERR(ah, "no further txbuf available, dropping packet\n"); in ath5k_tx_queue() 1798 ATH5K_ERR(ah, in ath5k_tx_processq() [all …]
|
D | desc.c | 100 ATH5K_ERR(ah, "zero retries\n"); in ath5k_hw_setup_2word_tx_desc() 105 ATH5K_ERR(ah, "zero rate\n"); in ath5k_hw_setup_2word_tx_desc() 271 ATH5K_ERR(ah, "zero retries\n"); in ath5k_hw_setup_4word_tx_desc() 276 ATH5K_ERR(ah, "zero rate\n"); in ath5k_hw_setup_4word_tx_desc() 400 ATH5K_ERR(ah, "zero rate\n"); in ath5k_hw_setup_mrr_tx_desc()
|
D | ani.c | 86 ATH5K_ERR(ah, "noise immunity level %d out of range", in ath5k_ani_set_noise_immunity_level() 117 ATH5K_ERR(ah, "spur immunity level %d out of range", in ath5k_ani_set_spur_immunity_level() 140 ATH5K_ERR(ah, "firstep level %d out of range", level); in ath5k_ani_set_firstep_level() 652 ATH5K_ERR(ah, "ANI mode %d out of range", mode); in ath5k_ani_init()
|
D | sysfs.c | 110 ATH5K_ERR(ah, "failed to create sysfs group\n"); in ath5k_sysfs_register()
|
D | mac80211-ops.c | 96 ATH5K_ERR(ah, "Only one single ad-hoc interface is allowed.\n"); in ath5k_add_interface() 601 ATH5K_ERR(ah, in ath5k_conf_tx()
|
D | phy.c | 892 ATH5K_ERR(ah, "out of memory\n"); in ath5k_hw_rfregs_init() 902 ATH5K_ERR(ah, "invalid bank\n"); in ath5k_hw_rfregs_init() 1441 ATH5K_ERR(ah, in ath5k_hw_channel() 1752 ATH5K_ERR(ah, "calibration timeout (%uMHz)\n", in ath5k_hw_rf5110_calibrate() 3608 ATH5K_ERR(ah, "invalid tx power: %u\n", txpower); in ath5k_hw_txpower() 3953 ATH5K_ERR(ah, "gain calibration timeout (%uMHz)\n", in ath5k_hw_phy_init()
|
D | qcu.c | 704 ATH5K_ERR(ah, in ath5k_hw_init_queues()
|
D | initvals.c | 1579 ATH5K_ERR(ah, "unsupported channel mode: %d\n", mode); in ath5k_hw_write_initvals()
|
D | eeprom.c | 109 ATH5K_ERR(ah, "Invalid max custom EEPROM size: " in ath5k_eeprom_init_header() 123 ATH5K_ERR(ah, "Invalid EEPROM " in ath5k_eeprom_init_header()
|
D | ath5k.h | 102 #define ATH5K_ERR(_sc, _fmt, ...) \ macro
|