Lines Matching refs:mac
299 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl92ce_translate_rx_signal_stuff() local
319 ether_addr_equal(mac->bssid, in _rtl92ce_translate_rx_signal_stuff()
430 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl92ce_tx_fill_desc() local
456 sta = get_sta(hw, mac->vif, mac->bssid); in rtl92ce_tx_fill_desc()
457 if (mac->opmode == NL80211_IFTYPE_STATION) { in rtl92ce_tx_fill_desc()
458 bw_40 = mac->bw_40; in rtl92ce_tx_fill_desc()
459 } else if (mac->opmode == NL80211_IFTYPE_AP || in rtl92ce_tx_fill_desc()
460 mac->opmode == NL80211_IFTYPE_ADHOC || in rtl92ce_tx_fill_desc()
461 mac->opmode == NL80211_IFTYPE_MESH_POINT) { in rtl92ce_tx_fill_desc()
514 mac->cur_40_prime_sc); in rtl92ce_tx_fill_desc()
558 if (mac->rdg_en) { in rtl92ce_tx_fill_desc()