Searched refs:GET_RX_DESC_ICV_ERR (Results 1 – 3 of 3) sorted by relevance
30 #define GET_RX_DESC_ICV_ERR(__rx_desc) LE_BITS_TO_4BYTE(__rx_desc + 0x00, 15, 1) macro
28 #define GET_RX_DESC_ICV_ERR_8822B(__rx_desc) GET_RX_DESC_ICV_ERR(__rx_desc)
214 status->icv = (u16)GET_RX_DESC_ICV_ERR(pdesc); in rtl8822be_rx_query_desc()