Searched refs:mac_mem (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.c60 } mac_mem; member in union:rtw89_debugfs_priv::__anon600
800 debugfs_priv->mac_mem.sel = sel;
801 debugfs_priv->mac_mem.start = start_addr;
802 debugfs_priv->mac_mem.len = len;
852 if (debugfs_priv->mac_mem.sel >= RTW89_MAC_MEM_NUM)
856 switch (debugfs_priv->mac_mem.sel) {
873 debugfs_priv->mac_mem.sel,
874 debugfs_priv->mac_mem.start,
875 debugfs_priv->mac_mem.len);

Completed in 66 milliseconds