Searched refs:XGMAC_TDES2_B1L (Results 1 – 2 of 2) sorted by relevance
44 return (le32_to_cpu(p->des2) & XGMAC_TDES2_B1L); in dwxgmac2_get_tx_len()149 p->des2 |= cpu_to_le32(len & XGMAC_TDES2_B1L); in dwxgmac2_prepare_tx_desc()189 p->des2 |= cpu_to_le32(len1 & XGMAC_TDES2_B1L); in dwxgmac2_prepare_tso_tx_desc()
433 #define XGMAC_TDES2_B1L GENMASK(13, 0) macro