Searched refs:TDES3_LAST_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance
31 if (likely(!(tdes3 & TDES3_LAST_DESCRIPTOR))) in dwmac4_wrback_get_tx_status()203 return (le32_to_cpu(p->des3) & TDES3_LAST_DESCRIPTOR) in dwmac4_get_tx_ls()333 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()335 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()376 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()378 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
70 #define TDES3_LAST_DESCRIPTOR BIT(28) macro