Lines Matching refs:rdes3
28 unsigned int rdes3 = le32_to_cpu(p->des3); in dwxgmac2_get_rx_status() local
30 if (unlikely(rdes3 & XGMAC_RDES3_OWN)) in dwxgmac2_get_rx_status()
32 if (unlikely(rdes3 & XGMAC_RDES3_CTXT)) in dwxgmac2_get_rx_status()
34 if (likely(!(rdes3 & XGMAC_RDES3_LD))) in dwxgmac2_get_rx_status()
36 if (unlikely((rdes3 & XGMAC_RDES3_ES) && (rdes3 & XGMAC_RDES3_LD))) in dwxgmac2_get_rx_status()
99 unsigned int rdes3 = le32_to_cpu(p->des3); in dwxgmac2_rx_check_timestamp() local
104 desc_valid = !(rdes3 & XGMAC_RDES3_OWN) && (rdes3 & XGMAC_RDES3_CTXT); in dwxgmac2_rx_check_timestamp()
105 ts_valid = !(rdes3 & XGMAC_RDES3_TSD) && (rdes3 & XGMAC_RDES3_TSA); in dwxgmac2_rx_check_timestamp()
120 unsigned int rdes3 = le32_to_cpu(p->des3); in dwxgmac2_get_rx_timestamp_status() local
123 if (likely(rdes3 & XGMAC_RDES3_CDA)) in dwxgmac2_get_rx_timestamp_status()
259 unsigned int rdes3 = le32_to_cpu(p->des3); in dwxgmac2_get_rx_hash() local
262 if (rdes3 & XGMAC_RDES3_RSV) { in dwxgmac2_get_rx_hash()
263 ptype = (rdes3 & XGMAC_RDES3_L34T) >> XGMAC_RDES3_L34T_SHIFT; in dwxgmac2_get_rx_hash()