Searched refs:TDES3_LAST_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance
33 if (likely(!(tdes3 & TDES3_LAST_DESCRIPTOR))) in dwmac4_wrback_get_tx_status()202 return (le32_to_cpu(p->des3) & TDES3_LAST_DESCRIPTOR) in dwmac4_get_tx_ls()329 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()331 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tx_desc()372 tdes3 |= TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()374 tdes3 &= ~TDES3_LAST_DESCRIPTOR; in dwmac4_rd_prepare_tso_tx_desc()
64 #define TDES3_LAST_DESCRIPTOR BIT(28) macro