Home
last modified time | relevance | path

Searched refs:zd_mac_dev (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.c154 dev_dbg_f_cond(zd_mac_dev(mac), signal < 0 || signal > 100, in zd_check_signal()
365 dev_dbg_f(zd_mac_dev(mac), "\n"); in zd_restore_settings()
377 dev_dbg_f(zd_mac_dev(mac), "set_mac_and_bssid failed, %d\n", r); in zd_restore_settings()
383 dev_dbg_f(zd_mac_dev(mac), "zd_chip_set_channel failed, %d\n", in zd_restore_settings()
392 dev_dbg_f(zd_mac_dev(mac), in zd_restore_settings()
747 dev_err(zd_mac_dev(mac), in zd_mac_config_beacon()
750 dev_err(zd_mac_dev(mac), in zd_mac_config_beacon()
802 dev_err(zd_mac_dev(mac), "Could not release " in zd_mac_config_beacon()
842 dev_warn(zd_mac_dev(mac), "CR_BCN_FIFO_SEMAPHORE stuck, " in zd_mac_config_beacon()
1193 dev_dbg_f(zd_mac_dev(mac), "Unsupported interrupt\n"); in zd_process_intr()
[all …]
Dzd_mac.h293 #define zd_mac_dev(mac) (zd_chip_dev(&(mac)->chip)) macro