Searched refs:RTW_RX_DESC_W0_SWDEC (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw88/ | ||
H A D | rx.h | 33 #define RTW_RX_DESC_W0_SWDEC BIT(27) macro |
H A D | rx.c | 278 swdec = le32_get_bits(rx_desc->w0, RTW_RX_DESC_W0_SWDEC); in rtw_rx_query_rx_desc() |