Searched refs:rtw89_debug_priv_get (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | debug.c | 4853 #define rtw89_debug_priv_get(name, opts...) \ macro 4896 .rf_reg_dump = rtw89_debug_priv_get(rf_reg_dump, RSIZE_8K), 4897 .txpwr_table = rtw89_debug_priv_get(txpwr_table, RSIZE_20K, RLOCK), 4904 .ser_counters = rtw89_debug_priv_get(ser_counters, RLOCK), 4905 .btc_info = rtw89_debug_priv_get(btc_info, RSIZE_12K), 4908 .phy_info = rtw89_debug_priv_get(phy_info), 4909 .stations = rtw89_debug_priv_get(stations, RLOCK), 4912 .beacon_info = rtw89_debug_priv_get(beacon_info), 4913 .diag_mac = rtw89_debug_priv_get(diag_mac, RSIZE_16K, RLOCK),
|