Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dcore.c1563 struct rtw89_rxdesc_short *rxd_s; in rtw89_core_query_rxdesc() local
1567 rxd_s = (struct rtw89_rxdesc_short *)(data + data_offset); in rtw89_core_query_rxdesc()
1568 desc_info->pkt_size = RTW89_GET_RXWD_PKT_SIZE(rxd_s); in rtw89_core_query_rxdesc()
1569 desc_info->drv_info_size = RTW89_GET_RXWD_DRV_INFO_SIZE(rxd_s); in rtw89_core_query_rxdesc()
1570 desc_info->long_rxdesc = RTW89_GET_RXWD_LONG_RXD(rxd_s); in rtw89_core_query_rxdesc()
1571 desc_info->pkt_type = RTW89_GET_RXWD_RPKT_TYPE(rxd_s); in rtw89_core_query_rxdesc()
1572 desc_info->mac_info_valid = RTW89_GET_RXWD_MAC_INFO_VALID(rxd_s); in rtw89_core_query_rxdesc()
1574 desc_info->bw = RTW89_GET_RXWD_BW_V1(rxd_s); in rtw89_core_query_rxdesc()
1576 desc_info->bw = RTW89_GET_RXWD_BW(rxd_s); in rtw89_core_query_rxdesc()
1577 desc_info->data_rate = RTW89_GET_RXWD_DATA_RATE(rxd_s); in rtw89_core_query_rxdesc()
[all …]