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()
101 unsigned int rdes3 = le32_to_cpu(p->des3); in dwxgmac2_rx_check_timestamp() local
106 desc_valid = !(rdes3 & XGMAC_RDES3_OWN) && (rdes3 & XGMAC_RDES3_CTXT); in dwxgmac2_rx_check_timestamp()
107 ts_valid = !(rdes3 & XGMAC_RDES3_TSD) && (rdes3 & XGMAC_RDES3_TSA); in dwxgmac2_rx_check_timestamp()
122 unsigned int rdes3 = le32_to_cpu(p->des3); in dwxgmac2_get_rx_timestamp_status() local
125 if (likely(rdes3 & XGMAC_RDES3_CDA)) in dwxgmac2_get_rx_timestamp_status()
261 unsigned int rdes3 = le32_to_cpu(p->des3); in dwxgmac2_get_rx_hash() local
264 if (rdes3 & XGMAC_RDES3_RSV) { in dwxgmac2_get_rx_hash()
265 ptype = (rdes3 & XGMAC_RDES3_L34T) >> XGMAC_RDES3_L34T_SHIFT; in dwxgmac2_get_rx_hash()