Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c578 qsel = desc_info->hiq ? RTW89_TX_QSEL_B0_HI : RTW89_TX_QSEL_B0_MGMT; in rtw89_core_tx_update_mgmt_info()
583 desc_info->port = desc_info->hiq ? rtwvif->port : 0; in rtw89_core_tx_update_mgmt_info()
781 qsel = desc_info->hiq ? RTW89_TX_QSEL_B0_HI : rtw89_core_get_qsel(rtwdev, tid); in rtw89_core_tx_update_data_info()
788 desc_info->port = desc_info->hiq ? rtwvif->port : 0; in rtw89_core_tx_update_data_info()
892 desc_info->hiq = info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM; in rtw89_core_tx_update_desc_info()
H A Dcore.h1047 bool hiq; member