Searched refs:RX_PHYERR_MASK_GET64 (Results 1 – 1 of 1) sorted by relevance
1204 #define RX_PHYERR_MASK_GET64(_val1, _val2) (((uint64_t)(_val2) << 32) | (_val1)) macro1379 mask64 = RX_PHYERR_MASK_GET64(mon_pdev->phyrx_error_mask, in dp_rx_handle_ppdu_undecoded_metadata()